Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallbackHandler ¶
type CallbackHandler struct {
// contains filtered or unexported fields
}
CallbackHandler 回调处理器
func (*CallbackHandler) WeChatPayCallback ¶
func (h *CallbackHandler) WeChatPayCallback(c *gin.Context)
WeChatPayCallback 微信支付回调 @Summary 微信支付回调 @Tags 回调 @Accept xml @Produce xml @Param body body string true "微信回调XML" @Success 200 {string} string "XML" @Router /api/callback/wechat-pay [post]
Click to show internal directories.
Click to hide internal directories.