hotime/vendor/github.com/silenceper/wechat/v2/pay/config/config.go

10 lines
202 B
Go
Raw Normal View History

2022-05-24 05:49:25 +00:00
package config
// Config .config for pay
type Config struct {
AppID string `json:"app_id"`
MchID string `json:"mch_id"`
Key string `json:"key"`
NotifyURL string `json:"notify_url"`
}