public interface WxMpUserService
| 限定符和类型 | 方法和说明 |
|---|---|
List<WxMpUserCumulate> |
dataCubeUserCumulate(Date beginDate,
Date endDate)
获取累计用户数据
http://mp.weixin.qq.com/wiki/3/ecfed6e1a0a03b5f35e5efac98e864b7.html
|
List<WxMpUserSummary> |
dataCubeUserSummary(Date beginDate,
Date endDate)
获取用户增减数据
http://mp.weixin.qq.com/wiki/3/ecfed6e1a0a03b5f35e5efac98e864b7.html
|
WxMpUser |
userInfo(String openid,
String lang)
获取用户基本信息
详情请见: http://mp.weixin.qq.com/wiki/index.php?
|
WxMpUserList |
userList(String next_openid)
获取关注者列表
详情请见: http://mp.weixin.qq.com/wiki/index.php?
|
void |
userUpdateRemark(String openid,
String remark)
设置用户备注名接口
详情请见: http://mp.weixin.qq.com/wiki/index.php?
|
void userUpdateRemark(String openid, String remark) throws WxErrorException
设置用户备注名接口 详情请见: http://mp.weixin.qq.com/wiki/index.php?title=设置用户备注名接口
openid - 用户openidremark - 备注名WxErrorExceptionWxMpUser userInfo(String openid, String lang) throws WxErrorException
获取用户基本信息 详情请见: http://mp.weixin.qq.com/wiki/index.php?title=获取用户基本信息
openid - 用户openidlang - 语言,zh_CN 简体(默认),zh_TW 繁体,en 英语WxErrorExceptionWxMpUserList userList(String next_openid) throws WxErrorException
获取关注者列表 详情请见: http://mp.weixin.qq.com/wiki/index.php?title=获取关注者列表
next_openid - 可选,第一个拉取的OPENID,null为从头开始拉取WxErrorExceptionList<WxMpUserSummary> dataCubeUserSummary(Date beginDate, Date endDate) throws WxErrorException
获取用户增减数据 http://mp.weixin.qq.com/wiki/3/ecfed6e1a0a03b5f35e5efac98e864b7.html
beginDate - 最大时间跨度7天endDate - endDate不能早于begingDateWxErrorExceptionList<WxMpUserCumulate> dataCubeUserCumulate(Date beginDate, Date endDate) throws WxErrorException
获取累计用户数据 http://mp.weixin.qq.com/wiki/3/ecfed6e1a0a03b5f35e5efac98e864b7.html
beginDate - 最大时间跨度7天endDate - endDate不能早于begingDateWxErrorExceptionCopyright © 2016. All rights reserved.