Commit a68b08cf by guojuxing

商品索引初始化接口弃用

parent 321de6d8
...@@ -659,6 +659,7 @@ public class EnterpriseController { ...@@ -659,6 +659,7 @@ public class EnterpriseController {
return ResultControllerUtils.commonResult(enterpriseInitApiService.completeMemberIndex(enterpriseId, UserUtils.getUser().getId(), UserUtils.getUser().getRealName())); return ResultControllerUtils.commonResult(enterpriseInitApiService.completeMemberIndex(enterpriseId, UserUtils.getUser().getId(), UserUtils.getUser().getRealName()));
} }
@Deprecated
@RequestMapping("/init-goods-index") @RequestMapping("/init-goods-index")
public RestResponse completeGoodsIndex(Integer enterpriseId) { public RestResponse completeGoodsIndex(Integer enterpriseId) {
return ResultControllerUtils.commonResult(enterpriseInitApiService.completeGoodsIndex(enterpriseId)); return ResultControllerUtils.commonResult(enterpriseInitApiService.completeGoodsIndex(enterpriseId));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment