mpbile .gitigore app chat login register theme

This commit is contained in:
2026-02-27 20:15:07 +08:00
parent 7976f11cf4
commit 17a4415cd2
5 changed files with 10 additions and 6 deletions

1
app.py
View File

@@ -1789,7 +1789,6 @@ def api_send_sms():
resp_data = {'success': True, 'message': '验证码发送成功'}
model = result.get('Model', {})
if model.get('VerifyCode'):
resp_data['mockCode'] = model['VerifyCode']
print(f'验证码: {model["VerifyCode"]}')
return jsonify(resp_data)
else: