1
0
mirror of synced 2025-12-22 18:08:12 +08:00

🎨 优化规范部分代码

This commit is contained in:
Binary Wang
2020-06-30 16:54:40 +08:00
parent c60fda48d2
commit a00d67a58a
4 changed files with 39 additions and 45 deletions

View File

@@ -70,7 +70,7 @@ public class WxMaLiveServiceImplTest {
@Test
public void getLiveinfos() throws Exception {
List<WxMaLiveResult.RoomInfo> list = this.wxService.getLiveService().getLiveinfos();
List<WxMaLiveResult.RoomInfo> list = this.wxService.getLiveService().getLiveInfos();
assertNotNull(list);
System.out.println(list.toString());
}