1
This commit is contained in:
@@ -4427,7 +4427,7 @@ func RefreshTiktokShopToken(ctx *jxcontext.Context) (err error) {
|
||||
globals.SugarLogger.Debugf("定时任务更新抖店店铺token错误:%s,%s", utils.Format4Output(v, false), err.Error())
|
||||
continue
|
||||
}
|
||||
if access.ExpiresIn-time.Now().Unix() > 24*60*60 {
|
||||
if access.ExpiresIn-time.Now().Unix() > 48*60*60 {
|
||||
continue
|
||||
}
|
||||
api.SetToken(access.AccessToken)
|
||||
|
||||
Reference in New Issue
Block a user