问问后台管理3


患者地址详情列表

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>患者地址详情列表接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>/patient/queryPatientAddressInfo</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;">patientId</td> <td style="text-align: left;">选填</td> <td style="text-align: left;">String</td> <td>患者ID</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> {     &amp;quot;success&amp;quot;: true,     &amp;quot;code&amp;quot;: 200,     &amp;quot;msg&amp;quot;: &amp;quot;成功&amp;quot;,     &amp;quot;count&amp;quot;: null,     &amp;quot;data&amp;quot;: [         {             &amp;quot;id&amp;quot;: &amp;quot;27719976694220031&amp;quot;,             &amp;quot;patientId&amp;quot;: &amp;quot;27719976694219966&amp;quot;,             &amp;quot;patientName&amp;quot;: null,             &amp;quot;receiverName&amp;quot;: &amp;quot;姚青梅&amp;quot;,             &amp;quot;receiverPhone&amp;quot;: &amp;quot;15904772168&amp;quot;,             &amp;quot;region&amp;quot;: &amp;quot;内蒙古自治区鄂尔多斯市伊金霍洛旗&amp;quot;,             &amp;quot;receiverAddress&amp;quot;: &amp;quot;乌兰木伦上湾煤制油生活区蒙飞超市&amp;quot;,             &amp;quot;status&amp;quot;: &amp;quot;0&amp;quot;         },         {             &amp;quot;id&amp;quot;: &amp;quot;27719976694220024&amp;quot;,             &amp;quot;patientId&amp;quot;: &amp;quot;27719976694219966&amp;quot;,             &amp;quot;patientName&amp;quot;: null,             &amp;quot;receiverName&amp;quot;: &amp;quot;姚青梅&amp;quot;,             &amp;quot;receiverPhone&amp;quot;: &amp;quot;15904772168&amp;quot;,             &amp;quot;region&amp;quot;: &amp;quot;北京市北京市东城区&amp;quot;,             &amp;quot;receiverAddress&amp;quot;: &amp;quot;康巴什区神华康城e区&amp;quot;,             &amp;quot;status&amp;quot;: &amp;quot;0&amp;quot;         }     ],     &amp;quot;jwt&amp;quot;: null,     &amp;quot;refreshToken&amp;quot;: null }</code></pre> <h5>返回参数data说明</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;">id</td> <td style="text-align: left;">String</td> <td>药品ID</td> </tr> <tr> <td style="text-align: left;">drugName</td> <td style="text-align: left;">String</td> <td>药品名称</td> </tr> <tr> <td style="text-align: left;">buyingPrice</td> <td style="text-align: left;">String</td> <td>成本价</td> </tr> <tr> <td style="text-align: left;">drugMoney</td> <td style="text-align: left;">String</td> <td>零售价</td> </tr> <tr> <td style="text-align: left;">letter6</td> <td style="text-align: left;">Double</td> <td>拼音缩写</td> </tr> <tr> <td style="text-align: left;">status</td> <td style="text-align: left;">Integer</td> <td>药品状态((0:上架 / 1:下架))</td> </tr> </tbody> </table> <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;">success</td> <td style="text-align: left;">boolean</td> <td>是否成功</td> </tr> <tr> <td style="text-align: left;">code</td> <td style="text-align: left;">Integer</td> <td>返回码</td> </tr> <tr> <td style="text-align: left;">msg</td> <td style="text-align: left;">String</td> <td>返回信息</td> </tr> <tr> <td style="text-align: left;">count</td> <td style="text-align: left;">Long</td> <td>总数</td> </tr> <tr> <td style="text-align: left;">data</td> <td style="text-align: left;">List&lt;T&gt;</td> <td>返回数据</td> </tr> <tr> <td style="text-align: left;">jwt</td> <td style="text-align: left;">String</td> <td>token数据</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML