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