This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Files
schisandra-cloud-album/config/conf_wechat.go
2024-09-05 23:34:46 +08:00

10 lines
213 B
Go

package config
type Wechat struct {
AppID string `yaml:"app-id"`
AppSecret string `yaml:"app-secret"`
Token string `yaml:"token"`
AESKey string `yaml:"aes-key"`
OpenID string `yaml:"openid"`
}