|
|
@ -20,6 +20,7 @@ __请求参数__ |
|
|
|
| :-- | :-- | :-- | :-- | |
|
|
|
| profile | string | 是 | 厂区代码 | |
|
|
|
| ordNo | string | 是 | 计划单号(通知单号) | |
|
|
|
| businessType | long | 是 | 业务类型 1发货 2退货 | |
|
|
|
| power | decimal | 否 | 功率 | |
|
|
|
| currentGrade | string | 否 | 电流挡 | |
|
|
|
| finalGrade | string | 否 | 最终等级 | |
|
|
@ -64,6 +65,7 @@ __请求示例__ |
|
|
|
"data":{ |
|
|
|
"profile":"测试", |
|
|
|
"ordNo":"", |
|
|
|
"businessType":1, |
|
|
|
"power":550, |
|
|
|
"currentGrade":"", |
|
|
|
"finalGrade":"A", |
|
|
|