works的app
This commit is contained in:
@@ -5,5 +5,10 @@ def get_error_msg(code="20000"):
|
||||
"50403": "Forbidden",
|
||||
"40000": "请求方法错误",
|
||||
"40001": "JSON解析错误",
|
||||
"40002": "非法字符",
|
||||
"40003": "弹幕过长",
|
||||
"40004": "输入不能为空",
|
||||
"40005": "返回评论数为0",
|
||||
"40006": "",
|
||||
}
|
||||
return error_set.get(str(code))
|
||||
|
||||
Reference in New Issue
Block a user