Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WxConfig ¶
type WxConfig struct { AppName string AppID string AppSecret string EncodingAESKey string PubAccToken string PayMchID string //支付 - 商户 ID PayNotifyURL string //支付 - 接受微信支付结果通知的接口地址 PayKey string //支付 - 商户后台设置的支付 key RedisFetcher RedisFetcher }
func (*WxConfig) SetRedisFetcher ¶
func (s *WxConfig) SetRedisFetcher(fetcher RedisFetcher)
Click to show internal directories.
Click to hide internal directories.