版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

代码块
[
    {
        "refNo": "ETO2310100056",
        "weightTime": "",
        "weight": "12345678.1234",
        "Length": "50",
        "width": "40",
        "height": "30"
    }
]


返回样例

成功响应:

代码块
[
	{
		"code":"0",
		"data":{
			OrderNo"refNo":"UBI230825001ETO2310100111",
			"orderNo":"ETO2310100111"
		},
		"errors":"",
		"message":"",
		"messageId":"",
		"success":true,
		"warnList":""
	}
]

错误响应:

代码块
[
	{
		"code":"0005",
		"data":"",
		"errors":[
			{
				"code":"603005603002",
				"message":"8refNo fieldCannot format is pure number, with a maximum of 3 digits before the decimal point, and a maximum of {2} digits after the decimal point. Please modify it and try againbe empty"
			}
		],
		"message":"paramter error",
		"messageId":"",
		"success":false,
		"warnList":""
	}
]