爱康云医接口文档

爱康云医API文档


查询订单详情

<p><strong>迭代版本:</strong>2.9.29(新增)</p> <p><strong>简要描述:</strong></p> <ul> <li>查询订单详情</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><a href="http://aky.mynatapp.cc/chronic/deliveryOrder/queryOrderDetail">http://aky.mynatapp.cc/chronic/deliveryOrder/queryOrderDetail</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;">totalOrder</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>{ "retcode": "0000", "errMsg": "操作成功", "body": [ { "sqlFilter": null, "currentUserId": null, "currentOrgId": null, "currentDeptId": null, "currentHospitalId": null, "currentDoctorId": null, "currentAreaCode": null, "currentTenant": null, "id": 142, "orderId": "2020080516020681445325", "patientId": 10004343, "hospId": 2, "hospName": "同济赤壁医院", "totalFee": 7, "postFee": null, "discountFee": 0, "finalFee": 7, "payWay": 1, "payTime": null, "transaction": null, "itemsCount": 2, "payStatus": 0, "remark": "药品发票随药品一同送达", "createTime": "2020-08-05 16:03:02", "createBy": "null", "updateTime": null, "updateBy": null, "deliveryStartTime": null, "deliveryEndTime": null, "deliveryPerson": "郭银萍", "deliveryAddress": "湖北省武汉市硚口区武汉城市广场B座2117", "deliveryMobile": "13545357216", "refundId": null, "refundTime": null, "refundDesc": null, "refundResult": null, "deliveryType": 0, "hisPatientCardId": null, "payFailReason": null, "totalOrderNum": "2020080516020528578243", "orderType": 1, "patientName": "小郭", "patientMobile": "13597629520", "patientSex": "F", "birthdate": "2000-06-28 00:00:00", "startTime": null, "endTime": null, "deliveryItemList": [ { "id": 365, "orderId": "2020080516020681445325", "itemName": "维生素B2片", "spec": "5mg*100s", "itemCode": "5061402-1", "productAddress": "华中药业股份有限公司", "itemCount": 1, "unitDesc": "片", "unitPrice": 0.031, "totalFee": 4, "discountFee": 0, "finalFee": 4, "remark": null, "createTime": "2020-08-05 16:02:31", "createBy": "null", "durgChannelType": null } ], "deliveryOwner": null }, { "sqlFilter": null, "currentUserId": null, "currentOrgId": null, "currentDeptId": null, "currentHospitalId": null, "currentDoctorId": null, "currentAreaCode": null, "currentTenant": null, "id": 141, "orderId": "2020080516020795983578", "patientId": 10004343, "hospId": 2, "hospName": "同济赤壁医院", "totalFee": 4, "postFee": null, "discountFee": 0, "finalFee": 4, "payWay": 1, "payTime": null, "transaction": null, "itemsCount": 1, "payStatus": 0, "remark": "药品发票随药品一同送达", "createTime": "2020-08-05 16:02:56", "createBy": "null", "updateTime": null, "updateBy": null, "deliveryStartTime": null, "deliveryEndTime": null, "deliveryPerson": "郭银萍", "deliveryAddress": "湖北省武汉市硚口区武汉城市广场B座2117", "deliveryMobile": "13545357216", "refundId": null, "refundTime": null, "refundDesc": null, "refundResult": null, "deliveryType": 0, "hisPatientCardId": null, "payFailReason": null, "totalOrderNum": "2020080516020528578243", "orderType": 0, "patientName": "小郭", "patientMobile": "13597629520", "patientSex": "F", "birthdate": "2000-06-28 00:00:00", "startTime": null, "endTime": null, "deliveryItemList": [ { "id": 364, "orderId": "2020080516020795983578", "itemName": "维生素B2片", "spec": "5mg*100s", "itemCode": "5061402-1", "productAddress": "华中药业股份有限公司", "itemCount": 2, "unitDesc": "片", "unitPrice": 0.031, "totalFee": 7, "discountFee": 0, "finalFee": 7, "remark": null, "createTime": "2020-08-05 16:02:22", "createBy": "null", "durgChannelType": null } ], "deliveryOwner": 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;">orderType</td> <td style="text-align: left;">int</td> <td>订单类型 0 his, 1九州通'</td> </tr> <tr> <td style="text-align: left;">payWay</td> <td style="text-align: left;">int</td> <td>支付方式 1微信支付 2就诊卡结算</td> </tr> <tr> <td style="text-align: left;">pay_status</td> <td style="text-align: left;">int</td> <td>支付状态:0=未付款(待支付) 1=已付款(待配送)2=配送中 3=已送达 4=申请退款 5=退款成功</td> </tr> <tr> <td style="text-align: left;">delivery_type</td> <td style="text-align: left;">int</td> <td>配送类型 0快递配送 1自提</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p><strong>迭代版本:</strong>2.8.26(新增)</p> <p><strong>简要描述:</strong></p> <ul> <li>九州通药品查询</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><a href="http://aky.mynatapp.cc/chronic/jztDrug/list">http://aky.mynatapp.cc/chronic/jztDrug/list</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;">drugName</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>{ "retcode": "0000", "errMsg": "操作成功", "body": [ { "drugCode": "45632", "drugName": "阿莫西林", "genericName": "阿莫西林", "dosageForm": "口服液", "specificationCoding": "5mg*100s", "drugSpecification": "5mg*100s", "producer": "华中药业股份有限公司", "approvalNumber": "2222222", "effective": "3", "cardType": "1", "purchasePrice": "222", "biddingPrice": "222" } ] } </code></pre> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p>欢迎使用ShowDoc!欢迎使用ShowDoc!</p>

页面列表

ITEM_HTML