记得上下班打卡 | git大法好,push需谨慎

Commit 71359241 authored by 胡佳晨's avatar 胡佳晨

注释订单回滚controller

parent 560dd81c
......@@ -29,10 +29,10 @@ public class GoblinOrderTicketsController {
@Autowired
DMCheckGoblinOrderTimeImpl goblinCheckOrderTime;
@PostMapping("checkOrderTime")
@ApiOperation("订单过期脚本")
@ApiResponse(code = 200, message = "接口返回对象参数")
public ResponseDto<Boolean> checkOrderTime() {
return ResponseDto.success(goblinCheckOrderTime.checkOrderTime());
}
// @PostMapping("checkOrderTime")
// @ApiOperation("订单过期脚本")
// @ApiResponse(code = 200, message = "接口返回对象参数")
// public ResponseDto<Boolean> checkOrderTime() {
// return ResponseDto.success(goblinCheckOrderTime.checkOrderTime());
// }
}
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