响应回访-回复信息列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>响应回访-回复信息列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://192.168.1.63:8080/customerservice/return/context/records?accessToken=a1dd74af-6af8-44f2-8a34-3086a7bfe6f5&csTroubleUuid=20190523130958634F40VE</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;">csTroubleUuid</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> {
"resultCode": 200,
"resultInfo": [
{
"contentMsg": "郭谦已上门,处理完毕",
"csTroubleUuid": "20190523130958634F40VE",
"id": 1,
"orderRecordDate": "2019-06-14 00:00:00",
"orderRecordPeople": "刘扬",
"orderRecordUuid": "201906140856528028LZ8C"
}
],
"resultMsg": "OK"
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<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;">contentMsg</td>
<td style="text-align: left;">string</td>
<td>回复信息</td>
</tr>
<tr>
<td style="text-align: left;">orderRecordPeople</td>
<td style="text-align: left;">string</td>
<td>创建人</td>
</tr>
<tr>
<td style="text-align: left;">orderRecordDate</td>
<td style="text-align: left;">string</td>
<td>创建时间</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>