|  |  |  | 
|---|
|  |  |  | public ApiResponse createPlat(@RequestBody GoodCreatePlatRequest param) { | 
|---|
|  |  |  | goodsService.openSyncSwitch(); | 
|---|
|  |  |  | goodsService.createPlat(param); | 
|---|
|  |  |  | cateParamSelectService.dealCateParamSelect(); | 
|---|
|  |  |  | //        cateParamSelectService.dealCateParamSelect(); | 
|---|
|  |  |  | return ApiResponse.success("同步操作成功,请稍后刷新查看商品同步信息"); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | public ApiResponse<String> batchUpdateDisableById(@RequestBody BatchDisableDTO batchDisableDTO) { | 
|---|
|  |  |  | return ApiResponse.success(goodsService.batchUpdateDisableById(batchDisableDTO)); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiOperation("列表 - H5") | 
|---|
|  |  |  | @PostMapping("/list") | 
|---|