We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c46e3e + 07c29fc commit 7df9674Copy full SHA for 7df9674
hobbit_core/response.py
@@ -5,6 +5,8 @@
5
from werkzeug import Response
6
7
RESP_MSGS = {
8
+ 200: 'ok',
9
+ 400: 'failed',
10
401: '未登录',
11
403: '未授权',
12
404: '不正确的链接地址',
0 commit comments