80f4eb6f by 周伟奇

Merge branch 'feature/se_compare' into feature/0611

2 parents c041e431 1b1878c7
......@@ -154,8 +154,8 @@ se_individual_args = {
"idExpiryDate": CustomDate(required=True),
'nationality': fields.Str(required=False, validate=validate.Length(max=64)),
'countryregion': fields.Str(required=False, validate=validate.Length(max=64)),
'hukouProvince': fields.Str(required=True, validate=validate.Length(max=64)),
'hukouCity': fields.Str(required=True, validate=validate.Length(max=64)),
'hukouProvince': fields.Str(required=False, validate=validate.Length(max=64)),
'hukouCity': fields.Str(required=False, validate=validate.Length(max=64)),
'residentialProvince': fields.Str(required=False, validate=validate.Length(max=64)),
'residentialCity': fields.Str(required=False, validate=validate.Length(max=64)),
'companyName': fields.Str(required=False, validate=validate.Length(max=256)),
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!