|
@@ -24,6 +24,7 @@
|
|
|
- [货物](#%E8%B4%A7%E7%89%A9)
|
|
|
- [承运人](#%E6%89%BF%E8%BF%90%E4%BA%BA)
|
|
|
- [地址](#%E5%9C%B0%E5%9D%80)
|
|
|
+ - [运单运费](#%E8%BF%90%E5%8D%95%E8%BF%90%E8%B4%B9)
|
|
|
- [司机](#%E5%8F%B8%E6%9C%BA)
|
|
|
- [车辆](#%E8%BD%A6%E8%BE%86)
|
|
|
- [收款人](#%E6%94%B6%E6%AC%BE%E4%BA%BA)
|
|
@@ -419,6 +420,7 @@ https://wlhy.hw.56fanyun.com/order/create_order?access_token=fe12047e-52b1-418c-
|
|
|
|**consignerIdCard** <br>*必填*|发货人证件号 <br>**长度** : `1 - 35`|string|
|
|
|
|**consigneeName** <br>*必填*|收货人姓名 <br>**长度** : `1 - 45`|string|
|
|
|
|**consigneePhone** <br>*必填*|收货人电话 <br>**长度** : `1 - 20`|string|
|
|
|
+|**freightIn** <br>*必填*|运单运费信息|[运单运费](#运单运费)|
|
|
|
|**consigneeAddress** <br>*必填*|收货人地址|[地址](#地址)|
|
|
|
|**consigneeIdCard** <br>*可选*|收货人证件号 <br>**长度** : `0 - 35`|string|
|
|
|
|**appointArriveTime** <br>*可选*|预约送达时间。时间戳|integer (int32)|
|
|
@@ -490,6 +492,13 @@ https://wlhy.hw.56fanyun.com/order/create_order?access_token=fe12047e-52b1-418c-
|
|
|
|**lat** <br>*可选*|纬度|number (double)|
|
|
|
|**lng** <br>*可选*|经度|number (double)|
|
|
|
|
|
|
+## 运单运费
|
|
|
+
|
|
|
+|名称|说明|类型|
|
|
|
+|---|---|---|
|
|
|
+|**amount** <br>*必填*|运费金额,如无运费,填0即可|number (double)|
|
|
|
+|**payType** <br>*选填*|支付方式,1:现付, 2:到付, 3:回付, 4:周结, 5:月结, 6:货款扣, 7:季度结, 8:在线支付, 9:到付月结 |integer (int32)|
|
|
|
+
|
|
|
## 司机
|
|
|
|
|
|
|名称|说明|类型|
|