报告解读订单提交
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
orderId | String | 必须 | 202103039870 | 订单id | |
mobilePhone | String | 必须 | *******0000 | 手机号码,显示后四位 | |
idCardNo | String | 必须 | 1****************0 | 证件号,显示前1,后1 | |
gender | String | 必须 | 1 | 性别 | |
reportUrl | String | 必须 | https://xxxx.com/report | 报告url | |
question | String | 必须 | 高血压 | 问题描述 | |
patientName | String | 必须 | 小明 | 患者姓名 | |
free | String | 必须 | true | 是否免费 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
alibabaAlihealthExaminationReportDiagnoseOrderCreateResponse | AlibabaAlihealthExaminationReportDiagnoseOrderSubmitResponse | 返回 | |
|
{"patientName":"小明","mobilePhone":"*******0000","gender":"1","question":"高血压","orderId":"202103039870","idCardNo":"1****************0","reportUrl":"https://xxxx.com/report","free":"true"}
{ "alibabaAlihealthExaminationReportDiagnoseOrderCreateResponse":{ "success":false, "subCode":"100", "subMsg":"内部异常", "orderInfo":{ "outerOrderId":"202103039870", "doctorId":"985", "imUrl":"https:\/\/xxxx.com\/im", "orderId":"202103039870", "status":"10" } } }
{"subCode":"sign-check-failure","success":"false","subMsg":"Illegal request"}
错误码 | 错误描述 | 解决方案 |
---|