1.排队取号 取消排号接口

This commit is contained in:
2024-09-13 15:22:21 +08:00
parent 970971cde9
commit 21d35b3f22

View File

@@ -48,7 +48,7 @@ public class TbCallTableController {
return Result.successWithData(tbCallService.getAllInfo(shopId));
}
@PutMapping("/cancel")
@DeleteMapping("/cancel")
public Result cancel(
@Validated @RequestParam CancelCallQueueDTO cancelCallQueueDTO
) {