1、 API Description
| Function |
Post Size & Weight |
| Frequency |
Real-time |
| Method |
POST |
| Type |
JSON |
| URI |
/jeecg-boot/front/GetgoodsSize |
2、 API Request
2.1、Request Parameters
| Field |
Type |
Max Length |
Required |
Description |
| orderNo |
String |
|
Y |
Barcode number |
| length |
String |
|
Y |
Length |
| width |
String |
|
Y |
Width |
| height |
String |
|
Y |
Height |
| weight |
String |
|
Y |
Weight |
| warehouseCode |
String |
|
Y |
Please consult ZYL IT staff for details |
2.2、Request Message Example
{
"orderNo": "JSL1328011057-5",
"length": "57.6",
"width": "34",
"height": "51.7"
"weight": "17.25",
"warehouseCode": "",
}
3、 API Response
3.1、Common Response Parameters
| Field |
Type |
Max Length |
Required |
Description |
| body |
object |
- |
Y |
|
| code |
integer(int32) |
- |
Y |
|
| msg |
string |
- |
Y |
|
3.2、Success Response Example
{
"code": 200,
"msg": "Processing successful!",
"type": true
}
3.3、 Failure Response Example
{
"code": 400,
"msg": "Processing failed!",
"type": false
}
作者:conghui 创建时间:2024-09-12 16:13
最后编辑:conghui 更新时间:2025-12-16 17:30