Uses of Class
com.bytedesk.wechat.work.customer.WeChatWorkCustomerResponse
Packages that use WeChatWorkCustomerResponse
-
Uses of WeChatWorkCustomerResponse in com.bytedesk.wechat.work.customer
Methods in com.bytedesk.wechat.work.customer that return WeChatWorkCustomerResponseModifier and TypeMethodDescriptionWeChatWorkCustomerService.checkFollowUser
(WeChatWorkCustomerRequest request) 检查用户是否具备客户联系功能WeChatWorkCustomerService.createCustomerStrategy
(WeChatWorkCustomerRequest request) 创建新的规则组WeChatWorkCustomerService.getCustomerStrategy
(String corpId, String appSecret, Integer strategyId) 获取规则组详情WeChatWorkCustomerService.getCustomerStrategyList
(String corpId, String appSecret, String cursor, Integer limit) 获取规则组列表WeChatWorkCustomerService.getCustomerStrategyRange
(String corpId, String appSecret, Integer strategyId, String cursor, Integer limit) 获取规则组管理范围WeChatWorkCustomerService.getExternalUserDetail
(String corpId, String appSecret, String externalUserId, String cursor) 获取客户详情 -
Uses of WeChatWorkCustomerResponse in com.bytedesk.wechat.work.kefu.message
Methods in com.bytedesk.wechat.work.kefu.message with parameters of type WeChatWorkCustomerResponseModifier and TypeMethodDescriptionprivate VisitorRequest
WeChatWorkMessageApiService.buildVisitorRequest
(WeChatWorkCustomerResponse customerResponse, WeChatWorkMessageResponse.WeChatWorkMessage message, String corpId, String appSecret, String workgroupUid, String orgUid) 根据企业微信客户详情构建访客请求对象