获取简历
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://gaokao.douyinhot.com/api.html</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">method</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>死值:resume.resume</td>
</tr>
<tr>
<td style="text-align: left;">token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>无</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"status": true,
"data": {
"id": 6,
"user_id": "",
"img": "", #一寸照片
"sex": 1, #性别:1:男 2:女
"realname": "", #真实姓名
"brirth": "1999-02-03", #出生年月日
"nation": "", #民族
"household_register": "", #户籍
"education": "", #学历
"major": "",#专业
"graduated_school": "", #毕业院校
"graduated_date": "0000-00-00",#毕业时间
"total": "",#高考成绩
"english": "", #英语成绩
"math": "",#数学成绩
"card_number": "",#身份证号
"home_money": "100000.00", #家庭收入
"email": "",#邮箱
"father_company": "",#父亲工作单位
"father_job": "",#父亲职务
"mother_company": "",#母亲公司单位
"mother_job": "",#母亲职务
"teladdress": "",#通讯地址
"postal_code": "",#邮政编码
"homeaddress": "",#家庭地址
"telphone": "",#联系电话
"primary": "",#小学毕业证明照片
"middle": "",#初中毕业证明照片
"nine_years": "",#九年义务正面照片
"high": "",#高中毕业证明照片
"high_total": "",#高考成绩照片
"art_total": "",#艺考成绩照片
"university": "",#大学专业毕业照片
"university_degree": "",#大学或本科学位证书照片
"university_total": "",#大学成绩图片
"academic_degree_text": "专科,本科", #学位
"work": "http://gaokaoimg.douyinhot.com/_static_uploads_images_2020_04_15_15869408945e96cbde79afe.jpg",
//工作经验证明
"reward": [//所受奖励
{
"id": 9,
"img_url": "http://gaokaoimg.douyinhot.com/_static_uploads_images_2020_04_12_15866666765e929cb409345.png"
},
{
"id": 10,
"img_url": "http://gaokaoimg.douyinhot.com/_static_uploads_images_2020_04_11_15865938435e9180337f29d.png"
}
],
"educationlist": [ #教育经历
{
"id": 5,
"resumeid": 2,
"type": 1,
"school_name": "辰哥的大学1",
"start_date": "1989-03-10 18:08:40",
"end_date": "2003-04-07 18:08:54"
},
{
"id": 6,
"resumeid": 2,
"type": 2,
"school_name": "辰哥的大学2",
"start_date": "1989-03-10 18:08:40",
"end_date": "2003-04-07 18:08:54"
},
{
"id": 7,
"resumeid": 2,
"type": 3,
"school_name": "辰哥的大学3",
"start_date": "1989-03-10 18:08:40",
"end_date": "2003-04-07 18:08:54"
},
{
"id": 8,
"resumeid": 2,
"type": 4,
"school_name": "辰哥的大学4",
"start_date": "1989-03-10 18:08:40",
"end_date": "2003-04-07 18:08:54"
}
],
"languagelist": [
{
"id": 2,
"resumeid": 2,
"name": "英语",
"grade": "二",
"image": "http://q6yimjwyx.bkt.clouddn.com/_static_uploads_images_2020_03_20_15846737855e7433f9d06bb.jpg",
"user_id": 9
}
]
"languagelist": []#语言
},
"msg": "获取成功"
}
</code></pre>