platformx-business-finance-biz/src/main/java/com/by4cloud/platformx/business/controller/PaymentConfirmController.java
@@ -130,4 +130,12 @@ public R syncPaymentRecepit(){ return paymentConfirmService.syncPaymentRecepit(); } /** * 业务类型 */ @GetMapping("queryAllBusinessType") public R queryAllBusinessType(){ return paymentConfirmService.queryAllBusinessType(); } }