修改了验证码模版
This commit is contained in:
parent
5e5d07cb5b
commit
5ced58e968
@ -43,7 +43,7 @@ func (r *PublicService) GetPhoneCode(scene int, phone string) (bool, error) {
|
|||||||
code = strconv.Itoa(rand.Intn(9000) + 1000)
|
code = strconv.Itoa(rand.Intn(9000) + 1000)
|
||||||
|
|
||||||
// 模版
|
// 模版
|
||||||
templateCode = "SMS_243055263"
|
templateCode = "SMS_215344868"
|
||||||
|
|
||||||
sendCodeCount = sendCodeCount + 1
|
sendCodeCount = sendCodeCount + 1
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user