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