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

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

支付回调

parent 86fd5999
...@@ -57,7 +57,7 @@ public class KylinOrderTicketsController { ...@@ -57,7 +57,7 @@ public class KylinOrderTicketsController {
@PostMapping("syncOrder") @PostMapping("syncOrder")
@ApiOperation("支付回调") @ApiOperation("支付回调")
@ApiResponse(code = 200, message = "接口返回对象参数") @ApiResponse(code = 200, message = "接口返回对象参数")
public String payAgain(@Valid SyncOrderParam syncOrderParam) { public String syncOrder(@ModelAttribute @Valid SyncOrderParam syncOrderParam) {
return orderTicketsService.syncOrder(syncOrderParam); return orderTicketsService.syncOrder(syncOrderParam);
} }
......
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