4.1 同步订单信息接口
4.1 同步订单信息接口
> - Url路径:
4.1.1 接口请求模型
4.1.2 接口返回模型
Demo:
Request:
{
"appKey": "NepHealth",
"input": {
"onlineOrderId": "702884928470687744",
"orderNo": "02000002057471888",
"status": 7,
"statusName": "已发货",
"updateTime": "2022/03/07 09:06:31"
},
"nonce": "6b2d7cfa-c56d-4164-b57b-f571e33017db",
"sign": "967a4a1df85815da491b9ea6005b2d33f74ced21",
"timestamp": 1646615191
}
Response:
{
"code": 200,
"msg": "操作成功",
"nonce": "6b2d7cfa-c56d-4164-b57b-f571e33017db",
"output": null
}