Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrAlipayRespCodeInvalid = model.ErrAlipayRespCodeInvalid
View Source
var ErrMissAllowedOrigin = model.ErrMissAllowedOrigin
View Source
var ErrMissEndpoint = model.ErrMissEndpoint
View Source
var ErrMissOrderHandler = model.ErrMissOrderHandler
View Source
var ErrOpenIDIsRequired = model.ErrOpenIDIsRequired
View Source
var ErrWeChatPayRespCodeInvalid = model.ErrWeChatPayRespCodeInvalid
View Source
var ErrWeChatRedirectURIMismatch = model.ErrWeChatRedirectURIMismatch
Functions ¶
Types ¶
type AlipayConfig ¶
type AlipayConfig = model.AlipayConfig
type TradeStatus ¶
type TradeStatus = model.TradeStatus
const ( TradePending TradeStatus = model.TradePending TradeSuccess TradeStatus = model.TradeSuccess TradeClosed TradeStatus = model.TradeClosed TradeFinished TradeStatus = model.TradeFinished )
type WeChatPayConfig ¶
type WeChatPayConfig = model.WeChatPayConfig
Click to show internal directories.
Click to hide internal directories.