1
This commit is contained in:
@@ -16,7 +16,7 @@ type TTPayController struct {
|
||||
web.Controller
|
||||
}
|
||||
|
||||
func (c *TTPayController) Msg() {
|
||||
func (c *TTPayController) TtMsg() {
|
||||
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