添加 滑块验证 未启用

This commit is contained in:
王思川 2021-12-02 14:58:45 +08:00
parent e08f687d42
commit dfb9c28af6
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,7 @@ def change_pwd():
@user_route.route('/change_email', methods=['POST'])
# @check_block
@verify_token
def change_email(**kwargs):
"""
@ -201,6 +202,7 @@ def verify_email():
@user_route.route('/feedback', methods=['POST'])
# @check_block
def feedback():
"""
留言反馈