|
@@ -22,7 +22,7 @@ public class OrderController {
|
|
|
return ResultData.ok(order);
|
|
return ResultData.ok(order);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- @PostMapping("/orderDown")
|
|
|
|
|
|
|
+ @PostMapping("/down")
|
|
|
public ResultData orderDown(@RequestBody Order param){
|
|
public ResultData orderDown(@RequestBody Order param){
|
|
|
Order order = orderService.createOrder(param);
|
|
Order order = orderService.createOrder(param);
|
|
|
if(order == null){
|
|
if(order == null){
|