【发布时间】:2021-08-11 22:37:12
【问题描述】:
如何自定义flask报错:
Missing required parameter in the JSON body or the post body or the query string
我需要像这样返回一个 json 格式的响应:
{
'Error': '{} is Missing',
'Code': 10000,
'xxxx.': "xxx"
}
【问题讨论】:
标签: json flask flask-restful flask-restplus