忘记密码获取验证码

This commit is contained in:
2023-02-23 17:43:01 +08:00
parent 22fa11bac6
commit fff12cc908
4 changed files with 16 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ server.port=8111
#===redis custom key start===
redis.key.prefix.authCode=portal:authCode:
redis.key.prefix.loginCode=portal:loginCode:
redis.key.prefix.forgetCode=portal:forgetCode:
redis.key.prefix.orderId=portal:orderId:
authCode.expire.seconds=90
#===redis custom key end===