@@ -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;
@@ -26,7 +26,7 @@ import java.util.List;
@RequestMapping("/api/wechatwebsite/BindCustomer")
-@Api(tags="微网厅-用户绑定接口")
+@Api(tags="微网厅-用户绑定接口old")
public class BindCustomerWController {
@@ -22,7 +22,7 @@ import java.util.Map;
@RequestMapping("/api/wechatwebsite/customerInfo")
public class BindCustomerWEasyController {