-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
MP_用户管理
Binary Wang edited this page Oct 17, 2017
·
5 revisions
更多使用用例可参考单元测试类me.chanjar.weixin.mp.api.impl.WxMpUserServiceImplTest
wxMpService.getUserService().userUpdateRemark(openid, "测试备注名");
String lang = "zh_CN"; //语言
WxMpUser user = wxMpService.getUserService().userInfo(openid,lang);
WxMpUserList wxUserList = wxMpService.getUserService().userList(next_openid);
List<Long> tags = wxMpService.getUserTagService().userTagList(openid);
String[]openids,long tagid;
wxMpService.getUserTagService().batchTagging(tagid,openids);
wxMpService.getUserTagService().batchUntagging(tagid,openids);