1
This commit is contained in:
@@ -847,6 +847,19 @@ func (c *SkuController) GetTiktokCategoryValue() {
|
||||
})
|
||||
}
|
||||
|
||||
// @Title 更新最新的分类树
|
||||
// @Description 更新最新的分类树
|
||||
// @Param token header string true "认证token"
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /BatchGetChannelCategoryMapping [get]
|
||||
func (c *SkuController) BatchGetChannelCategoryMapping() {
|
||||
c.callGetTiktokCategoryValue(func(params *tSkuGetTiktokCategoryValueParams) (interface{}, string, error) {
|
||||
err := tiktok_store.BatchGetChannelCategoryMapping()
|
||||
return nil, "", err
|
||||
})
|
||||
}
|
||||
|
||||
// @Title 根据美团分类id获取平台扩展规则
|
||||
// @Description 根据美团分类id获取平台扩展规则
|
||||
// @Param token header string true "认证token"
|
||||
|
||||
Reference in New Issue
Block a user