@WxmpMapper public interface IUnionIDApi
Modifier and Type | Method and Description |
---|---|
BatchUserInfoResult |
getBatchUserInfo(BatchUserInfoParam batchUserInfoParam)
批量获取用户基本信息
|
UserInfoResult |
getUserInfo(UserInfoParam userInfoParam)
获取用户基本信息(包括UnionID机制)
|
@WxmpApi(httpMethods=GET, uri="/cgi-bin/user/info") UserInfoResult getUserInfo(UserInfoParam userInfoParam)
userInfoParam
- @WxmpApi(httpMethods=POST, uri="/cgi-bin/user/info/batchget") BatchUserInfoResult getBatchUserInfo(BatchUserInfoParam batchUserInfoParam)
batchUserInfoParam
- Copyright © 2020. All rights reserved.