public interface KfAccountApi
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.rxjava3.core.Single<GenericResponse<String>> |
addContactWay(KfAccountLinkRequest request)
获取客服账号链接
|
io.reactivex.rxjava3.core.Single<GenericResponse<String>> |
addKfAccount(KfAccountAddRequest request)
添加客服账号
|
io.reactivex.rxjava3.core.Single<WeComResponse> |
delKfAccount(OpenKfid openKfid)
删除客服账号
|
io.reactivex.rxjava3.core.Single<GenericResponse<List<KfAccountInfo>>> |
kfAccountList(KfAccountListRequest request)
获取客服账号列表
|
io.reactivex.rxjava3.core.Single<WeComResponse> |
updateKfAccount(KfAccountUpdateRequest request)
修改客服账号
|
@POST(value="kf/account/add") io.reactivex.rxjava3.core.Single<GenericResponse<String>> addKfAccount(@Body KfAccountAddRequest request)
request - the request@POST(value="kf/account/del") io.reactivex.rxjava3.core.Single<WeComResponse> delKfAccount(@Body OpenKfid openKfid)
openKfid - the open kfid@POST(value="kf/account/update") io.reactivex.rxjava3.core.Single<WeComResponse> updateKfAccount(@Body KfAccountUpdateRequest request)
request - the request@POST(value="kf/account/list") io.reactivex.rxjava3.core.Single<GenericResponse<List<KfAccountInfo>>> kfAccountList(@Body KfAccountListRequest request)
request - the request@POST(value="kf/add_contact_way") io.reactivex.rxjava3.core.Single<GenericResponse<String>> addContactWay(@Body KfAccountLinkRequest request)
request - the requestCopyright © 2023. All rights reserved.