1.排队取号 增加叫号状态接口
This commit is contained in:
@@ -55,4 +55,12 @@ public class TbCallTableController {
|
||||
return Result.successWithData(tbCallService.cancel(cancelCallQueueDTO));
|
||||
}
|
||||
|
||||
@GetMapping("state")
|
||||
public Result getState(
|
||||
@RequestParam String openId,
|
||||
@RequestParam Integer shopId
|
||||
) {
|
||||
return Result.successWithData(tbCallService.getState(openId, shopId));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user