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 }