|
|
@@ -67,7 +67,7 @@ public class OrderInfoController extends BaseController {
|
|
|
ExcelUtils.export(response, data);
|
|
|
}
|
|
|
|
|
|
- @PostMapping("/creat")
|
|
|
+ @PostMapping("/create")
|
|
|
@ApiOperation("创建订单")
|
|
|
public OrderInfo creat(@RequestParam Long packageId, @RequestParam PayMethod payMethod) {
|
|
|
return orderInfoService.creatOrder(SecurityUtils.getAuthenticatedUser().getId(), packageId, payMethod);
|