fix updateShopCode接口增加修改门店name功能
This commit is contained in:
@@ -60,7 +60,7 @@ public class PCShopController {
|
||||
return ResponseResult.success(shopService.addShop(request));
|
||||
}
|
||||
|
||||
@ApiOperation("修改门店编号")
|
||||
@ApiOperation("修改门店编号和门店名称")
|
||||
@PostMapping("/updateShopCode")
|
||||
public ResponseResult<Integer> updateShopCode(@RequestBody @Validated UpdateShopCodeRequest request) {
|
||||
return ResponseResult.success(shopService.updateShopCode(request));
|
||||
|
||||
Reference in New Issue
Block a user