1
0
mirror of synced 2025-12-23 02:18:07 +08:00

🎨 #2387 【企业微信】客户朋友圈接口字段调整

This commit is contained in:
Lo_ading
2021-11-17 16:54:06 +08:00
committed by GitHub
parent a5cd1a6cd5
commit 8b4c105029
3 changed files with 12 additions and 1 deletions

View File

@@ -329,4 +329,12 @@ public class WxCpExternalContactServiceImplTest {
}
}
@Test
public void testGetMomentList() throws WxErrorException {
WxCpGetMomentList result = this.wxCpService.getExternalContactService()
.getMomentList(1636732800L, 1636991999L, null, null, null, null);
System.out.println(result);
assertNotNull(result);
}
}