反馈详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>反馈详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://192.168.3.243:86/admin/report_detail</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </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;">report_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>反馈id</td>
</tr>
</tbody>
</table>
<pre><code>{
"code": 0,
"msg": "返回成功",
"time": 1594176088,
"data": {
"user": {
"user_id": 100054,
"nickname": "test_5d662b8b0db09",//用户名
"phone": "13286989965"
},
"admin": null,//username 管理员名
"type": {
"report_type_id": 1000006,
"report_type_name": "色情低俗"//反馈类型
},
"report_media": [{
"report_media_id": 4,
"report_id": 3,
"url": "http://guangguang.kuaifaka.com/goods/report/picture/322256_f0ac526f536e6e7a3927ce6442109ce4_828_620_532120.jpg",
"media_type": 1//1 img 2video
},],
"report_id": 116,
"report_reason": "什么垃圾商品",//反馈理由
"admin_reply": "",//管理员回复
"user_id": 100054,//用户id
"relation_id": 873,//关联id 根据relation_type不同代表不同
"relation_type": 1,//关联类型0无 1商品 2评论 3回复
"report_type": 1000006,
"status": 0,
"last_modify_admin": 0,
"create_time": "2020-07-08 10:40:35",
"relation_content": "近近景近景"//关联内容根据relation_type不同代表不同 可表示商品名或评论回复内容
}
}
</code></pre>