This commit is contained in:
邹宗楠
2026-03-25 09:13:44 +08:00
parent 9b49d15c86
commit 6f938bf0dc
9 changed files with 261 additions and 164 deletions

View File

@@ -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"