Merge branch 'feature-商品起售数量' into dev
This commit is contained in:
@@ -50,10 +50,7 @@ public class OrderController {
|
||||
@RequestParam Integer size, @RequestParam String status){
|
||||
return orderService.orderList(userId,page,size,status);
|
||||
}
|
||||
@GetMapping("/testMessage")
|
||||
private void testMessage(@RequestParam("tableId") String tableId, @RequestParam("message") String message) throws IOException {
|
||||
orderService.testMessage(tableId,message);
|
||||
}
|
||||
|
||||
@GetMapping("/tradeIntegral")
|
||||
private Result tradeIntegral(@RequestParam("userId") String userId, @RequestParam("id") String id) throws IOException, ParseException {
|
||||
return orderService.tradeIntegral(userId,id);
|
||||
|
||||
Reference in New Issue
Block a user