更新ios

This commit is contained in:
2026-01-22 19:49:15 +08:00
parent 939d5ee77e
commit 74f11787d1

4
app.py
View File

@@ -4590,8 +4590,8 @@ def generate_verification_code():
@app.route('/api/auth/login', methods=['POST']) @app.route('/api/auth/login', methods=['POST'])
def login(): def login_with_password():
"""传统登录 - 使用Session""" """传统登录 - 使用密码登录"""
try: try:
username = request.form.get('username') username = request.form.get('username')