This commit is contained in:
邹宗楠
2025-02-08 11:35:30 +08:00
parent b5503198d2
commit c0982e03ff
5 changed files with 71 additions and 37 deletions

View File

@@ -151,7 +151,7 @@ func (c *TiktokShopController) TokenMsg() {
return
}
if param.VendorOrgCode == "68023619" {
tiktok_store.HttpToGuoYuan(utils.Struct2Map(param, "", false), model.ServerTypePet, tiktok_store.CaiShiPushGyTagToken)
tiktok_store.HttpToGuoYuan(utils.Struct2Map(param, "", false), tiktok_store.CaiShiPushGyTagToken, model.ServerTypePet)
}
c.Data["json"] = tiktok_api.CallbackResponse{Code: tiktok_api.CallbackSuccessCode, Msg: tiktok_api.CallbackSuccess}