This commit is contained in:
邹宗楠
2022-10-10 20:01:33 +08:00
parent e379dac630
commit c61edcf570
2 changed files with 6 additions and 8 deletions

View File

@@ -14,9 +14,6 @@ type TiktokController struct {
// CallbackTiktokOrderMsg 抖店用户下单订单推送 (tiktokStore)
func (t *TiktokController) CallbackTiktokOrderMsg() {
t.Data["json"] = tiktok_api.CallbackResponse{Code: tiktok_api.CallbackSuccessCode, Msg: tiktok_api.CallbackSuccess}
t.ServeJSON()
return
// 1.防伪校验
resp := api.TiktokStore.EventSignChange(t.Ctx.Request)
if resp.Code != 0 {