Browse Source

delete codes

dev
qiancj 9 months ago
parent
commit
5a3cdac920
  1. 2
      backend/main.py

2
backend/main.py

@ -57,7 +57,7 @@ class SendPhoneCode:
@app.post('/get_phone_code/')
async def hello(phone: PhoneCode):
ph_num = phone.phone
return {'message': SendPhoneCode.send_sms(ph_num, "秋城夜话", "SMS_462680310")}
return {'message': SendPhoneCode.send_sms(ph_num, "", "")}
if __name__ == '__main__':

Loading…
Cancel
Save