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

Commit c0752c48 authored by 张国柄's avatar 张国柄

~链接映射重复;

parent b7c5ef81
...@@ -69,7 +69,7 @@ public class GoblinAppZhengzaiController { ...@@ -69,7 +69,7 @@ public class GoblinAppZhengzaiController {
return goblinOrderService.checkOrderResultMaterCode(masterCode); return goblinOrderService.checkOrderResultMaterCode(masterCode);
} }
@PostMapping("checkPayment") @PostMapping("checkPayment_dup1")
@ApiOperation("正在下单-出货") @ApiOperation("正在下单-出货")
@ApiResponse(code = 200, message = "接口返回对象参数") @ApiResponse(code = 200, message = "接口返回对象参数")
@ApiImplicitParams({ @ApiImplicitParams({
...@@ -79,7 +79,7 @@ public class GoblinAppZhengzaiController { ...@@ -79,7 +79,7 @@ public class GoblinAppZhengzaiController {
return goblinAppZhengzaiService.orderPush(masterCode); return goblinAppZhengzaiService.orderPush(masterCode);
} }
@PostMapping("checkPayment") @PostMapping("checkPayment_dup2")
@ApiOperation("正在下单-绑定订单号") @ApiOperation("正在下单-绑定订单号")
@ApiResponse(code = 200, message = "接口返回对象参数") @ApiResponse(code = 200, message = "接口返回对象参数")
@ApiImplicitParams({ @ApiImplicitParams({
......
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