Files
sundynix-radio-be/config/mini_program.go
T
2026-02-27 13:54:01 +08:00

7 lines
196 B
Go

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"`
}