1.订单发货
接口
POST https://open.jisuapp.cn/pc/Order/dispatch
请求参数说明
Content-Type: application/x-www-form-urlencoded
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
access_token | String | Y | 用户授权的唯一票据 |
express_no | string | Y | 订单快递号 |
order_id | int | Y | 订单id |
code | string | Y | 物流公司英文缩写 |
返回参数
参数 | 类型 | 说明 |
---|---|---|
status | int | 状态码 0成功 1失败 |
data | string | 发货成功为订单id,发货失败为对应的提示信息 |
参数返回示例
{
"status": 0,
"data": 15431 ,
}