1
This commit is contained in:
@@ -18,7 +18,6 @@ type WXPayController struct {
|
||||
}
|
||||
|
||||
func (c *WXPayController) Msg() {
|
||||
globals.SugarLogger.Debug("ceshihuidiaohanhu================", c.Ctx.Input.Method())
|
||||
if c.Ctx.Input.Method() == http.MethodPost {
|
||||
msg, callbackResponse := api.WxpayAPI.GetCallbackMsg(c.Ctx.Request)
|
||||
globals.SugarLogger.Debugf("wxpayapi callback msg:%s, callbackResponse:%s, %t", utils.Format4Output(msg, true), utils.Format4Output(callbackResponse, true), callbackResponse == nil)
|
||||
|
||||
Reference in New Issue
Block a user