Commit 783f826e by ping.wu

合并代码

parent 8f4527aa
...@@ -203,16 +203,6 @@ public class OrderController { ...@@ -203,16 +203,6 @@ public class OrderController {
} }
/** /**
* 查询30分钟未支付的优惠券订单
*/
@ApiAnnotation(logMessage = "queryOrderWithCoupon")
@ApiOperation(value = "查询30分钟未支付的优惠券订单", notes = "查询30分钟未支付的优惠券订单", produces = "application/json")
@PostMapping("/queryOrderWithCoupon")
public BaseResponse queryOrderWithCoupon(@LogParams @RequestBody QueryOrderWithCouponVo orderWithCouponVo) {
return ResponseUtil.success();
}
/**
* 订单确认完成 * 订单确认完成
*/ */
@ApiAnnotation(logMessage = "affirm") @ApiAnnotation(logMessage = "affirm")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment