package config type MiniProgram struct { AppId string `mapstructure:"app-id" json:"app-id" yaml:"app-id"` AppSecret string `mapstructure:"app-secret" json:"app-secret" yaml:"app-secret"` }