فهرست منبع

修改绑定用户和欠费信息

zr 1 سال پیش
والد
کامیت
eadeabf64f

+ 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="微网厅-用户绑定接口old")
+@Api(tags="微网厅-用户绑定接口bak")
 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="微网厅-用户绑定接口old")
+@Api(tags="微网厅-用户绑定接口bak")
 public class BindCustomerWEasyController {