We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
更多使用用例可参考单元测试类me.chanjar.weixin.mp.api.impl.WxMpUserTagServiceImplTest
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);