1艺术高考智能生成(统考)冲刺稳妥保底1
<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>死值:school.fraction_yikao_class</td>
</tr>
<tr>
<td style="text-align: left;">achievement_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>成绩id</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": {
"achievement_info": {
"id": 357,
"user_id": 125,
"type": 0,
"provinceid": 120000,
"province_list": 206,
"new1": 0,
"total": 688,
"total_line": 0,
"line": 655,
"major_total": 0,
"special_total": 0,
"art_type": 0,
"subjects": "5,4,3",
"achievements": "江苏",
"special_type": 0,
"line_type": "专科批",
"test_type": 1,
"ids": "",
"subjects_new": "物理,生物,政治"
},
"school_info": {
"school_count": 92,
"sprint_count": 30,
"Safe_count": 32,
"Floors_count": 30
},
"overseas": {
"arr1": [
{
"id": 56,
"name": "河北经贸大学",
"logo": "http://gaokaoimg.douyinhot.com/56.jpg",
"tags": "财经类,河北省教育厅,公办",
"country": 1
},
{
"id": 57,
"name": "西安电子科技大学",
"logo": "http://gaokaoimg.douyinhot.com/57.jpg",
"tags": "理工类,教育部,双一流,211,公办",
"country": 1
},
{
"id": 58,
"name": "湖南师范大学",
"logo": "http://gaokaoimg.douyinhot.com/58.jpg",
"tags": "师范类,湖南省教育厅,双一流,211,公办",
"country": 1
}
],
"arr2": [
{
"id": 5584,
"name": "外国学校啊",
"logo": null,
"tags": "",
"country": 3
},
{
"id": 5588,
"name": "阿柳测试的外国学校",
"logo": null,
"tags": "",
"country": 3
},
{
"id": 5590,
"name": "哈佛大学",
"logo": null,
"tags": "",
"country": 3
}
],
"arr3": [
{
"id": 3478,
"name": "辽宁师范高等专科学校",
"logo": null,
"tags": "辽宁省,公办",
"country": 1
}
]
}
},
"msg": "获取成功"
}</code></pre>