延续护理订单评价列表
<p><strong>迭代版本:</strong>2.9.4(新增)</p>
<p><strong>简要描述:</strong></p>
<ul>
<li>延续护理订单评价列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>/chronic/shopUserService/getUserYXHLServiceSuggestionList</li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST/GET</li>
<li>Content-Type:application/form</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;">userServiceId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>主键id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"retcode": "0000",
"errMsg": "操作成功",
"body": [
{
"id": 1514,
"userType": 4,
"userId": 4343,
"userMobile": "13545357216",
"serviceCode": "YXHL",
"serviceId": "19",
"serviceDoctor": 4195,
"type": "Y",
"content": null,
"images": null,
"createTime": "2020-01-02 16:10:33",
"state": 1,
"reserved1": null,
"reserved2": null,
"reserved3": null,
"doctorName": null,
"hospital": null,
"department": null,
"userName": null,
"serviceName": "上门伤口换药",
"startDateStr": null,
"endDateStr": null,
"chatDoctorIds": null
},
{
"id": 1527,
"userType": 4,
"userId": 4343,
"userMobile": "13545357216",
"serviceCode": "YXHL",
"serviceId": "32",
"serviceDoctor": 4195,
"type": "N",
"content": "服务态度差",
"images": null,
"createTime": "2020-01-03 10:48:52",
"state": 1,
"reserved1": null,
"reserved2": null,
"reserved3": null,
"doctorName": null,
"hospital": null,
"department": null,
"userName": null,
"serviceName": "上门伤口换药",
"startDateStr": null,
"endDateStr": null,
"chatDoctorIds": null
}
]
}
</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;">serviceName</td>
<td style="text-align: left;">string</td>
<td>服务名称</td>
</tr>
<tr>
<td style="text-align: left;">reserved1</td>
<td style="text-align: left;">string</td>
<td>服务结束时间</td>
</tr>
<tr>
<td style="text-align: left;">type</td>
<td style="text-align: left;">String</td>
<td>Y 好评 N差评</td>
</tr>
<tr>
<td style="text-align: left;">content</td>
<td style="text-align: left;">string</td>
<td>评论内容</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!欢迎使用ShowDoc!</p>