This commit is contained in:
邹宗楠
2022-06-06 10:35:27 +08:00
parent 7376821fa6
commit f53566c82c
3 changed files with 6 additions and 5 deletions

View File

@@ -39,6 +39,7 @@ func MsgFail() *TicktockRes {
}
func (c *TicTocController) TtMsg() {
globals.SugarLogger.Debugf("============err:%s", "抖音支付/退款回调")
if c.Ctx.Input.Method() == http.MethodPost {
call, refund, payType, err := api.TiktokApi.GetCallbackMsg(getPayInfo(c.Ctx))
globals.SugarLogger.Debugf("tictok callback callbackResponse:%s", utils.Format4Output(call, true))