获取千川回答结果
<h5>简要描述</h5>
<ul>
<li>获取学生回答</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>{{BASE_URL}}/api/job.grades/getResultByContestGradesId</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>参数</h5>
<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;">contestGradesId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>竞赛成绩 id</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"code": 20000,
"msg": "success",
"time": "2022-02-23 17:10:03",
"data": {
"onTheWay": [
{
"name": "成本投放",
"option": ""
}
],
"optimalObject": [
{
"name": "",
"option": ""
}
],
"totalBudget": [
{
"name": "",
"option": ""
}
],
"offer": [
{
"name": "12",
"option": ""
}
],
"putTime": [
{
"name": "0.5",
"option": ""
}
],
"directionalCrowd": [
{
"name": "",
"option": ""
}
],
"chooseRegion": [
{
"name": "",
"option": ""
}
],
"gender": [
{
"name": "",
"option": ""
}
],
"age": [
{
"name": "",
"option": ""
}
],
"planName": [
{
"name": "",
"option": ""
}
],
"aDGroup": [
{
"name": "12",
"option": ""
}
]
}
}</code></pre>