diff --git a/controllers/cms_sku.go b/controllers/cms_sku.go index 43f21b862..c3b42d391 100644 --- a/controllers/cms_sku.go +++ b/controllers/cms_sku.go @@ -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 {