1
This commit is contained in:
@@ -8,9 +8,6 @@ import (
|
||||
|
||||
"git.rosy.net.cn/jx-callback/globals/api"
|
||||
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"git.rosy.net.cn/jx-callback/globals"
|
||||
|
||||
"github.com/astaxie/beego/server/web"
|
||||
"github.com/astaxie/beego/server/web/context"
|
||||
)
|
||||
@@ -40,7 +37,6 @@ func MsgFail() *TicktockRes {
|
||||
|
||||
func (c *TicTocController) TiktokMsg() {
|
||||
call, refund, payType, err := api.TiktokApi.GetCallbackMsg(getPayInfo(c.Ctx))
|
||||
globals.SugarLogger.Debugf("tictok callback callbackResponse:%s", utils.Format4Output(call, true))
|
||||
if err != nil || call == nil {
|
||||
c.Data["json"] = MsgFail()
|
||||
c.ServeJSON()
|
||||
|
||||
Reference in New Issue
Block a user