✨ github oauth2 login /gitee oauth2 login
This commit is contained in:
@@ -1,8 +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"`
|
||||
AppID string `yaml:"app-id"`
|
||||
AppSecret string `yaml:"app-secret"`
|
||||
Token string `yaml:"token"`
|
||||
AESKey string `yaml:"aes-key"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user