Browse Source

修改群名

wangyunpeng 3 days ago
parent
commit
39074d6658

+ 1 - 1
api-module/src/test/java/com/tzld/piaoquan/api/WeComThirdPartTest.java

@@ -69,7 +69,7 @@ public class WeComThirdPartTest {
     @Test
     public void updateRoomName() {
         ThirdPartWeComStaff staff = weComThirdPartyService.getStaffByUuid("796ab5e7ccfd81ffde0d810e5205e656");
-        List<ThirdPartWeComRoom> roomList = weComThirdPartyService.getAllStaffRoomList(staff.getId());
+        List<ThirdPartWeComRoom> roomList = weComThirdPartyService.getStaffRoomList(staff.getId());
         String roomNamePrefix = "票圈快看";
         int index = 1;
         for (ThirdPartWeComRoom room : roomList) {