This commit is contained in:
邹宗楠
2022-10-24 18:49:15 +08:00
parent 612d9c596f
commit 212622793e
2 changed files with 9 additions and 1 deletions

View File

@@ -16,7 +16,6 @@ type TiktokShopController struct {
web.Controller
}
// TokenMsg 抖音用户授权
func (c *TiktokShopController) TokenMsg() {
codeValues := c.Ctx.Request.URL.Query()
globals.SugarLogger.Debugf("codeValues=====%s", utils.Format4Output(codeValues, false))