Commit 177397ff74809824dfc826838da14c111cbe8954
1 parent
0ade3af5
Exists in
master
feat: 修改军工订单对接接口文档v1
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
order/truck/jgwl/order.md
| ... | ... | @@ -239,6 +239,7 @@ post |
| 239 | 239 | |
| 240 | 240 | | 名称 | 类型 | 必填 | 示例值 | 描述 | |
| 241 | 241 | | ------------- | ------- | ---- | ------------- | -------- | |
| 242 | +| id | String | 是 | 1112122324252 | 流水号 | | |
| 242 | 243 | | inquiryCode | String | 是 | 220101000001 | 询价单号 | |
| 243 | 244 | | type | Integer | 是 | 1 | 类型 | |
| 244 | 245 | | operationTime | Number | 是 | 1643251533306 | 操作时间 | |
| ... | ... | @@ -308,6 +309,7 @@ post |
| 308 | 309 | |
| 309 | 310 | | 名称 | 类型 | 必填 | 示例值 | 描述 | |
| 310 | 311 | | ------------- | ------- | -------------- | ------------- | ---------------------- | |
| 312 | +| id | String | 是 | 1222222122122 | 流水号 | | |
| 311 | 313 | | inquiryCode | String | 是 | 220101000001 | 询价单号 | |
| 312 | 314 | | waybillCode | String | 是 | Y220101000001 | 运单号 | |
| 313 | 315 | | type | Integer | 是 | 1 | 类型 | | ... | ... |