public interface KfUpgradeApi
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.rxjava3.core.Single<KfExternalUserResponse> |
batchKfExternalUsers(KfExternalUserRequest request)
获取客户基础信息
|
io.reactivex.rxjava3.core.Single<WeComResponse> |
cancelService(KfAndExternalUser kfAndExternalUser)
为客户取消推荐
|
io.reactivex.rxjava3.core.Single<WeComResponse> |
upgradeService(UpgradeServiceRequest request)
为客户升级为专员或客户群服务
|
io.reactivex.rxjava3.core.Single<UpgradeServiceConfig> |
upgradeServiceConfig()
获取配置的专员与客户群
|
@GET(value="kf/customer/get_upgrade_service_config") io.reactivex.rxjava3.core.Single<UpgradeServiceConfig> upgradeServiceConfig()
@POST(value="kf/customer/upgrade_service") io.reactivex.rxjava3.core.Single<WeComResponse> upgradeService(@Body UpgradeServiceRequest request)
request - the request@POST(value="kf/customer/cancel_upgrade_service") io.reactivex.rxjava3.core.Single<WeComResponse> cancelService(@Body KfAndExternalUser kfAndExternalUser)
kfAndExternalUser - the kf and external user@POST(value="kf/customer/batchget") io.reactivex.rxjava3.core.Single<KfExternalUserResponse> batchKfExternalUsers(@Body KfExternalUserRequest request)
request - the requestCopyright © 2023. All rights reserved.