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

Commit 4e1de8a1 authored by 胡佳晨's avatar 胡佳晨

再次支付 接口添加

parent faaadd54
...@@ -50,8 +50,8 @@ public class GoblinAppOrderController { ...@@ -50,8 +50,8 @@ public class GoblinAppOrderController {
return goblinAppOrderService.payAgain(param); return goblinAppOrderService.payAgain(param);
} }
@PostMapping("payAgain") @PostMapping("checkPayment")
@ApiOperation("再次支付") @ApiOperation("订单状态")
@ApiResponse(code = 200, message = "接口返回对象参数") @ApiResponse(code = 200, message = "接口返回对象参数")
@ApiImplicitParams({ @ApiImplicitParams({
@ApiImplicitParam(type = "form", required = true, dataType = "String", name = "orderId", value = "订单id", example = "1"), @ApiImplicitParam(type = "form", required = true, dataType = "String", name = "orderId", value = "订单id", example = "1"),
......
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