| | |
| | | * 定时关闭5分钟未支付订单 |
| | | * @return 操作结果 |
| | | */ |
| | | @PostMapping("/sync/close/order") |
| | | @GetMapping("/sync/close/order") |
| | | public R syncCloseOrder(){ |
| | | return this.comBatteryCommodityOrderService.syncCloseOrder(); |
| | | } |
| | |
| | | return this.comBatteryCommodityOrderService.orderDeliver(deliverAdminDto); |
| | | } |
| | | |
| | | /** |
| | | * 电动车商城购买活动商品支付回调 |
| | | * @param notifyOrderDTO 请求参数 |
| | | * @return 购买商品支付回调 |
| | | */ |
| | | @PostMapping("/batteryActivityPayNotify") |
| | | public R batteryActivityPayNotify(@RequestBody WxPayNotifyOrderDTO notifyOrderDTO){ |
| | | return this.comBatteryCommodityOrderService.batteryActivityPayNotify(notifyOrderDTO); |
| | | } |
| | | |
| | | } |
| | | |