Browse Source

获取绑定用户和欠费信息

zr 1 year ago
parent
commit
744c40d870

+ 1 - 1
collect-fees/collect-fees-service/src/main/java/com/tofly/fees/wechatpay/controller/BindCustomerController.java

@@ -34,7 +34,7 @@ import java.util.List;
 @RestController
 @AllArgsConstructor
 @RequestMapping("/api/wechatpay/BindCustomer")
-@Api(tags="微网厅-用户绑定接口1")
+@Api(tags="微网厅-用户绑定接口")
 public class BindCustomerController {
 
     private final DaCustomerService daCustomerService;

+ 1 - 1
collect-fees/collect-fees-service/src/main/java/com/tofly/fees/wechatwebsite/controller/BindCustomerWController.java

@@ -26,7 +26,7 @@ import java.util.List;
 @RestController
 @AllArgsConstructor
 @RequestMapping("/api/wechatwebsite/BindCustomer")
-@Api(tags="微网厅-用户绑定接口")
+@Api(tags="微网厅-用户绑定接口old")
 public class BindCustomerWController {
 
     private final DaCustomerService daCustomerService;

+ 1 - 1
collect-fees/collect-fees-service/src/main/java/com/tofly/fees/wechatwebsite/controller_easy/BindCustomerWEasyController.java

@@ -22,7 +22,7 @@ import java.util.Map;
 @RestController
 @AllArgsConstructor
 @RequestMapping("/api/wechatwebsite/customerInfo")
-@Api(tags="微网厅-用户绑定接口")
+@Api(tags="微网厅-用户绑定接口old")
 public class BindCustomerWEasyController {