Uses of Class
com.bytedesk.wechat.work.assistant.LinkResponse
Packages that use LinkResponse
-
Uses of LinkResponse in com.bytedesk.wechat.work.assistant
Methods in com.bytedesk.wechat.work.assistant that return LinkResponseModifier and TypeMethodDescriptionCustomerAcquisitionService.createLink
(String accessToken, String linkName, String[] userList, Integer[] departmentList, Boolean skipVerify, Integer priorityType, String[] priorityUserIdList) 创建获客链接 企业可通过此接口创建新的获客链接CustomerAcquisitionService.deleteLink
(String accessToken, String linkId) 删除获客链接 企业可通过此接口删除获客链接,删除后的获客链接将无法继续使用CustomerAcquisitionService.getChatInfo
(String accessToken, String chatKey) 获取成员多次收消息详情 企业和服务商可通过此接口获取成员多次收消息情况,如次数、客户id等信息CustomerAcquisitionService.getCustomers
(String accessToken, String linkId, Integer limit, String cursor) 获取获客客户列表 企业可通过此接口获取到由指定的获客链接添加的客户列表CustomerAcquisitionService.getLinkDetails
(String accessToken, String linkId) 获取获客链接详情 企业可通过此接口根据获客链接id获取链接配置详情CustomerAcquisitionService.getLinkStatistic
(String accessToken, String linkId, long startTime, long endTime) 查询链接使用详情 企业可通过此接口查询指定获客链接在指定时间范围内的访问情况查询剩余使用量 企业可通过此接口查询当前剩余的使用量获取获客链接列表 企业可通过此接口获取当前仍然有效的获客链接CustomerAcquisitionService.updateLink
(String accessToken, String linkId, String linkName, String[] userList, Integer[] departmentList, Boolean skipVerify, Integer priorityType, String[] priorityUserIdList) 编辑获客链接 企业可通过此接口编辑获客链接,修改获客链接的关联范围或修改获客链接的名称Methods in com.bytedesk.wechat.work.assistant that return types with arguments of type LinkResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<LinkResponse>
CustomerAcquisitionController.createLink
(String accessToken, LinkRequest request) 创建获客链接org.springframework.http.ResponseEntity<LinkResponse>
CustomerAcquisitionController.deleteLink
(String accessToken, String linkId) 删除获客链接org.springframework.http.ResponseEntity<LinkResponse>
CustomerAcquisitionController.getChatInfo
(String accessToken, String chatKey) 获取成员多次收消息详情org.springframework.http.ResponseEntity<LinkResponse>
CustomerAcquisitionController.getCustomers
(String accessToken, String linkId, Integer limit, String cursor) 获取获客客户列表org.springframework.http.ResponseEntity<LinkResponse>
CustomerAcquisitionController.getLinkDetails
(String accessToken, String linkId) 获取获客链接详情org.springframework.http.ResponseEntity<LinkResponse>
CustomerAcquisitionController.getLinkStatistic
(String accessToken, String linkId, Long startTime, Long endTime) 查询链接使用详情org.springframework.http.ResponseEntity<LinkResponse>
查询剩余使用量org.springframework.http.ResponseEntity<LinkResponse>
获取获客链接列表org.springframework.http.ResponseEntity<LinkResponse>
CustomerAcquisitionController.updateLink
(String accessToken, LinkRequest request) 编辑获客链接