车辆信息管理删除更新

master
shaowenhao 2023-11-29 15:00:02 +08:00
parent 4481f98616
commit 014d78685d
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ public class CarController extends BaseController {
*
*/
@Log(title = "车辆信息管理" , businessType = BusinessType.DELETE) // 删除
@DeleteMapping("/delCar/{vinId}")
@GetMapping("/delCar/{vinId}")
public Result delCar(@PathVariable String vinId){
log.info("功能介绍逻辑删除车辆信息,请求方式:{},请求路径:{},请求参数:{}",
request.getMethod(),