|
@@ -54,24 +54,6 @@ public class AppOtcTradeOrderController {
|
|
|
@Resource
|
|
|
private AdminTradeOrderService adminTradeOrderService;
|
|
|
|
|
|
- @RequestDecryption
|
|
|
- @PostMapping("/autoMachine/createOrder")
|
|
|
- @Operation(summary = "自助机创建订单")
|
|
|
- @OperateLog(type = TRADE)
|
|
|
- public CommonResult<AppOtcTradeOrderCreateRespVO> autoMachineCreateOrder(@Parameter(hidden = true) @StoreMachine StoreMachineDTO storeMachineDTO, @Valid @RequestBody OtcTradeOrderCreateReqVO otcTradeOrderCreateReqVO) {
|
|
|
-
|
|
|
- return appOtcTradeOrderService.autoMachineCreateOrder(storeMachineDTO, otcTradeOrderCreateReqVO);
|
|
|
- }
|
|
|
-
|
|
|
- @RequestDecryption
|
|
|
- @PostMapping("/autoMachine/payOrder")
|
|
|
- @Operation(summary = "自助机支付订单")
|
|
|
- @OperateLog(type = TRADE)
|
|
|
- public CommonResult<PayOrderRespVO> autoMachinePayOrder(@Parameter(hidden = true) @StoreMachine StoreMachineDTO storeMachineDTO, @Valid @RequestBody PayOrderReqVO payOrderReqVO) {
|
|
|
-
|
|
|
- return appOtcTradeOrderService.autoMachinePayOrder(storeMachineDTO, payOrderReqVO);
|
|
|
- }
|
|
|
-
|
|
|
@RequestDecryption
|
|
|
@PostMapping("/miniApp/createOrder")
|
|
|
@Operation(summary = "小程序创建订单")
|