开放平台

指派商品订单

请求地址(POST)

https://openapi.1card1.cn/BusinessApi/Assignment_Order?openId=[OpenId]&signature=[Signature]&timestamp=[TimeStamp]

字段 说明
openId 登陆开放平台生成的OpenId
Signature 签名=md5(OpenId+Secret+Timestamp+data),格式:32位md5大写加密
TimeStamp 发起请求的时间戳,查看标准timestamp

请求说明

data={"userAccount":"10000","billNumber":"DG20180919000001","chainStoreGuid":"6D8F835C-9B3F-E411-97F7-0013D4497493" }

字段 是否必须 说明
userAccount 工号
billNumber 订单号
chainStoreGuid 店面唯一标识Guid(Guid通过“获取店面列表”获得)

返回说明

成功时返回:

{"status":0,"message":"商品订单指派成功!"}

失败时返回:

{"status":-1,"message":"商品订单指派失败及原因"}

字段 是否必须 说明
status 状态(0,成功;-1,失败)
message 商品订单指派是否成功及提示

指派订单 调试