1
0
mirror of synced 2025-12-25 03:47:55 +08:00

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

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

@@ -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
}
}