alipay

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler interface {

	// Pay 支付宝电脑网站支付
	// @Tags AlipayController
	// @Router /alipay/pay [get]
	Pay(*gin.Context)

	// WebPay 支付宝手机网站支付
	// @Tags AlipayController
	// @Router /alipay/webPay [get]
	WebPay(*gin.Context)

	// Notify 支付宝异步回调
	// @Tags AlipayController
	// @Router /alipay/notify [post]
	Notify(*gin.Context)

	// Query 支付宝统一收单线下交易查询
	// @Tags AlipayController
	// @Router /alipay/query [get]
	Query(*gin.Context)
	// contains filtered or unexported methods
}

func New

func New() Handler

Jump to

Keyboard shortcuts

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