Documentation ¶
Index ¶
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) ByOutTradeNumber ¶
func (comp *Client) ByOutTradeNumber(outTradeNumber string) (*response.ResponseReserve, error)
Reverse order by out trade number. https://pay.weixin.qq.com/wiki/doc/api/micropay.php?chapter=9_11&index=3
func (*Client) ByTransactionId ¶
func (comp *Client) ByTransactionId(transactionID string) (*response.ResponseReserve, error)
Reverse order by transaction_id. https://pay.weixin.qq.com/wiki/doc/api/micropay.php?chapter=9_11&index=3
func (*Client) Reverse ¶
Reverse order. https://pay.weixin.qq.com/wiki/doc/api/micropa
Click to show internal directories.
Click to hide internal directories.