5d4ea5dc by 周伟奇

fix param

1 parent 487fedb7
...@@ -338,7 +338,7 @@ info_args = { ...@@ -338,7 +338,7 @@ info_args = {
338 } 338 }
339 339
340 auto_approve_details = { 340 auto_approve_details = {
341 'aaType': fields.Str(required=True, validate=validate.Length(max=64)), 341 'aaType': fields.Str(required=False, validate=validate.Length(max=64)),
342 'policyComments': fields.Str(required=False), 342 'policyComments': fields.Str(required=False),
343 } 343 }
344 344
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!