使用flask-restful实现数据校验与序列化

This commit is contained in:
zhengxinonly
2021-06-26 03:17:29 +08:00
parent 8fba71c464
commit b8870d4c33
27 changed files with 273 additions and 533 deletions
-2
View File
@@ -3,7 +3,6 @@ from applications.view.index import register_index_views
from applications.view.passport import register_passport_views
from applications.view.rights import register_rights_view
from applications.view.company.department import register_dept_views
from applications.view.vip import register_vip_view
def init_view(app):
@@ -12,4 +11,3 @@ def init_view(app):
register_rights_view(app)
register_passport_views(app)
register_dept_views(app)
register_vip_view(app)