打赏记录查询接口,带用户信息的
<p><strong>迭代版本:</strong>2.8.29(新增)</p>
<p><strong>简要描述:</strong></p>
<ul>
<li>查询接口</li>
</ul>
<p><strong>请求URL:</strong></p>
<ul>
<li><a href="http://aky.mynatapp.cc/chronic/serviceReward/infoWithUserInfo">http://aky.mynatapp.cc/chronic/serviceReward/infoWithUserInfo</a></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;">id</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": 18,
"userType": 5,
"userId": 15,
"userMobile": "18271410061",
"serviceCode": "SPWZ",
"serviceId": null,
"serviceDoctor": 2,
"type": "XH",
"rewardAmount": 100,
"content": null,
"createTime": "2019-08-07 16:51:03",
"state": 1,
"reserved1": null,
"reserved2": null,
"reserved3": null,
"doctorName": null,
"hospital": null,
"department": null,
"userName": "谢家属",
"userHeadImg": "http://thirdwx.qlogo.cn/mmopen/pibOvWvHLhcdx2qiaPHiafSp0XZWLPFsDHUVL7bVD7mnNIn0jlKtvsbueRDOYhrVeUdx4iaD8Ztu2b4hQVMMuFrwYn3YX7swtCnL/132",
"remark": "谢患者-送心意",
"startDateStr": null,
"endDateStr": null,
"serviceName": null,
"patientName": "张三"
}
}
</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;">userName</td>
<td style="text-align: left;">string</td>
<td>打赏人名字</td>
</tr>
<tr>
<td style="text-align: left;">userHeadImg</td>
<td style="text-align: left;">string</td>
<td>打赏人头像</td>
</tr>
<tr>
<td style="text-align: left;">rewardAmount</td>
<td style="text-align: left;">int</td>
<td>打赏金额 单位:分</td>
</tr>
<tr>
<td style="text-align: left;">patientName</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>