|  | @@ -2,7 +2,7 @@ package com.yami.shop.platform.controller.hb;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  import com.alibaba.fastjson.JSONObject;
 | 
	
		
			
				|  |  |  import com.yami.shop.common.util.hb.HBR;
 | 
	
		
			
				|  |  | -import com.yami.shop.service.hb.ICategoryService;
 | 
	
		
			
				|  |  | +import com.yami.shop.service.hb.IProductCategoryService;
 | 
	
		
			
				|  |  |  import io.swagger.annotations.Api;
 | 
	
		
			
				|  |  |  import lombok.AllArgsConstructor;
 | 
	
		
			
				|  |  |  import lombok.extern.slf4j.Slf4j;
 | 
	
	
		
			
				|  | @@ -17,13 +17,13 @@ import org.springframework.web.bind.annotation.*;
 | 
	
		
			
				|  |  |   */
 | 
	
		
			
				|  |  |  @Slf4j
 | 
	
		
			
				|  |  |  @RestController
 | 
	
		
			
				|  |  | -@RequestMapping("/api/category")
 | 
	
		
			
				|  |  | +@RequestMapping("/api/productCategory")
 | 
	
		
			
				|  |  |  @AllArgsConstructor
 | 
	
		
			
				|  |  |  @CrossOrigin
 | 
	
		
			
				|  |  |  @Api(tags = "后台类目管理", description = "后台类目管理相关接口")
 | 
	
		
			
				|  |  | -public class CategoryController {
 | 
	
		
			
				|  |  | +public class ProductCategoryController {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    private final ICategoryService categoryService;
 | 
	
		
			
				|  |  | +    private final IProductCategoryService categoryService;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      /**
 | 
	
		
			
				|  |  |       * 海博新增后台类目信息-回调
 |