🐛 fix bug
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
package config
|
||||
|
||||
// MiniApp 微信小程序配置
|
||||
type MiniApp struct {
|
||||
AppId string `mapstructure:"app-id" yaml:"app-id"`
|
||||
AppSecret string `mapstructure:"app-secret" yaml:"app-secret"`
|
||||
AppId string `mapstructure:"app-id" yaml:"app-id"`
|
||||
AppSecret string `mapstructure:"app-secret" yaml:"app-secret"`
|
||||
TemplateID string `mapstructure:"template-id" yaml:"template-id"`
|
||||
}
|
||||
|
||||
// 微信小程序配置
|
||||
|
||||
// 微信支付配置
|
||||
type wechatPayConfig struct {
|
||||
MchId string `mapstructure:"mchId" yaml:"mchId"` // 商户号
|
||||
|
Reference in New Issue
Block a user