This commit is contained in:
邹宗楠
2022-11-18 17:57:18 +08:00
parent 56e4795a3b
commit 3747ff5934

View File

@@ -837,7 +837,7 @@ func (c *SkuController) BatchSetRestockingPrice() {
// @Failure 200 {object} controllers.CallResult
// @router /UpdateTiktokCategory [post]
func (c *SkuController) UpdateTiktokCategory() {
c.callUpdateCategory(func(params *tSkuUpdateCategoryParams) (interface{}, string, error) {
c.callUpdateTiktokCategory(func(params *tSkuUpdateTiktokCategoryParams) (interface{}, string, error) {
data := tiktok_store.GetProductAuditList("57939570")
globals.SugarLogger.Debugf("==========111 %s", utils.Format4Output(data, false))
for k, v := range data {