fix message
This commit is contained in:
@@ -41,8 +41,6 @@ class SendOTPView(APIView):
|
||||
otp = user.set_otp()
|
||||
message = f"""به فروشگاه هی ملز خوش اومدی!!❤️🤖
|
||||
کد یک بار مصرف شما : {otp}"""
|
||||
message = 'دلام داشاغ'
|
||||
|
||||
sms_api = ghasedak_sms.Ghasedak(api_key="1227eaaddcba72bcb0169b37032cf16ae9ac6ed8b3b7c2768b74e2ee351d1b52gyRe3AGomZRPTNEd")
|
||||
|
||||
# response = sms_api.send_single_sms(ghasedak_sms.SendSingleSmsInput(message=message, receptor=phone, line_number='30005006006908', send_date='', client_reference_id=''))
|
||||
|
||||
Reference in New Issue
Block a user