Update weight

  • 更新包裹重量

Request

  • Path: oms/oms/order/updateCheckWtByAPI
  • Method: POST
  • Header:
    • Authorization: Basic c2FiZXI6c2FiZXJfc2VjcmV0
    • Blade-Auth: access_token
  • Supported query params
    • deliveryNo: 运单编号,单个
    • checkWt: 复核重量(kg)

Response

  • Response body example:
1
2
3
4
5
6
{
"code": 200,
"success": true,
"data": {},
"msg": "成功"
}