-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
MP_用户管理
ysjiang4869 edited this page Jan 4, 2017
·
5 revisions
wxMpService.userUpdateRemark(openid, "测试备注名");
String lang = "zh_CN"; //语言
WxMpUser user = wxMpService.getUserService().userInfo(openid,lang);
WxMpUserList wxUserList = wxMpService.userList(next_openid);
List<Long> tags = wxMpService.getUserTagService().userTagList(openid);
String[]openids,long tagid;
wxMpService.getUserTagService().batchTagging(tagid,openids);
wxMpService.getUserTagService().batchUntagging(tagid,openids);