public class WxMpKefuServiceImpl extends Object implements WxMpKefuService
| 构造器和说明 |
|---|
WxMpKefuServiceImpl(WxMpService wxMpService) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
kfAccountAdd(WxMpKfAccountRequest request)
添加客服账号
详情请见:客服管理
https://api.weixin.qq.com/customservice/kfaccount/add?
|
boolean |
kfAccountDel(String kfAccount)
删除客服账号
详情请见:客服管理
https://api.weixin.qq.com/customservice/kfaccount/del?
|
boolean |
kfAccountUpdate(WxMpKfAccountRequest request)
设置客服信息(更新)
详情请见:客服管理
https://api.weixin.qq.com/customservice/kfaccount/update?
|
boolean |
kfAccountUploadHeadImg(String kfAccount,
File imgFile)
上传客服头像
详情请见:客服管理
http://api.weixin.qq.com/customservice/kfaccount/uploadheadimg?
|
WxMpKfList |
kfList()
获取客服基本信息
详情请见:客服管理
https://api.weixin.qq.com/cgi-bin/customservice/getkflist?
|
WxMpKfOnlineList |
kfOnlineList()
获取在线客服接待信息
详情请见:客服管理
https://api.weixin.qq.com/cgi-bin/customservice/getonlinekflist?
|
public WxMpKefuServiceImpl(WxMpService wxMpService)
public WxMpKfList kfList() throws WxErrorException
WxMpKefuService获取客服基本信息 详情请见:客服管理 https://api.weixin.qq.com/cgi-bin/customservice/getkflist?access_token=ACCESS_TOKEN
kfList 在接口中 WxMpKefuServiceWxErrorExceptionpublic WxMpKfOnlineList kfOnlineList() throws WxErrorException
WxMpKefuService获取在线客服接待信息 详情请见:客服管理 https://api.weixin.qq.com/cgi-bin/customservice/getonlinekflist?access_token=ACCESS_TOKEN
kfOnlineList 在接口中 WxMpKefuServiceWxErrorExceptionpublic boolean kfAccountAdd(WxMpKfAccountRequest request) throws WxErrorException
WxMpKefuService添加客服账号 详情请见:客服管理 https://api.weixin.qq.com/customservice/kfaccount/add?access_token=ACCESS_TOKEN
kfAccountAdd 在接口中 WxMpKefuServiceWxErrorExceptionpublic boolean kfAccountUpdate(WxMpKfAccountRequest request) throws WxErrorException
WxMpKefuService设置客服信息(更新) 详情请见:客服管理 https://api.weixin.qq.com/customservice/kfaccount/update?access_token=ACCESS_TOKEN
kfAccountUpdate 在接口中 WxMpKefuServiceWxErrorExceptionpublic boolean kfAccountUploadHeadImg(String kfAccount, File imgFile) throws WxErrorException
WxMpKefuService上传客服头像 详情请见:客服管理 http://api.weixin.qq.com/customservice/kfaccount/uploadheadimg?access_token=ACCESS_TOKEN&kf_account=KFACCOUNT
kfAccountUploadHeadImg 在接口中 WxMpKefuServiceWxErrorExceptionpublic boolean kfAccountDel(String kfAccount) throws WxErrorException
WxMpKefuService删除客服账号 详情请见:客服管理 https://api.weixin.qq.com/customservice/kfaccount/del?access_token=ACCESS_TOKEN&kf_account=KFACCOUNT
kfAccountDel 在接口中 WxMpKefuServiceWxErrorExceptionCopyright © 2016. All rights reserved.