public class WxCpExportServiceImpl extends Object implements WxCpExportService
WxCpExportServiceImpl()
String
department(WxCpExportRequest params)
WxCpExportResult
getResult(String jobId)
simpleUser(WxCpExportRequest params)
tagUser(WxCpExportRequest params)
user(WxCpExportRequest params)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public WxCpExportServiceImpl()
public String simpleUser(WxCpExportRequest params) throws WxErrorException
WxCpExportService
导出成员 请求方式: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
simpleUser
params
WxErrorException
public 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
user
public 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
department
public 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
tagUser
public 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
getResult
jobId
Copyright © 2024. All rights reserved.