package config type Suixing struct { BaseUrl string `yaml:"base-url"` AppID string `yaml:"app-id"` AppSecret string `yaml:"app-secret"` }