1.排队取号 新增桌型列表接口
This commit is contained in:
@@ -31,7 +31,7 @@ public class TbCallTableController {
|
||||
* @param shopId 店铺id
|
||||
* @return data
|
||||
*/
|
||||
@GetMapping
|
||||
@GetMapping("queue")
|
||||
public Result get(
|
||||
@RequestParam String openId,
|
||||
@RequestParam Integer shopId
|
||||
@@ -39,4 +39,11 @@ public class TbCallTableController {
|
||||
return Result.successWithData(tbCallService.getList(shopId, openId));
|
||||
}
|
||||
|
||||
@GetMapping
|
||||
public Result getList(
|
||||
@RequestParam Integer shopId
|
||||
) {
|
||||
return Result.successWithData(tbCallService.getAllInfo(shopId));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user