public class WxMpUserBlacklistServiceImpl extends Object implements WxMpUserBlacklistService
| 构造器和说明 |
|---|
WxMpUserBlacklistServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
WxMpUserBlacklistGetResult |
getBlacklist(String nextOpenid)
获取公众号的黑名单列表
详情请见http://mp.weixin.qq.com/wiki?
|
void |
pullFromBlacklist(List<String> openidList)
取消拉黑用户
详情请见http://mp.weixin.qq.com/wiki?
|
void |
pushToBlacklist(List<String> openidList)
拉黑用户
详情请见http://mp.weixin.qq.com/wiki?
|
public WxMpUserBlacklistGetResult getBlacklist(String nextOpenid) throws WxErrorException
WxMpUserBlacklistService获取公众号的黑名单列表 详情请见http://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1471422259_pJMWA&token=&lang=zh_CN
getBlacklist 在接口中 WxMpUserBlacklistServicenextOpenid - the next openidWxErrorException - the wx error exceptionpublic void pushToBlacklist(List<String> openidList) throws WxErrorException
WxMpUserBlacklistService拉黑用户 详情请见http://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1471422259_pJMWA&token=&lang=zh_CN
pushToBlacklist 在接口中 WxMpUserBlacklistServiceopenidList - the openid listWxErrorException - the wx error exceptionpublic void pullFromBlacklist(List<String> openidList) throws WxErrorException
WxMpUserBlacklistService取消拉黑用户 详情请见http://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1471422259_pJMWA&token=&lang=zh_CN
pullFromBlacklist 在接口中 WxMpUserBlacklistServiceopenidList - the openid listWxErrorException - the wx error exceptionCopyright © 2024. All rights reserved.