src/main/java/com/fengdu/gas/host/controller/TestInfoServiceController.java
@@ -38,26 +38,9 @@ @Autowired private TestInfoService service; /** * 测试支付信息 * * @author lin.liu * @date 2021/11/23 */ @PostMapping(value = "pay") public ExecutedResult<String> pay() throws Exception { return this.service.testPay(); } /** * 测试支付信息 * * @author lin.liu * @date 2021/11/23 */ @PostMapping(value = "confirmPay") public ExecutedResult<String> confirmPay() throws Exception { return this.service.confirmPay(); } }