1
This commit is contained in:
@@ -9,6 +9,7 @@ import (
|
|||||||
"git.rosy.net.cn/jx-callback/globals"
|
"git.rosy.net.cn/jx-callback/globals"
|
||||||
"git.rosy.net.cn/jx-callback/globals/api"
|
"git.rosy.net.cn/jx-callback/globals/api"
|
||||||
"github.com/astaxie/beego/server/web"
|
"github.com/astaxie/beego/server/web"
|
||||||
|
"io/ioutil"
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -18,6 +19,10 @@ type TiktokShopController struct {
|
|||||||
|
|
||||||
// TokenMsg 抖音用户授权
|
// TokenMsg 抖音用户授权
|
||||||
func (c *TiktokShopController) TokenMsg() {
|
func (c *TiktokShopController) TokenMsg() {
|
||||||
|
|
||||||
|
body, _ := ioutil.ReadAll(c.Ctx.Request.Body)
|
||||||
|
globals.SugarLogger.Debugf("body=====%s", string(body))
|
||||||
|
|
||||||
codeValues := c.Ctx.Request.URL.Query()
|
codeValues := c.Ctx.Request.URL.Query()
|
||||||
globals.SugarLogger.Debugf("codeValues=====%s", utils.Format4Output(codeValues, false))
|
globals.SugarLogger.Debugf("codeValues=====%s", utils.Format4Output(codeValues, false))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user