@@ -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:
The note is not visible to the blocked user.