package config
type Alipay struct {
AppId string `yaml:"app-id"`
PrivateKey string `yaml:"private-key"`
}