Browse Source

修改分笔核销司机费用结算单接口参数类型;

kuaihuoyun_ctms 4 years ago
parent
commit
43f37f08e1
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -941,9 +941,9 @@ https://wlhy.ali.56fanyun.com/order/create_order?access_token=fe12047e-52b1-418c
 |名称|说明|类型|
 |---|---|---|
 |**settlementNumber**  <br>*必填*|结算单号|string|
-|**payFreight**  <br>*必填*|支付金额|string|
-|**packCount**  <br>*必填*|车次数|string|
-|**payType**  <br>*必填*|支付方式: 1油卡、5银行卡打款|string|
+|**payFreight**  <br>*必填*|支付金额|number(double)|
+|**packCount**  <br>*必填*|车次数|number|
+|**payType**  <br>*必填*|支付方式: 1油卡、5银行卡打款|number|
 |**tradeNo**  <br>*可选*|资金流水号, 油卡支付时不用传|string|
 |**note**  <br>*必填*|备注|string|