token验证装饰器

This commit is contained in:
王思川 2022-01-12 13:30:07 +08:00
parent 83a6103214
commit c1527a3b83
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ def send_vcode_to_user_route():
@user_route.route('/login', methods=['POST'])
@api_secret
@api_verification_code
def login_route():
def login_route(**kwargs):
"""
登录
"""