Uses of Class
com.foxinmy.weixin4j.mp.model.User
-
Packages that use User Package Description com.foxinmy.weixin4j.mp com.foxinmy.weixin4j.mp.api com.foxinmy.weixin4j.mp.model -
-
Uses of User in com.foxinmy.weixin4j.mp
Methods in com.foxinmy.weixin4j.mp that return User Modifier and Type Method Description User
WeixinProxy. getUser(String openId)
获取用户信息User
WeixinProxy. getUser(String openId, Lang lang)
获取用户信息Methods in com.foxinmy.weixin4j.mp that return types with arguments of type User Modifier and Type Method Description List<User>
WeixinProxy. getAllFollowing()
获取公众号全部的关注者列表 请慎重使用List<User>
WeixinProxy. getAllTagFollowing(int tagId)
获取标签下全部的粉丝列表 请慎重使用List<User>
WeixinProxy. getUsers(Lang lang, String... openIds)
批量获取用户信息List<User>
WeixinProxy. getUsers(String... openIds)
批量获取用户信息 -
Uses of User in com.foxinmy.weixin4j.mp.api
Methods in com.foxinmy.weixin4j.mp.api that return User Modifier and Type Method Description User
OauthApi. getAuthorizationUser(OauthToken token)
oauth授权获取用户信息(需scope为 snsapi_userinfo)User
OauthApi. getAuthorizationUser(String oauthToken, String openid, Lang lang)
oauth获取用户信息(需scope为 snsapi_userinfo)User
UserApi. getUser(String openId)
获取用户信息User
UserApi. getUser(String openId, Lang lang)
获取用户信息Methods in com.foxinmy.weixin4j.mp.api that return types with arguments of type User Modifier and Type Method Description List<User>
UserApi. getAllFollowing()
获取公众号全部的关注者列表 请慎重使用List<User>
TagApi. getAllTagFollowing(int tagId)
获取标签下全部的粉丝列表 请慎重使用List<User>
UserApi. getUsers(Lang lang, String... openIds)
批量获取用户信息List<User>
UserApi. getUsers(String... openIds)
批量获取用户信息 -
Uses of User in com.foxinmy.weixin4j.mp.model
Methods in com.foxinmy.weixin4j.mp.model that return types with arguments of type User Modifier and Type Method Description List<User>
Following. getUserList()
Method parameters in com.foxinmy.weixin4j.mp.model with type arguments of type User Modifier and Type Method Description void
Following. setUserList(List<User> userList)
-