public interface GroupChatApi
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.rxjava3.core.Single<GenericResponse<String>> |
addGroupChatWay(GroupChatWayBody body)
客户群「加入群聊」管理
|
io.reactivex.rxjava3.core.Single<WeComResponse> |
delGroupChatWay(ConfigId configId)
客户群「加入群聊」管理
|
io.reactivex.rxjava3.core.Single<GenericResponse<GroupChatDetail>> |
getGroupChatDetail(GroupChatDetailRequest request)
获取客户群详情
|
io.reactivex.rxjava3.core.Single<GenericResponse<GroupChatWayResponse>> |
getGroupChatWay(ConfigId configId)
客户群「加入群聊」管理
|
io.reactivex.rxjava3.core.Single<GroupChatListResponse> |
groupChatList(GroupChatListRequest request)
获取客户群列表
|
io.reactivex.rxjava3.core.Single<GenericResponse<String>> |
opengidToChatid(OpenGid opengid)
客户群opengid转换
|
io.reactivex.rxjava3.core.Single<WeComResponse> |
updateGroupChatWay(MutableGroupChatWayBody body)
客户群「加入群聊」管理
|
@POST(value="externalcontact/groupchat/list") io.reactivex.rxjava3.core.Single<GroupChatListResponse> groupChatList(@Body GroupChatListRequest request)
request - the request@POST(value="externalcontact/groupchat/get") io.reactivex.rxjava3.core.Single<GenericResponse<GroupChatDetail>> getGroupChatDetail(@Body GroupChatDetailRequest request)
request - the request@POST(value="externalcontact/opengid_to_chatid") io.reactivex.rxjava3.core.Single<GenericResponse<String>> opengidToChatid(@Body OpenGid opengid)
opengid - the opengid@POST(value="externalcontact/groupchat/add_join_way") io.reactivex.rxjava3.core.Single<GenericResponse<String>> addGroupChatWay(@Body GroupChatWayBody body)
配置客户群进群方式
body - the body@POST(value="externalcontact/groupchat/get_join_way") io.reactivex.rxjava3.core.Single<GenericResponse<GroupChatWayResponse>> getGroupChatWay(@Body ConfigId configId)
获取客户群进群方式配置
configId - the config id@POST(value="externalcontact/groupchat/update_join_way") io.reactivex.rxjava3.core.Single<WeComResponse> updateGroupChatWay(@Body MutableGroupChatWayBody body)
更新客户群进群方式配置
body - the body@POST(value="externalcontact/groupchat/del_join_way") io.reactivex.rxjava3.core.Single<WeComResponse> delGroupChatWay(@Body ConfigId configId)
删除客户群进群方式配置
configId - the config idCopyright © 2023. All rights reserved.