gmw 4 years ago
parent
commit
9b1ef18c25
1 changed files with 3 additions and 1 deletions
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -1306,9 +1306,11 @@ https://wlhy.ali.56fanyun.com/order/create_order?access_token=fe12047e-52b1-418c
 |**driverLicenseIssuingAuthority**  <br>*必填*|驾驶证发证机关  <br>**长度** : `1 - 50`|string|
 |**driverLicenseNumber**  <br>*必填*|驾驶证编号  <br>**长度** : `1 - 18`|string|
 |**driverLicenseEndTime**  <br>*必填*|驾驶证有效期结束时间,时间戳,精确到秒|integer (int64)|
-|**driverLicenseStartTime**  <br>*必填*|驾驶证有效期开始时间,时间戳,精确到秒|integer (int64)|
+|**driverLicenseStartTime**  <br>*必填*|驾驶证有效期开始时间,时间戳,精确到秒,如果为长期,请填写`-1`|integer (int64)|
 |**qualificationCertificateNumber**  <br>*必填*|从业资格证号  <br>**长度** : `1 - 19`|string|
 |**quasiDrivingModel**  <br>*必填*|准驾车型  <br>**长度** : `1 - 20`|string|
+|**idCardStartTime**  <br>*可选*|身份证生效日期,时间戳,精确到秒|integer (int64)|
+|**idCardEndTime**  <br>*可选*|身份证失效日期,时间戳,精确到秒,如果为长期,请填写`-1`|integer (int64)|
 |**organizationName**  <br>*可选*|组织机构名称,会创建至对应组织机构下,默认创建到总部|string|
 |**idCardBackUrl**  <br>*可选*|身份证背面图片地址|string|
 |**idCardFrontUrl**  <br>*可选*|身份证正面图片地址|string|