修改了验证码模版

This commit is contained in:
wucongxing8150 2024-09-04 15:34:09 +08:00
parent 5e5d07cb5b
commit 5ced58e968

View File

@ -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
}