public interface WxCpExportService
String
department(WxCpExportRequest params)
WxCpExportResult
getResult(String jobId)
simpleUser(WxCpExportRequest params)
tagUser(WxCpExportRequest params)
user(WxCpExportRequest params)
String simpleUser(WxCpExportRequest params) throws WxErrorException
导出成员 请求方式:POST(HTTPS) 请求地址:https://qyapi.weixin.qq.com/cgi-bin/export/simple_user?access_token=ACCESS_TOKEN 文档地址:https://developer.work.weixin.qq.com/document/path/94849
params
WxErrorException
String user(WxCpExportRequest params) throws WxErrorException
导出成员详情 请求方式:POST(HTTPS) 请求地址:https://qyapi.weixin.qq.com/cgi-bin/export/user?access_token=ACCESS_TOKEN 文档地址:https://developer.work.weixin.qq.com/document/path/94851
String department(WxCpExportRequest params) throws WxErrorException
导出部门 请求方式:POST(HTTPS) 请求地址:https://qyapi.weixin.qq.com/cgi-bin/export/department?access_token=ACCESS_TOKEN 文档地址:https://developer.work.weixin.qq.com/document/path/94852
String tagUser(WxCpExportRequest params) throws WxErrorException
导出标签成员 请求方式:POST(HTTPS) 请求地址:https://qyapi.weixin.qq.com/cgi-bin/export/taguser?access_token=ACCESS_TOKEN 文档地址:https://developer.work.weixin.qq.com/document/path/94853
WxCpExportResult getResult(String jobId) throws WxErrorException
获取导出结果 请求方式:GET(HTTPS) 请求地址:https://qyapi.weixin.qq.com/cgi-bin/export/get_result?access_token=ACCESS_TOKEN&jobid=jobid_xxxxxxxxxxxxxxx 文档地址:https://developer.work.weixin.qq.com/document/path/94854 返回的url文件下载解密可参考 CSDN
jobId
Copyright © 2024. All rights reserved.