1、微信h5 appID appSecret配置改从yaml获取
This commit is contained in:
@@ -19,6 +19,7 @@ type Config struct {
|
||||
WestConfig WestConfig
|
||||
YushanConfig YushanConfig
|
||||
SystemConfig SystemConfig
|
||||
WechatH5 WechatH5Config
|
||||
}
|
||||
|
||||
// JwtAuth 用于 JWT 鉴权配置
|
||||
@@ -87,3 +88,7 @@ type YushanConfig struct {
|
||||
type SystemConfig struct {
|
||||
ThreeVerify bool
|
||||
}
|
||||
type WechatH5Config struct {
|
||||
AppID string
|
||||
AppSecret string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user