爱康云医接口文档

爱康云医API文档


查询订单详情

<p><strong>迭代版本:</strong>2.9.8(新增)</p> <p><strong>简要描述:</strong></p> <ul> <li>查询订单详情</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><a href="http://aky.mynatapp.cc/chronic/deliveryOrder/info">http://aky.mynatapp.cc/chronic/deliveryOrder/info</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;">string</td> <td>ID(数据库的主键ID),两个参数必须传一个</td> </tr> <tr> <td style="text-align: left;">orderId</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>订单ID(系统生产的订单号) ,两个参数必须传一个</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ "retcode": "0000", "errMsg": "操作成功", "body": { "id": 3, "orderId": "2020022213530732045069", "patientId": 4085, "totalFee": 9468, "postFee": null, "discountFee": 0, "finalFee": 9468, "payWay": 1, "payTime": null, "transaction": null, "itemsCount": 3, "payStatus": 0, "remark": "订单备注123456789", "createTime": "2020-02-22 13:53:08", "createBy": "4085", "updateTime": null, "updateBy": null, "deliveryStartTime": null, "deliveryEndTime": null, "deliveryPerson": null, "deliveryAddress": null, "deliveryMobile": null, "deliveryItemList": [ { "id": 9, "orderId": "2020022213530732045069", "itemName": "阿莫西林分散片", "spec": "0.25g*24s", "itemCode": "5010201-1", "productAddress": "山西同达药业有限公司", "itemCount": 2, "unitDesc": "盒", "unitPrice": 2299, "totalFee": 4598, "discountFee": 0, "finalFee": 4598, "remark": null, "createTime": "2020-02-22 13:53:08", "createBy": "4085" }, { "id": 10, "orderId": "2020022213530732045069", "itemName": "头孢地尼片", "spec": "0.1g*9片", "itemCode": "501020101-1", "productAddress": "江苏亚邦强生药业有限公司", "itemCount": 1, "unitDesc": "盒", "unitPrice": 4870, "totalFee": 4870, "discountFee": 0, "finalFee": 4870, "remark": null, "createTime": "2020-02-22 13:53:08", "createBy": "4085" } ] } } </code></pre> <p><strong>返回参数说明</strong> </p> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p>欢迎使用ShowDoc!欢迎使用ShowDoc!</p>

页面列表

ITEM_HTML