🐛 修复错误的变量定义类型,可能是官方接口变动
This commit is contained in:
@@ -17,5 +17,5 @@ public class TemplateOptions implements Serializable {
|
|||||||
|
|
||||||
private String key;
|
private String key;
|
||||||
|
|
||||||
private List<TemplateTitle> value;
|
private TemplateTitle value;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user