4.2 同步门店信息接口
4.2 同步门店信息接口
> - Url路径:
4.2.1 接口请求模型
4.2.2 接口返回模型
参数名称 | 参数类型 | 参数长度 | 代码标识说明 | 必填 | 说明 |
---|---|---|---|---|---|
code | int | 3 | Y | Y | 成功标识 200:成功 -1:失败/异常 |
msg | string | 200 | Y | 返回信息 | |
output | object | 返回数据 | |||
nonce | string | 200 | Y | 请求时的nonce原样返回 |
Demo:
Request:
{
"appKey": "NepHealth",
"input": {
"onlineOrderId": "702884928470687744",
"orderNo": "02000002057471888",
"shippingCompany": "美团配送",
"shippingNo": "/",
"courierName": "杨木富",
"courierPhone": "17503030647",
"peiSongStatus": "待取件",
"peiSongStatusId": 20,
"shippingReceivingTime": "2021-06-01 15:23:57"
},
"nonce": "ea1e8fae-bd56-4f44-b124-cda7c597c27a",
"sign": "ecb0e9e7a3f71662bfb173342d3da4bdf84526b5",
"timestamp": 1646615092
}
Response:
{
"code": 200,
"msg": "ok",
"nonce": "ea1e8fae-bd56-4f44-b124-cda7c597c27a",
"output": null
}