gmw 4 years ago
parent
commit
8cf224239d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -1491,7 +1491,7 @@ https://openapi.wlhy.pre.kuaihuoyun.com/order/create_order?access_token=fe12047e
 |**driverName**  <br>*必填*|司机名称  <br>**长度** : `1 - 30`|string|
 |**driverPhone**  <br>*必填*|司机电话  <br>**长度** : `1 - 18`|string|
 |**payFreight**  <br>*必填*|支付金额  <br>**最小值** : `0`  <br>**最大值** : `999999`|number (double)|
-|**payType**  <br>*必填*|支付方式,1:油卡,2:现金,3:支付宝,4:微信,5:银行转账,6:其它|integer (int32)|
+|**payType**  <br>*必填*|支付方式,1:油卡,3:支付宝,4:微信,5:银行转账,6:其它|integer (int32)|
 |**payee**  <br>*运单有关联收款人时可选*|收款人,默认用运单司机关联的收款人,如果受理单没有关联收款人,这里必填|[收款人](#收款人)|
 |**tradeNo**  <br>*必填*|资金流水号  <br>**长度** : `1 - 50`|string|
 |**note**  <br>*可选*|付款备注  <br>**长度** : `0 - 256`|string|
@@ -2468,6 +2468,7 @@ https://openapi.wlhy.pre.kuaihuoyun.com/order/create_order?access_token=fe12047e
 |**name**  <br>*必填*|银行开户名  <br>**长度** : `1 - 20`|string|
 |**bankName**  <br>*必填*|开户银行,支持的银行请参考[《部网络货运信息交互系统代码集》](https://fanyun-wlhy.oss-cn-hangzhou.aliyuncs.com/resources/部网络货运信息交互系统代码集.pdf)|string|
 |**idCard**  <br>*必填*|身份证|string|
+|**accountType**  <br>*可选*|账户类型,0:银行账户(默认),另外三种类型创建后不会在收款人管理中展示:4:第三方支付平台,41:支付宝支付,42:微信支付|string|
 |**organizationName**  <br>*可选*|组织机构名称,会创建至对应组织机构下,默认创建到总部|string|
 |**phoneNumber**  <br>*可选*|手机号  <br>**长度** : `11`|string|
 |**note**  <br>*可选*|备注  <br>**长度** : `1 - 200`|string|