修改 aliyun,短信,oss,验证码

This commit is contained in:
chy
2025-06-24 16:22:18 +08:00
parent b02ad91118
commit 8342c92247
21 changed files with 219 additions and 128 deletions

View File

@ -2,7 +2,7 @@ package consts
// 用户
const (
UserBindPhoneKey = "user:bindPhone:%d"
UserBindPhoneKey = "user:bindPhone:%s"
UserCodeExpire = 5 * 60
)