|
@@ -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) {
|