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

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

修改 controller

parent 01440abc
......@@ -90,14 +90,14 @@ public class GoblinOrderController {
return goblinAppOrderService.checkOrder(param, param.getUid());
}
@PostMapping("zhengzai/checkPayment")
@ApiOperation("订单状态")
@ApiResponse(code = 200, message = "接口返回对象参数")
@ApiImplicitParams({
@ApiImplicitParam(type = "form", required = true, dataType = "String", name = "masterCode", value = "masterCode", example = "1"),
})
public ResponseDto<Integer> checkOrderResultMasterCodeZhengzai(@RequestParam("masterCode") @Valid String masterCode) {
return goblinAppOrderService.checkOrderResultMaterCode(masterCode);
}
// @PostMapping("zhengzai/checkPayment")
// @ApiOperation("订单状态")
// @ApiResponse(code = 200, message = "接口返回对象参数")
// @ApiImplicitParams({
// @ApiImplicitParam(type = "form", required = true, dataType = "String", name = "masterCode", value = "masterCode", example = "1"),
// })
// public ResponseDto<Integer> checkOrderResultMasterCodeZhengzai(@RequestParam("masterCode") @Valid String masterCode) {
// return goblinAppOrderService.checkOrderResultMaterCode(masterCode);
// }
}
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