5d4ea5dc by 周伟奇

fix param

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