feat: fix issues

This commit is contained in:
Rogee
2025-04-30 15:59:42 +08:00
parent be605ef603
commit af0507d0c1
8 changed files with 60 additions and 21 deletions

View File

@@ -1,5 +1,6 @@
[App]
Mode = "development"
# Mode = "prod"
BaseURI = "baseURI"
StoragePath = "/Users/rogee/Projects/self/quyun/fixtures"
DistAdmin = "frontend/wechat/admin"
@@ -9,8 +10,8 @@ DistWeChat = "frontend/wechat/dist"
Port = 8088
[Database]
Host = "localhost"
Database = "postgres"
Host = "10.1.1.2"
Database = "quyun"
Password = "xixi0202"
[JWT]
@@ -34,11 +35,11 @@ Host ="https://assets.jdwan.com"
Region ="cn-beijing"
[WeChat]
DevMode = true
AppID = "wx47649361b6eba174"
AppSecret = "e9cdf19b006cd294a9dae7ad8ae08b72"
Token = "W8Xhw5TivYBgY"
EncodingAesKey = "OlgPgMvsl92zy5oErtEzRcziRT2txoN3jgEHV6RQZMY"
DevMode = false
[WeChat.Pay]
NotifyURL="https://www.baidu.com/go.php"