-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
MP_标签管理
ouzan-wr edited this page Jan 4, 2022
·
5 revisions
更多使用用例可参考单元测试类me.chanjar.weixin.mp.api.impl.WxMpUserTagServiceImplTest
WxUserTag res = this.wxService.getUserTagService().tagCreate(tagName);
List<WxUserTag> res = this.wxService.getUserTagService().tagGet();
Boolean res = this.wxService.getUserTagService().tagUpdate(tagId, tagName);
Boolean res = this.wxService.getUserTagService().tagDelete(tagId);