1
0
mirror of synced 2026-02-22 22:08:00 +08:00

🆕 #2361 【企业微信】增加客户朋友圈相关的部分接口

This commit is contained in:
Boris
2021-10-31 23:25:27 +08:00
committed by GitHub
parent dde445150a
commit 537a9332c0
22 changed files with 651 additions and 6 deletions

View File

@@ -138,13 +138,13 @@ public class WxCpExternalContactServiceImplTest {
List<WxCpUserExternalTagGroupInfo.Tag> list = new ArrayList<>();
WxCpUserExternalTagGroupInfo.Tag tag = new WxCpUserExternalTagGroupInfo.Tag();
tag.setName("测试标签20");
tag.setOrder(1);
tag.setOrder(1L);
list.add(tag);
WxCpUserExternalTagGroupInfo tagGroupInfo = new WxCpUserExternalTagGroupInfo();
WxCpUserExternalTagGroupInfo.TagGroup tagGroup = new WxCpUserExternalTagGroupInfo.TagGroup();
tagGroup.setGroupName("其他");
tagGroup.setOrder(1);
tagGroup.setOrder(1L);
tagGroup.setTag(list);
tagGroupInfo.setTagGroup(tagGroup);