✨ scan the QR code to log in on the WeChat public account
This commit is contained in:
8
config/conf_wechat.go
Normal file
8
config/conf_wechat.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package config
|
||||
|
||||
type Wechat struct {
|
||||
AppID string `json:"app-id"`
|
||||
AppSecret string `json:"app-secret"`
|
||||
Token string `json:"token"`
|
||||
AESKey string `json:"aes-key"`
|
||||
}
|
@@ -8,4 +8,5 @@ type Config struct {
|
||||
SMS SMS `yaml:"sms"`
|
||||
JWT JWT `yaml:"jwt"`
|
||||
Encrypt Encrypt `yaml:"encrypt"`
|
||||
Wechat Wechat `yaml:"wechat"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user