public interface KfServicerApi
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.rxjava3.core.Single<KfServicerResponse> |
addKfServicer(KfServicerRequest request)
添加接待人员
|
io.reactivex.rxjava3.core.Single<KfServicerResponse> |
delKfServicer(KfServicerRequest request)
删除接待人员
|
io.reactivex.rxjava3.core.Single<KfServicerListResponse> |
kfServicerList(String openKfid)
获取接待人员列表
|
@POST(value="kf/servicer/add") io.reactivex.rxjava3.core.Single<KfServicerResponse> addKfServicer(@Body KfServicerRequest request)
request - the request@POST(value="kf/servicer/del") io.reactivex.rxjava3.core.Single<KfServicerResponse> delKfServicer(@Body KfServicerRequest request)
request - the request@GET(value="kf/servicer/list") io.reactivex.rxjava3.core.Single<KfServicerListResponse> kfServicerList(@Query(value="open_kfid") String openKfid)
openKfid - the openKfidCopyright © 2023. All rights reserved.