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-08-15 23:56:46 +08:00

9 lines
179 B
Go

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