用户在线检查

This commit is contained in:
王思川 2022-01-26 15:42:37 +08:00
parent 5959bd840a
commit 07487d548f
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ def login_route():
@user_route.route('/online_check', methods=['GET']) @user_route.route('/online_check', methods=['GET'])
@verify_token @verify_token
def online_check_route(): def online_check_route(**kwargs):
""" """
在线检查检查token是否有效 在线检查检查token是否有效
""" """