Documentation ¶
Index ¶
- type Client
- func (comp *Client) AddMerchant(mchID string, merchantName string) (*response2.ResponseWork, error)
- func (comp *Client) DelMerchant(mchID string) (*response2.ResponseWork, error)
- func (comp *Client) GetBillList(options *request.RequestExternalPayGetBillList) (*response.ResponseExternalPayGetBillList, error)
- func (comp *Client) GetMerchant(mchID string) (*response.ResponseExternalPayGetMerchant, error)
- func (comp *Client) SetMchUseScope(options *request.RequestExternalPaySetMchUseScope) (*response2.ResponseWork, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
*kernel.BaseClient
}
func NewClient ¶
func NewClient(app kernel.ApplicationInterface) *Client
func RegisterProvider ¶
func RegisterProvider(app kernel.ApplicationInterface) *Client
func (*Client) AddMerchant ¶
func (*Client) DelMerchant ¶
func (comp *Client) DelMerchant(mchID string) (*response2.ResponseWork, error)
func (*Client) GetBillList ¶
func (comp *Client) GetBillList(options *request.RequestExternalPayGetBillList) (*response.ResponseExternalPayGetBillList, error)
获取对外收款记录 https://work.weixin.qq.com/api/doc/90000/90135/93667
func (*Client) GetMerchant ¶
func (comp *Client) GetMerchant(mchID string) (*response.ResponseExternalPayGetMerchant, error)
查询商户号详情 https://work.weixin.qq.com/api/doc/90000/90135/93666
func (*Client) SetMchUseScope ¶
func (comp *Client) SetMchUseScope(options *request.RequestExternalPaySetMchUseScope) (*response2.ResponseWork, error)
设置商户号使用范围 https://work.weixin.qq.com/api/doc/90000/90135/93666
Click to show internal directories.
Click to hide internal directories.