绑定验证
This commit is contained in:
@ -47,4 +47,10 @@ public class AppDiningPlatesController {
|
|||||||
return success(diningPlatesService.bindByFace(diningPlatesNum,faceId));
|
return success(diningPlatesService.bindByFace(diningPlatesNum,faceId));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@GetMapping("/checkBind")
|
||||||
|
@Operation(summary = "验证餐盘绑定")
|
||||||
|
public CommonResult<Boolean> bindByFace(String diningPlatesNum) {
|
||||||
|
return success(diningPlatesService.checkBind(diningPlatesNum));
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user