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

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

Merge branch 'dev_goblin' into pre

parents 6e2f8b64 71359241
......@@ -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