Showing
1 changed file
with
0 additions
and
2 deletions
| ... | @@ -31,7 +31,6 @@ public class PayController { | ... | @@ -31,7 +31,6 @@ public class PayController { |
| 31 | 31 | ||
| 32 | private final PayServiceClient payServiceClient; | 32 | private final PayServiceClient payServiceClient; |
| 33 | 33 | ||
| 34 | - @SaIgnore | ||
| 35 | @ApiOperation(value = "支付信息") | 34 | @ApiOperation(value = "支付信息") |
| 36 | @PostMapping("/pay/inform") | 35 | @PostMapping("/pay/inform") |
| 37 | @ResponseStatus(HttpStatus.OK) | 36 | @ResponseStatus(HttpStatus.OK) |
| ... | @@ -39,7 +38,6 @@ public class PayController { | ... | @@ -39,7 +38,6 @@ public class PayController { |
| 39 | return payServiceClient.payInform(payInformRequestDto); | 38 | return payServiceClient.payInform(payInformRequestDto); |
| 40 | } | 39 | } |
| 41 | 40 | ||
| 42 | - @SaIgnore | ||
| 43 | @ApiOperation(value = "支付中") | 41 | @ApiOperation(value = "支付中") |
| 44 | @PostMapping("/order/{orderId}/pay/waiting") | 42 | @PostMapping("/order/{orderId}/pay/waiting") |
| 45 | @ResponseStatus(HttpStatus.OK) | 43 | @ResponseStatus(HttpStatus.OK) | ... | ... |
-
Please register or login to post a comment