From 5ced58e9684ed508e007211b3f8def9240fdd41a Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Wed, 4 Sep 2024 15:34:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E7=A0=81=E6=A8=A1=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/service/Public.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/service/Public.go b/api/service/Public.go index ad680ab..876608f 100644 --- a/api/service/Public.go +++ b/api/service/Public.go @@ -43,7 +43,7 @@ func (r *PublicService) GetPhoneCode(scene int, phone string) (bool, error) { code = strconv.Itoa(rand.Intn(9000) + 1000) // 模版 - templateCode = "SMS_243055263" + templateCode = "SMS_215344868" sendCodeCount = sendCodeCount + 1 }