fix updateShopCode接口增加修改门店name功能

This commit is contained in:
shuo.wang
2024-10-30 17:05:19 +08:00
parent b388e80ef1
commit 88381ccb8f
3 changed files with 7 additions and 2 deletions

View File

@@ -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));