查看复检反馈
<h5>简要描述</h5>
<ul>
<li>查看复检反馈</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/Admin/CarOrder/getRedetectionFeedback</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;">car_order_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>订单车辆id</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"info": {
"re_detection_result": "复检无异议", // 复检信息
"re_detection_remark": "复检备注", // 复检备注
"is_accept_re_detection": "接受", // 用户反馈
"not_accepted_pics": [ // 图片
"http://oss-cn-shenzhen.aliyuncs.com/youcku/order_car_re_detection_accept1/yck/pic/28179-123213893-1.jpg?OSSAccessKeyId=LiM13P7oFGnbb0cS&Expires=1639931324&Signature=No1MriWK13Ps%2BGBLqrWn1MTmSds%3D",
"http://oss-cn-shenzhen.aliyuncs.com/youcku/order_car_re_detection_accept1/yck/pic/28179-123213893-2.jpg?OSSAccessKeyId=LiM13P7oFGnbb0cS&Expires=1639931324&Signature=tH3%2FGlQfiTUhXpdaZOAXcrCpso8%3D"
],
"not_accepted_videos": [ // 视频
"http://oss-cn-shenzhen.aliyuncs.com/youcku/order_car_re_detection_accept1/yck/video/28179-123213893-1.mp4?OSSAccessKeyId=LiM13P7oFGnbb0cS&Expires=1639931324&Signature=BJiP2Jl4zR%2BkMKH4gidim3gr5sk%3D",
"http://oss-cn-shenzhen.aliyuncs.com/youcku/order_car_re_detection_accept1/yck/video/28179-123213893-2.mp4?OSSAccessKeyId=LiM13P7oFGnbb0cS&Expires=1639931324&Signature=thO7FXsYcnzj%2FUEbnLeutT9PEIc%3D"
]
},
"status": 1,
"url": ""
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>