一个身份证号可以认证三个账号

This commit is contained in:
Tankaikai 2025-01-10 14:33:35 +08:00
parent f3989082cf
commit 96cb4d934c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ spring:
redis:
open: true # 是否开启redis缓存 true开启 false关闭
database: 0
host: 47.122.26.160
host: 127.0.0.1 # Redis服务器地址
port: 6379
password: 111111 # 密码(默认为空)
timeout: 6000ms # 连接超时时长(毫秒)