Documentation ¶
Index ¶
- type Client
- func (comp *Client) QueryBalanceOrder(partnerTradeNo string) (interface{}, error)
- func (comp *Client) QueryBankCardOrder(partnerTradeNo string) (interface{}, error)
- func (comp *Client) ToBalance(params *power.HashMap) (interface{}, error)
- func (comp *Client) ToBankCard(params *object.HashMap) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
*payment.BaseClient
}
func NewClient ¶
func NewClient(app *payment.ApplicationPaymentInterface) *Client
func RegisterProvider ¶
func RegisterProvider(app kernel.ApplicationPaymentInterface) *Client
func (*Client) QueryBalanceOrder ¶
Query MerchantPay to balance. https://pay.weixin.qq.com/wiki/doc/api/tools/mch_pay.php?chapter=14_3
func (*Client) QueryBankCardOrder ¶
Query MerchantPay order to BankCard. https://pay.weixin.qq.com/wiki/doc/api/tools/mch_pay.php?chapter=14_3
func (*Client) ToBankCard ¶
Send MerchantPay to BankCard. https://pay.weixin.qq.com/wiki/doc/api/tools/mch_pay.php?chapter=14_2
Click to show internal directories.
Click to hide internal directories.