767751c5 by 王聪

de-mortgage 接口更新

1 parent 8d4b3b05
......@@ -61,7 +61,7 @@ file_param = {
de_mortgage_args = {
'customerName': fields.Str(required=True, validate=validate.Length(max=64)),
'applicationName': fields.Str(required=True, validate=validate.Length(max=64)),
'deMortgageDate': fields.Date(required=True),
'deMortgageDate': fields.Str(required=True),
'files': fields.List(fields.Nested(file_param))
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!