添加抖音订单转果园

This commit is contained in:
邹宗楠
2023-02-14 14:08:27 +08:00
parent 91e67ba158
commit d4734e25a1
5 changed files with 63 additions and 43 deletions

View File

@@ -4454,6 +4454,7 @@ func RefreshTiktokShopToken(ctx *jxcontext.Context) (err error) {
v.UpdatedAt = time.Now()
v.StoreBrandName = "定时任务更新"
dao.UpdateEntity(db, v, "Token", "UpdatedAt", "StoreBrandName")
tiktok_store.HttpToGuoYuan(utils.Struct2MapByJson(v), "token")
}
}
}