消息推送接口
线上环境地址: http://yscs.mingyizaixian99.com/doctor-rest/share/receiveMessage?sign=xxx
测试环境地址: http://yscs-test.mingyizaixian99.com/doctor-rest/share/receiveMessage?sign=xxx
sign 加密签名
加密规则如下:
key+orderNum+订单号+ orderStatus+订单状态+key:
AKANGorderNum94a5b2be1a95437abcb4c1952745762corderStatus0AKANG
然后sha512签名大写。
Key:AKANG
methodType: post
content-type: application/json;charset=UTF-8
params:
参数名 参数类型 是否必填 默认值 备注
参数名 | 参数类型 | 是否必填 | 默认值 |
---|---|---|---|
orderNum | String | 是 | 订单id |
orderStatus | String | 是 | 订单状状态(0已取消,3已发货,4已收货) |
courierCompany | String | 否 | 物流公司 |
courierNumber | String | 否 | 快递单号 |
{
“code”: -1,
“message”: “failed”,
“data”: “签名验证不通过,请检查传递参数”
}
{
“code”: 0,
“message”: “success”,
“data”: null
}
文档更新时间: 2018-09-11 19:19