Browse Source

修改创建委托代收合同接口说明;

小铭丶 4 years ago
parent
commit
78c07ff1f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -820,7 +820,7 @@ https://wlhy.ali.56fanyun.com/order/create_order?access_token=fe12047e-52b1-418c
 |**name**  <br>*必填*|姓名|string|
 |**phone**  <br>*必填*|电话|string|
 |**certNo**  <br>*必填*|身份证号|string|
-|**contractDate**  <br>*必填*|签约日期,格式`yyyy-MM-dd` <br>**样例** : `2020-01-01`|string|
+|**contractDate**  <br>*可选*|签约日期,格式`yyyy-MM-dd` <br>**样例** : `2020-01-01`|string|
 |**startDate**  <br>*必填*|合同开始日期,格式`yyyy-MM-dd` <br>**样例** : `2020-01-01`|string|
 |**endDate**  <br>*必填*|合同截止日期,格式`yyyy-MM-dd` <br>**样例** : `2020-01-01`|string|
 |**fileUrl**  <br>*必填*|合同文件地址 <br>**样例** : `https://www.a.com/z.pdf`|string|