python学习

This commit is contained in:
2019-08-07 10:19:26 +08:00
parent 2b7e1e1fc8
commit 630e16a759
6 changed files with 260 additions and 240 deletions

4
www.py
View File

@@ -4,8 +4,8 @@ from application import app
'''
统一拦截处理和统一错误处理
'''
from web.interceptors.AuthInterceptor import *
from web.interceptors.ApiAuthInterceptor import *
# from web.interceptors.AuthInterceptor import *
# from web.interceptors.ApiAuthInterceptor import *
from web.interceptors.ErrorInterceptor import *
'''