Commit 0df8a54c authored by xinwen's avatar xinwen
Browse files

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

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment