感谢您的反馈!
喵速达-中移苹果订单签收通知
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
province | String | 必须 | 浙江 | 省 | |
city | String | 必须 | 杭州 | 市 | |
saleDate | String | 必须 | yyyy-mm-dd hh:mi:ss | 销售时间 | |
scmCode | String | 可选 | xxxx | SCM物料编码 | |
saleNum | Number | 必须 | 1 | 销售数量 | |
snCode | String | 可选 | LGKQ00F4YD | SN码 | |
saleType | Number | 必须 | 2 | 销售类型(1、合约机;2、裸机;3、信用购) | |
signDate | String | 可选 | yyyy-mm-dd hh:mi:ss | 签收时间 | |
isGbyj | Boolean | 必须 | 1 | 是否国补(true-是;false-否) | |
gbRatio | Number | 必须 | 15 | 国补比例,数值,换算成百分比请执行除以100计算 | |
customerId | String | 必须 | 1232 | customerId,路由使用 | |
orderId | String | 必须 | 213213213 | 交易子订单号 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
response | Response | 返回根 | |
|
{"snCode":"LGKQ00F4YD","province":"浙江","city":"杭州","isGbyj":false,"orderId":"213213213","scmCode":"xxxx","saleType":2,"customerId":"1232","saleDate":"yyyy-mm-dd hh:mi:ss","saleNum":1,"signDate":"yyyy-mm-dd hh:mi:ss","gbRatio":15}
{ "response":{ "responseMsg":"错误信息", "responseCode":"1001", "success":false } }
{"success":"false","responseCode":"sign-check-failure","responseMsg":"Illegal request"}
错误码 | 错误描述 | 解决方案 |
---|