mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
🐛 修复错误的变量定义类型,可能是官方接口变动
This commit is contained in:
parent
8cf85933f0
commit
978b62bba2
@ -17,5 +17,5 @@ public class TemplateOptions implements Serializable {
|
||||
|
||||
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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user