家庭组逻辑导致支付失败
Build docker and publish / build (20.15.1) (push) Successful in 8m11s

This commit is contained in:
2026-03-05 03:20:38 -08:00
parent 9f4d71770b
commit ce6351368d
5 changed files with 1193 additions and 44 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ Logger: # 日志配置
MySQL:
Addr: 127.0.0.1:3306 # MySQL地址
Username: root # MySQL用户名 (与创建的用户一致)
Password: password # MySQL密码 (换成之前生成的随机密码)
Password: rootpassword # MySQL密码 (换成之前生成的随机密码)
Dbname: ppanel # MySQL数据库名 (与脚本创建的数据库一致)
Config: charset=utf8mb4&parseTime=true&loc=Asia%2FShanghai
MaxIdleConns: 10