9f451c37 by 周伟奇

Merge branch 'feature/se_compare' into feature/0611

2 parents 80f4eb6f 3f50c8c2
...@@ -175,8 +175,6 @@ definitions: ...@@ -175,8 +175,6 @@ definitions:
175 - idNum 175 - idNum
176 - dateOfBirth 176 - dateOfBirth
177 - idExpiryDate 177 - idExpiryDate
178 - hukouProvince
179 - hukouCity
180 properties: 178 properties:
181 customerType: 179 customerType:
182 description: customerType 180 description: customerType
......
...@@ -105,7 +105,7 @@ individualCusInfo: ...@@ -105,7 +105,7 @@ individualCusInfo:
105 105
106 SEindividualCusInfo: 106 SEindividualCusInfo:
107 type: object 107 type: object
108 required: [customerType, applicantType, customerName, idType, idNum, dateOfBirth, idExpiryDate, hukouProvince, hukouCity] 108 required: [customerType, applicantType, customerName, idType, idNum, dateOfBirth, idExpiryDate]
109 properties: 109 properties:
110 customerType: 110 customerType:
111 description: customerType 111 description: customerType
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!