-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
MP_标签管理
Binary(班纳睿) edited this page Nov 3, 2016
·
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);