1
0
mirror of synced 2026-05-20 09:16:25 +08:00

🎨 #3977 【企业微信】修复「人事助手」相关接口在响应反序列化时字段结构与实际 API 返回不一致导致的解析问题

This commit is contained in:
softboy99
2026-05-09 10:22:10 +08:00
committed by GitHub
parent 63e8291248
commit 7a4204a6c2
7 changed files with 380 additions and 46 deletions

View File

@@ -125,6 +125,15 @@
<suiteXmlFiles>
<suiteXmlFile>src/test/resources/testng.xml</suiteXmlFile>
</suiteXmlFiles>
<argLine>
--add-opens java.base/java.lang=ALL-UNNAMED
--add-opens java.base/java.lang.reflect=ALL-UNNAMED
--add-opens java.base/java.io=ALL-UNNAMED
--add-opens java.base/java.security=ALL-UNNAMED
--add-opens java.base/java.util=ALL-UNNAMED
--add-opens java.management/javax.management=ALL-UNNAMED
--add-opens java.naming/javax.naming=ALL-UNNAMED
</argLine>
</configuration>
</plugin>
</plugins>