public interface WxMpUserBlacklistService
| 限定符和类型 | 方法和说明 |
|---|---|
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?
|
WxMpUserBlacklistGetResult getBlacklist(String nextOpenid) throws WxErrorException
获取公众号的黑名单列表 详情请见http://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1471422259_pJMWA&token=&lang=zh_CN
nextOpenid - the next openidWxErrorException - the wx error exceptionvoid pushToBlacklist(List<String> openidList) throws WxErrorException
拉黑用户 详情请见http://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1471422259_pJMWA&token=&lang=zh_CN
openidList - the openid listWxErrorException - the wx error exceptionvoid pullFromBlacklist(List<String> openidList) throws WxErrorException
取消拉黑用户 详情请见http://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1471422259_pJMWA&token=&lang=zh_CN
openidList - the openid listWxErrorException - the wx error exceptionCopyright © 2024. All rights reserved.