🐛 修复错误的变量定义类型,可能是官方接口变动

This commit is contained in:
Binary Wang 2024-03-13 23:21:58 +08:00
parent 8cf85933f0
commit 978b62bba2
2 changed files with 20 additions and 1 deletions

View File

@ -17,5 +17,5 @@ public class TemplateOptions implements Serializable {
private String key;
private List<TemplateTitle> value;
private TemplateTitle value;
}

View File

@ -321,4 +321,23 @@ public class WxCpOaServiceImplTest {
}
@Test
public void testCreateOaApprovalTemplate() {
//TODO
}
@Test
public void testUpdateOaApprovalTemplate() {
//TODO
}
@Test
public void testGetCheckinScheduleList() {
//TODO
}
@Test
public void testAddCheckInUserFace() {
//TODO
}
}