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

Commit 8e8a60e0 authored by 胡佳晨's avatar 胡佳晨

支付回调

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