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.
1 parent 1c46e3e commit 07c29fcCopy full SHA for 07c29fc
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