1
0
mirror of synced 2025-12-29 14:50:03 +08:00

🎨 优化部分javadoc

This commit is contained in:
Binary Wang
2025-04-29 12:12:34 +08:00
parent 854b50bd51
commit dc674ce024
2 changed files with 7 additions and 9 deletions

View File

@@ -162,8 +162,6 @@ public class WxCpOaServiceImplTest {
*/
@Test
public void testGetCropCheckinOption() throws WxErrorException {
Date now = new Date();
List<WxCpCropCheckinOption> results = wxService.getOaService().getCropCheckinOption();
assertThat(results).isNotNull();
System.out.println("results ");