diff --git a/accounts/views.py b/accounts/views.py index 5cfee8c..456ce1c 100644 --- a/accounts/views.py +++ b/accounts/views.py @@ -330,7 +330,7 @@ def send_sms(self, request): payload = { 'token_key': sms_token_key, - 'msg_type': 'SMS', + 'msg_type': 'sms', 'dest_phone': user_phone, 'send_phone': send_phone, 'msg_body': f"라인나우 인증코드: {sms_code}",