美团配送推送抖店配送信息

This commit is contained in:
邹宗楠
2022-11-25 10:16:56 +08:00
parent 20a71bdb2c
commit 3538b5a809
4 changed files with 56 additions and 160 deletions

View File

@@ -149,6 +149,12 @@ func (c *TiktokShopController) TokenMsg() {
c.ServeJSON()
return
}
// 授权码发生变化,通知到果园
{
}
c.Data["json"] = tiktok_api.CallbackResponse{Code: tiktok_api.CallbackSuccessCode, Msg: tiktok_api.CallbackSuccess}
c.ServeJSON()
}