1
0
mirror of synced 2025-12-23 18:48:00 +08:00

🎨 #3562 【企业微信】发送应用消息接口返回增加unlicenseduser字段

This commit is contained in:
altusea
2025-05-13 22:54:28 +08:00
committed by GitHub
parent 2762a98279
commit 1a74e3e3a8
2 changed files with 13 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ public class WxCpMessageServiceImplTest {
System.out.println(messageSendResult.getInvalidPartyList());
System.out.println(messageSendResult.getInvalidUserList());
System.out.println(messageSendResult.getInvalidTagList());
System.out.println(messageSendResult.getUnlicensedUserList());
}
/**