|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use User | |
|---|---|
| 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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
List<User> |
Following.getUserList()
|
| Method parameters in com.foxinmy.weixin4j.mp.model with type arguments of type User | |
|---|---|
void |
Following.setUserList(List<User> userList)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||