1
This commit is contained in:
@@ -829,3 +829,15 @@ func (c *SkuController) BatchSetRestockingPrice() {
|
||||
return nil, "", nil
|
||||
})
|
||||
}
|
||||
|
||||
// @Title 抖店商品类目修改
|
||||
// @Description 抖店商品类目修改
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /UpdateTiktokCategory [post]
|
||||
func (c *SkuController) UpdateTiktokCategory() {
|
||||
c.callUpdateCategory(func(params *tSkuUpdateCategoryParams) (interface{}, string, error) {
|
||||
data, err := tiktok_store.GetProductAuditList("57939570")
|
||||
return data, "", err
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user