fix: 腾讯验证码测试不通过

pull/7490/head
xinwen 2021-12-31 11:37:52 +08:00 committed by Jiangjie.Bai
parent 6716acb4ff
commit 4b44a54d97
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class TencentSMSTestingAPI(GenericAPIView):
phone_numbers=[test_phone],
sign_name=tencent_verify_sign_name,
template_code=tencent_verify_template_code,
template_param=OrderedDict(code='test')
template_param=OrderedDict(code='666666')
)
return Response(status=status.HTTP_200_OK, data={'msg': _('Test success')})
except APIException as e: