payjs

package
v0.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const Name = `payjs`

Variables

This section is empty.

Functions

func MoneyFeeToString

func MoneyFeeToString(moneyFee float64) string

MoneyFeeToString 微信金额浮点转字符串

func New

func New() payment.Driver

Types

type PayJS

type PayJS struct {
	// contains filtered or unexported fields
}

func (*PayJS) Client

func (a *PayJS) Client() *payjs.PayJS

func (*PayJS) IsSupported added in v0.3.0

func (a *PayJS) IsSupported(s config.Support) bool

func (*PayJS) Pay

func (a *PayJS) Pay(ctx echo.Context, cfg *config.Pay) (*config.PayResponse, error)

func (*PayJS) PayNotify

func (a *PayJS) PayNotify(ctx echo.Context) error

PayNotify 付款回调处理 documentation https://help.payjs.cn/api-lie-biao/jiao-yi-xin-xi-tui-song.html TODO: 验证签名

func (*PayJS) PayQuery

func (a *PayJS) PayQuery(ctx echo.Context, cfg *config.Query) (*config.Result, error)

func (*PayJS) Refund

func (a *PayJS) Refund(ctx echo.Context, cfg *config.Refund) (*config.Result, error)

func (*PayJS) RefundNotify

func (a *PayJS) RefundNotify(ctx echo.Context) error

RefundNotify 退款回调处理 documentation 不支持

func (*PayJS) RefundQuery

func (a *PayJS) RefundQuery(ctx echo.Context, cfg *config.Query) (*config.Result, error)

RefundQuery 退款查询

func (*PayJS) SetAccount

func (a *PayJS) SetAccount(account *config.Account) payment.Driver

func (*PayJS) SetNotifyCallback

func (a *PayJS) SetNotifyCallback(callback func(echo.Context) error) payment.Driver

func (*PayJS) VerifySign

func (a *PayJS) VerifySign(ctx echo.Context) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL