This commit is contained in:
richboo111
2022-08-18 13:51:40 +08:00
parent 19a038837e
commit 960c497d35
2 changed files with 8 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ func (a *API) GetTiktokOauth(code string) (*TiktokOauthResone, error) {
if err != nil {
return nil, err
}
globals.SugarLogger.Debug("从抖音获取的result==========================", result)
oauthAccessToken := &TiktokOauthResone{}
if err := utils.Map2StructByJson(result, oauthAccessToken, false); err != nil {
return nil, err