@WxmpMapper public interface ICustomerServiceApi
Modifier and Type | Method and Description |
---|---|
ErrcodeBean |
addKfAcount(KfAccountParam kfAccountParam)
添加客服帐号
|
ErrcodeBean |
deleteKfAcount(KfAccountParam kfAccountParam)
删除客服帐号
|
KfAccountListResult |
getKfList()
获取所有客服账号
开发者通过本接口,获取公众号中所设置的客服基本信息,包括客服工号、客服昵称、客服登录账号。 |
ErrcodeBean |
sendMessage(BaseSendMessageParam baseSendMessageParam)
发送消息
|
ErrcodeBean |
typingStatus(TypingStatusParam typingStatusParam)
客服输入状态
|
ErrcodeBean |
updateKfAcount(KfAccountParam kfAccountParam)
修改客服账号
|
ErrcodeBean |
uploadHeadImg(UploadHeadImgParam uploadHeadImgParam)
设置客服帐号的头像
|
@WxmpApi(httpMethods=POST, uri="/customservice/kfaccount/add") ErrcodeBean addKfAcount(KfAccountParam kfAccountParam)
kfAccountParam
- @WxmpApi(httpMethods=POST, uri="/customservice/kfaccount/update") ErrcodeBean updateKfAcount(KfAccountParam kfAccountParam)
kfAccountParam
- @WxmpApi(httpMethods=POST, uri="/customservice/kfaccount/del") ErrcodeBean deleteKfAcount(KfAccountParam kfAccountParam)
kfAccountParam
- @WxmpApi(httpMethods=POST, uri="/customservice/kfaccount/uploadheadimg", httpParamType=FORM_DATA) ErrcodeBean uploadHeadImg(UploadHeadImgParam uploadHeadImgParam)
uploadHeadImgParam
- @WxmpApi(httpMethods=GET, uri="/cgi-bin/customservice/getkflist") KfAccountListResult getKfList()
@WxmpApi(httpMethods=POST, uri="/cgi-bin/message/custom/send") ErrcodeBean sendMessage(BaseSendMessageParam baseSendMessageParam)
@WxmpApi(httpMethods=POST, uri="/cgi-bin/message/custom/typing") ErrcodeBean typingStatus(TypingStatusParam typingStatusParam)
typingStatusParam
- Copyright © 2020. All rights reserved.