2025-04-02 10:16:07 +08:00

7 lines
222 B
Go

package config
type Applet struct {
AppID string `mapstructure:"app_id" json:"app_id" yaml:"app_id"` // appid
AppSecret string `mapstructure:"app_secret" json:"app_secret" yaml:"app_secret"` // secret
}