阿里健康消费医疗,预约查询
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| alihealthReservationRecordId | String | 必须 | 2000001231233 | 阿里健康预约记录ID |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| resultStatus | String | SUCCESS | 结果状态,SUCCESS 成功,FAIL 失败。注意查询无结果请返回查询成功 SUCCESS |
| resultCode | String | PARAM_ILLEGAL | 结果码 |
| resultMsg | String | 参数异常 | 结果描述 |
| data | ReservationRecord | 预约记录 | |
|
{"alihealthReservationRecordId":"2000001231233"}
{
"resultStatus":"SUCCESS",
"resultCode":"PARAM_ILLEGAL",
"resultMsg":"参数异常",
"data":{
"isvReservationRecordId":"3213123",
"status":"SUCESS"
}
}
{"resultStatus":"UNKNOWN","resultCode":"sign-check-failure","resultMsg":"Illegal request"}
| 错误码 | 错误描述 | 解决方案 |
|---|