- 类 中的变量me.chanjar.weixin.cp.bean.message.
- failReason - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Fail reason.
- failReason(String) - 类 中的方法me.chanjar.weixin.cp.bean.outxmlbuilder.EventBuilder
-
Fail reason event builder.
- File - me.chanjar.weixin.cp.bean.external.msg中的类
-
The type File.
- File() - 类 的构造器me.chanjar.weixin.cp.bean.external.msg.File
-
- FILE() - 类 中的静态方法me.chanjar.weixin.cp.bean.message.WxCpMessage
-
获得文件消息builder.
- File() - 类 的构造器me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.File
-
- File() - 类 的构造器me.chanjar.weixin.cp.bean.oa.applydata.ContentValue.File
-
- File() - 类 的构造器me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileRename.File
-
- FILE - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.AppChatMsgType
-
发送文件(CP专用).
- FILE - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.GroupRobotMsgType
-
文件类型消息.
- FILE - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.LinkedCorpMsgType
-
发送文件.
- FILE - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.MsgAuditMediaType
-
文件
- FILE - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.WelcomeMsgType
-
文件消息.
- FILE_ACL_ADD - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant FILE_ACL_ADD.
- FILE_ACL_DEL - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant FILE_ACL_DEL.
- FILE_CREATE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant FILE_CREATE.
- FILE_DELETE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant FILE_DELETE.
- FILE_DOWNLOAD - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant FILE_DOWNLOAD.
- FILE_INFO - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant FILE_INFO.
- FILE_LIST - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant FILE_LIST.
- FILE_MOVE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant FILE_MOVE.
- FILE_RENAME - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant FILE_RENAME.
- FILE_SETTING - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant FILE_SETTING.
- FILE_SHARE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant FILE_SHARE.
- FILE_UPLOAD - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant FILE_UPLOAD.
- fileAclAdd(WxCpFileAclAddRequest) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaWeDriveServiceImpl
-
- fileAclAdd(WxCpFileAclAddRequest) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaWeDriveService
-
新增指定人
该接口用于对指定文件添加指定人/部门。
- fileAclDel(WxCpFileAclDelRequest) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaWeDriveServiceImpl
-
- fileAclDel(WxCpFileAclDelRequest) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaWeDriveService
-
删除指定人
该接口用于删除指定文件的指定人/部门。
- FileBuilder - me.chanjar.weixin.cp.bean.messagebuilder中的类
-
获得消息builder
用法: WxCustomMessage m = WxCustomMessage.FILE().mediaId(...).toUser(...).build();
- FileBuilder() - 类 的构造器me.chanjar.weixin.cp.bean.messagebuilder.FileBuilder
-
Instantiates a new File builder.
- fileCreate(String, String, String, Integer, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaWeDriveServiceImpl
-
- fileCreate(String, String, String, Integer, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaWeDriveService
-
新建文件/微文档
该接口用于在微盘指定位置新建文件、微文档。
- fileDelete(String, List<String>) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaWeDriveServiceImpl
-
- fileDelete(String, List<String>) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaWeDriveService
-
删除文件
该接口用于删除指定文件。
- fileDownload(String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaWeDriveServiceImpl
-
- fileDownload(String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaWeDriveService
-
下载文件
该接口用于下载文件,请求的userid需有下载权限。
- fileInfo(String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaWeDriveServiceImpl
-
- fileInfo(String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaWeDriveService
-
文件信息
该接口用于获取指定文件的信息。
- FileInfo() - 类 的构造器me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileInfo.FileInfo
-
- fileList(WxCpFileListRequest) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaWeDriveServiceImpl
-
- fileList(WxCpFileListRequest) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaWeDriveService
-
获取文件列表
该接口用于获取指定地址下的文件列表。
- FileList() - 类 的构造器me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileList.FileList
-
- FileList() - 类 的构造器me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileMove.FileList
-
- fileMove(WxCpFileMoveRequest) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaWeDriveServiceImpl
-
- fileMove(WxCpFileMoveRequest) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaWeDriveService
-
移动文件
该接口用于将文件移动到指定位置。
- fileRename(String, String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaWeDriveServiceImpl
-
- fileRename(String, String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaWeDriveService
-
重命名文件
该接口用于对指定文件进行重命名。
- fileSetting(String, String, Integer, Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaWeDriveServiceImpl
-
- fileSetting(String, String, Integer, Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaWeDriveService
-
分享设置
该接口用于文件的分享设置。
- fileShare(String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaWeDriveServiceImpl
-
- fileShare(String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaWeDriveService
-
获取分享链接
该接口用于获取文件的分享链接。
- fileUpload(WxCpFileUploadRequest) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaWeDriveServiceImpl
-
- fileUpload(WxCpFileUploadRequest) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaWeDriveService
-
上传文件
该接口用于向微盘中的指定位置上传文件。
- Finance - com.tencent.wework中的类
-
企业微信会话内容存档Finance类
注意:
此类必须配置在com.tencent.wework路径底下,否则会报错:java.lang.UnsatisfiedLinkError: com.xxx.Finance.NewSdk()
Q:JAVA版本的sdk报错UnsatisfiedLinkError?
- Finance(List<String>, String) - 类 的构造器com.tencent.wework.Finance
-
加载系统类库
- FINISH_EXTERNAL_USERID_MIGRATION - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant FINISH_EXTERNAL_USERID_MIGRATION.
- finishExternalUserIdMigration(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- finishExternalUserIdMigration(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
设置迁移完成
文档地址:https://open.work.weixin.qq.com/api/doc/35863#转换external_userid
企业授权确认之后,且服务商完成了新旧external_userid的迁移,即可主动将该企业设置为“迁移完成”,
设置之后,从该企业获取到的将是新的external_userid。
- FixTimeRule() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCropCheckinOption.FixTimeRule
-
- FollowedUser - me.chanjar.weixin.cp.bean.external.contact中的类
-
添加了外部联系人的企业成员.
- FollowedUser() - 类 的构造器me.chanjar.weixin.cp.bean.external.contact.FollowedUser
-
- FollowedUser() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpUserExternalContactInfo.FollowedUser
-
- FollowedUser.Tag - me.chanjar.weixin.cp.bean.external.contact中的类
-
The type Tag.
- FollowedUser.WechatChannels - me.chanjar.weixin.cp.bean.external.contact中的类
-
The type WechatChannels.
- Formula() - 类 的构造器me.chanjar.weixin.cp.bean.oa.applydata.ContentValue.Formula
-
- FreeMediaData(long) - 类 中的静态方法com.tencent.wework.Finance
-
Free media data.
- FreeSlice(long) - 类 中的静态方法com.tencent.wework.Finance
-
释放slice ,和NewSlice成对使用
- FROM_SERVICE_EXTERNAL_USERID - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant FROM_SERVICE_EXTERNAL_USERID.
- fromCode(String) - 枚举 中的静态方法me.chanjar.weixin.cp.bean.Gender
-
From code gender.
- fromEncryptedXml(String, WxCpTpConfigStorage, String, String, String) - 类 中的静态方法me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
- fromEncryptedXml(String, WxCpConfigStorage, String, String, String) - 类 中的静态方法me.chanjar.weixin.cp.bean.message.WxCpXmlMessage
-
从加密字符串转换.
- fromEncryptedXml(InputStream, WxCpConfigStorage, String, String, String) - 类 中的静态方法me.chanjar.weixin.cp.bean.message.WxCpXmlMessage
-
From encrypted xml wx cp xml message.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.corpgroup.WxCpCorpGroupCorp
-
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.corpgroup.WxCpCorpGroupCorpToken
-
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.corpgroup.WxCpMaTransferSession
-
From json WxCpMaTransferSession.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.acquisition.WxCpCustomerAcquisitionCreateResult
-
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.acquisition.WxCpCustomerAcquisitionCustomerList
-
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.acquisition.WxCpCustomerAcquisitionInfo
-
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.acquisition.WxCpCustomerAcquisitionInfo.Link
-
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.acquisition.WxCpCustomerAcquisitionInfo.Range
-
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.acquisition.WxCpCustomerAcquisitionList
-
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.acquisition.WxCpCustomerAcquisitionQuota
-
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.acquisition.WxCpCustomerAcquisitionStatistic
-
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.contact.WxCpExternalContactBatchInfo
-
From json wx cp external contact batch info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.contact.WxCpExternalContactInfo
-
From json wx cp external contact info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.contact.WxCpGroupMsgListResult
-
From json wx cp group msg list result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.contact.WxCpGroupMsgResult
-
From json wx cp group msg result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.contact.WxCpGroupMsgSendResult
-
From json wx cp group msg send result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.contact.WxCpGroupMsgTaskResult
-
From json wx cp group msg task result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.interceptrule.ApplicableRange
-
From json applicable range.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.interceptrule.WxCpInterceptRule
-
From json wx cp intercept rule resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.interceptrule.WxCpInterceptRuleAddRequest
-
From json wx cp intercept rule resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.interceptrule.WxCpInterceptRuleAddResult
-
From json wx cp intercept rule result resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpAddMomentResult
-
From json wx cp add moment result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpContactWayInfo.ContactWay
-
From json wx cp contact way info . contact way.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpContactWayInfo
-
From json wx cp contact way info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpContactWayResult
-
From json wx cp contact way result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpExternalUserIdList
-
From json wx cp external user id list.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpGetMomentComments
-
From json wx cp get moment comments.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpGetMomentCustomerList
-
From json wx cp get moment customer list.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpGetMomentList
-
From json wx cp get moment list.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpGetMomentSendResult
-
From json wx cp get moment send result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpGetMomentTask
-
From json wx cp get moment task.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpGetMomentTaskResult
-
From json wx cp get moment task result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpGetMomentTaskResult.TaskResult
-
From json task result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpGroupJoinWayInfo
-
From json wx cp group join way info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpGroupJoinWayInfo.JoinWay
-
From json wx cp group join way info . join way.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpGroupJoinWayResult
-
From json wx cp group join way result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpGroupWelcomeTemplateResult
-
From json wx cp group welcome template result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpMsgTemplate
-
From json wx cp msg template.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpMsgTemplateAddResult
-
From json wx cp msg template add result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpNewExternalUserIdList
-
From json wx cp new external user id list.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpProductAlbumInfo
-
From json wx cp product album info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpProductAlbumListResult
-
From json wx cp product album list result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpProductAlbumResult
-
From json wx cp product album result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpUserExternalContactList
-
From json wx cp user external contact list.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpUserExternalGroupChatInfo
-
From json wx cp user external group chat info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpUserExternalGroupChatList
-
From json wx cp user external group chat list.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpUserExternalGroupChatStatistic
-
From json wx cp user external group chat statistic.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpUserExternalGroupChatTransferResp
-
From json wx cp user external group chat transfer resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpUserExternalGroupChatTransferResp.GroupChatFailedTransfer
-
From json wx cp user external group chat transfer resp . group chat failed transfer.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpUserExternalTagGroupInfo
-
From json wx cp user external tag group info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpUserExternalTagGroupList
-
From json wx cp user external tag group list.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpUserExternalUnassignList
-
From json wx cp user external unassign list.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpUserExternalUserBehaviorStatistic
-
From json wx cp user external user behavior statistic.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpUserTransferCustomerResp
-
From json wx cp user transfer customer resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpUserTransferCustomerResp.TransferCustomer
-
From json wx cp user transfer customer resp . transfer customer.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpUserTransferResultResp
-
From json wx cp user transfer result resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpUserTransferResultResp.TransferResult
-
From json wx cp user transfer result resp . transfer result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpUserWithExternalPermission
-
From json wx cp user with external permission.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.kf.WxCpKfAccountAddResp
-
From json wx cp kf account add resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.kf.WxCpKfAccountLinkResp
-
From json wx cp kf account link resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.kf.WxCpKfAccountListResp
-
From json wx cp kf account list resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.kf.WxCpKfCustomerBatchGetResp
-
From json wx cp kf customer batch get resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.kf.WxCpKfGetCorpStatisticResp
-
From json wx cp kf get corp statistic resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.kf.WxCpKfGetServicerStatisticResp
-
From json wx cp kf get servicer statistic resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.kf.WxCpKfMsgListResp
-
From json wx cp kf msg list resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.kf.WxCpKfMsgSendResp
-
From json wx cp kf msg send resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.kf.WxCpKfServicerListResp
-
From json wx cp kf servicer list resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.kf.WxCpKfServicerOpResp
-
From json wx cp kf servicer op resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.kf.WxCpKfServiceStateResp
-
From json wx cp kf service state resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.kf.WxCpKfServiceStateTransResp
-
From json wx cp kf service state trans resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.kf.WxCpKfServiceUpgradeConfigResp
-
From json wx cp kf service upgrade config resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.license.account.WxCpTpLicenseActiveInfoByUserResp
-
From json wx cp tp license active info by user resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.license.account.WxCpTpLicenseBatchActiveResultResp
-
From json wx cp tp license batch active result resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.license.account.WxCpTpLicenseBatchCodeInfoResp
-
From json wx cp tp license batch code info resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.license.account.WxCpTpLicenseBatchTransferResp
-
From json wx cp tp license batch transfer resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.license.account.WxCpTpLicenseCodeInfoResp
-
From json wx cp tp license code info resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.license.account.WxCpTpLicenseCorpAccountListResp
-
From json wx cp tp license corp account list resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.license.order.WxCpTpLicenseCreateOrderResp
-
From json wx cp tp license create order resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.license.order.WxCpTpLicenseOrderAccountListResp
-
From json wx cp tp license order account list resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.license.order.WxCpTpLicenseOrderInfoResp
-
From json wx cp tp license order info resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.license.order.WxCpTpLicenseOrderListResp
-
From json wx cp tp license order list resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.license.order.WxCpTpLicenseRenewOrderJobResp
-
From json wx cp tp license renew order job resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.living.WxCpLivingCreateRequest.ActivityDetail
-
From json activity detail.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.living.WxCpLivingCreateRequest
-
From json wx cp living create request.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.living.WxCpLivingInfo
-
From json wx cp living info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.living.WxCpLivingModifyRequest
-
From json wx cp living modify request.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.living.WxCpLivingResult
-
From json wx cp living result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.living.WxCpLivingResult.LivingIdResult
-
From json living id result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.living.WxCpLivingShareInfo
-
From json wx cp living share info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.living.WxCpWatchStat
-
From json wx cp watch stat.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.message.WxCpLinkedCorpMessageSendResult
-
From json wx cp linked corp message send result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.message.WxCpMessageSendResult
-
From json wx cp message send result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.message.WxCpMessageSendStatistics
-
From json wx cp message send statistics.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.message.WxCpSchoolContactMessageSendResult
-
From json wx cp school contact message send result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpAgreeInfo.AgreeInfo
-
From json agree info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpAgreeInfo
-
From json wx cp agree info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatDatas
-
From json wx cp chat datas.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatDatas.WxCpChatData
-
From json wx cp chat data.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Agree
-
From json agree.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Calendar
-
From json calendar.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Card
-
From json card.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.ChatRecord
-
From json chat record.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.ChatRecordItem
-
From json chat record item.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Collect
-
From json collect.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Details
-
From json details.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Doc
-
From json doc.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Emotion
-
From json emotion.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.File
-
From json file.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel
-
From json wx cp chat model.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Image
-
From json image.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Info
-
From json info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Link
-
From json link.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Location
-
From json location.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Meeting
-
From json meeting.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.MeetingVoiceCall.DemoFileData
-
From json demo file data.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.MeetingVoiceCall
-
From json meeting voice call.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.MeetingVoiceCall.ShareScreenData
-
From json share screen data.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.NewsItem
-
From json news item.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Redpacket
-
From json redpacket.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Revoke
-
From json revoke.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.SphFeed
-
From json sph feed.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Text
-
From json text.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Video
-
From json video.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Voice
-
From json voice.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Weapp
-
From json weapp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpCheckAgreeRequest
-
From json wx cp check agree request.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpCheckAgreeRequest.Info
-
From json info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpFileItem
-
From json wx cp file item.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.msgaudit.WxCpGroupChat
-
From json wx cp group chat.
- fromJson(String) - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpGroupChat.Member
-
From json member.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.meeting.WxCpMeetingUpdateResult
-
From json wx cp tag add or remove users result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.meeting.WxCpUserMeetingIdResult
-
From json wx cp tag add or remove users result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.selfagent.WxCpOpenApprovalData
-
From json wx cp open approval data.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileAclAddRequest.AuthInfo
-
From json auth info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileAclAddRequest
-
From json wx cp file acl add request.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileAclDelRequest.AuthInfo
-
From json auth info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileAclDelRequest
-
From json wx cp file acl del request.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileCreate
-
From json wx cp file create.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileDeleteRequest
-
From json wx cp file delete request.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileDownload
-
From json wx cp file download.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileInfo.FileInfo
-
From json file info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileInfo
-
From json wx cp file info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileList.FileList
-
From json file list.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileList
-
From json wx cp file list.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileList.Item
-
From json item.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileListRequest
-
From json wx cp file list request.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileMove.FileList
-
From json file list.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileMove
-
From json wx cp file move.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileMove.Item
-
From json item.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileMoveRequest
-
From json wx cp file move request.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileRename.File
-
From json file.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileRename
-
From json wx cp file rename.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileShare
-
From json wx cp file share.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileUpload
-
From json wx cp file upload.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileUploadRequest
-
From json wx cp file upload request.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceAclAddRequest.AuthInfo
-
From json auth info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceAclAddRequest
-
From json wx cp space acl add request.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceAclDelRequest.AuthInfo
-
From json auth info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceAclDelRequest
-
From json wx cp space acl del request.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceCreateData
-
From json wx cp space create data.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceCreateRequest.AuthInfo
-
From json auth info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceCreateRequest
-
From json wx cp space create request.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceInfo.AuthInfo
-
From json auth info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceInfo.AuthList
-
From json auth list.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceInfo
-
From json wx cp space info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceInfo.SpaceInfo
-
From json space info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceRenameRequest
-
From json wx cp space rename request.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceSettingRequest
-
From json wx cp space setting request.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceShare
-
From json wx cp space share.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.WxCpCorpConfInfo
-
From json wx cp corp conf info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.WxCpGetApprovalData
-
From json wx cp get approval data.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.oa.WxCpUserVacationQuota
-
From json wx cp user vacation quota.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.order.WxCpTpOrderDetails
-
From json wx cp tp order details.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.order.WxCpTpOrderListGetResult
-
From json wx cp tp order list get result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.health.WxCpGetHealthReportStat
-
From json wx cp get health report stat.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.health.WxCpGetReportAnswer.Answer
-
From json answer.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.health.WxCpGetReportAnswer
-
From json wx cp get report answer.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.health.WxCpGetReportAnswer.ReportValue
-
From json report value.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.health.WxCpGetReportJobIds
-
From json wx cp get report job ids.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.health.WxCpGetReportJobInfo.ApplyRange
-
From json apply range.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.health.WxCpGetReportJobInfo
-
From json wx cp get report job info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.health.WxCpGetReportJobInfo.JobInfo
-
From json job info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.health.WxCpGetReportJobInfo.OptionList
-
From json option list.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.health.WxCpGetReportJobInfo.QuestionTemplate
-
From json question template.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.health.WxCpGetReportJobInfo.ReportTo
-
From json report to.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpAllowScope.AllowScope
-
From json allow scope.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpAllowScope.Department
-
From json department.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpAllowScope
-
From json wx cp allow scope.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpBatchCreateParentRequest.Children
-
From json children.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpBatchCreateParentRequest
-
From json wx cp batch create parent request.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpBatchCreateParentRequest.Parent
-
From json parent.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpBatchCreateStudentRequest
-
From json wx cp batch create student request.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpBatchCreateStudentRequest.Student
-
From json student.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpBatchDeleteStudentRequest
-
From json wx cp batch delete student request.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpBatchResultList
-
From json wx cp batch result list.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpBatchResultList.ResultList
-
From json result list.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpBatchUpdateParentRequest.Children
-
From json children.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpBatchUpdateParentRequest
-
From json wx cp batch update parent request.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpBatchUpdateParentRequest.Parent
-
From json parent.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpBatchUpdateStudentRequest
-
From json wx cp batch update student request.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpBatchUpdateStudentRequest.Student
-
From json student.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpCreateDepartment
-
From json wx cp create department.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpCreateDepartmentRequest.DepartmentAdmin
-
From json department admin.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpCreateDepartmentRequest
-
From json wx cp create department request.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpCreateParentRequest.Children
-
From json children.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpCreateParentRequest
-
From json wx cp create parent request.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpDepartmentList.Department
-
From json department.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpDepartmentList.DepartmentAdmin
-
From json department admin.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpDepartmentList
-
From json wx cp department list.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpExternalContact.ExternalAttribute
-
From json external attribute.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpExternalContact.ExternalContact
-
From json external contact.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpExternalContact
-
From json wx cp external contact.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpExternalContact.SubscriberInfo
-
From json subscriber info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpExternalContact.Tag
-
From json tag.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpExternalContact.WxCpFollowUser
-
From json wx cp follow user.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpListParentResult.Children
-
From json children.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpListParentResult
-
From json wx cp list parent result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpListParentResult.Parent
-
From json parent.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpSetUpgradeInfo
-
From json wx cp set upgrade info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpSubscribeQrCode
-
From json wx cp subscribe qr code.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpUpdateDepartmentRequest.DepartmentAdmin
-
From json department admin.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpUpdateDepartmentRequest
-
From json wx cp update department request.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpUpdateParentRequest.Children
-
From json children.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpUpdateParentRequest
-
From json wx cp update parent request.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpUserListResult
-
From json wx cp user list result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpUserListResult.Parent
-
From json parent.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpUserListResult.Student
-
From json student.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpUserResult.Children
-
From json children.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpUserResult
-
From json wx cp user result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpUserResult.Parent
-
From json parent.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.user.WxCpUserResult.Student
-
From json student.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.WxCpCustomizeHealthInfo
-
From json wx cp customize health info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.WxCpCustomizeHealthInfo.HealthInfo
-
From json health info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.WxCpCustomizeHealthInfo.OptionList
-
From json option list.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.WxCpCustomizeHealthInfo.QuestionTemplate
-
From json question template.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.WxCpCustomizeHealthInfo.ReportValue
-
From json report value.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.WxCpPaymentResult
-
From json wx cp payment result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.WxCpPaymentResult.PaymentResult
-
From json payment result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.WxCpResultList
-
From json wx cp result list.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.WxCpResultList.QrCodeList
-
From json qr code list.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.WxCpSchoolLivingInfo
-
From json wx cp school living info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.WxCpSchoolLivingInfo.LivingInfo
-
From json living info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.WxCpSchoolLivingInfo.LivingRange
-
From json living range.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.WxCpSchoolUnwatchStat
-
From json wx cp school unwatch stat.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.WxCpSchoolWatchStat
-
From json wx cp school watch stat.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.school.WxCpTrade
-
From json wx cp trade.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.user.WxCpDeptUserResult.DeptUserList
-
From json dept user list.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.user.WxCpDeptUserResult
-
From json wx cp dept user result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpAgent
-
From json wx cp agent.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpBaseResp
-
From json wx cp base resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpDepart
-
From json wx cp depart.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpInviteResult
-
From json wx cp invite result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpMaJsCode2SessionResult
-
From json wx cp ma js code 2 session result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpOpenUseridToUserid
-
From json wx cp open userid to userid result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpOpenUseridToUseridResult
-
From json wx cp open userid to userid result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpProviderToken
-
From json wx cp provider token.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpTag
-
From json wx cp tag.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpTagAddOrRemoveUsersResult
-
From json wx cp tag add or remove users result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpTagGetResult
-
From json wx cp tag get result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpTaskCardUpdateResult
-
From json wx cp task card update result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpTpAdmin
-
From json wx cp tp admin.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpTpAppQrcode
-
From json wx cp tp admin.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpTpAuthInfo
-
From json wx cp tp auth info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpTpContactSearchResp
-
From json wx cp tp contact search resp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpTpConvertTmpExternalUserIdResult
-
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpTpCorp
-
From json wx cp tp corp.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpTpCorpId2OpenCorpId
-
From json wx cp tp admin.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpTpDepart
-
From json wx cp tp depart.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpTpOpenKfIdConvertResult
-
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpTpPermanentCodeInfo
-
From json wx cp tp permanent code info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpTpPreauthCode
-
From json wx cp tp preauth code.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpTpProlongTryResult
-
From json wx cp tp order list get result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpTpTagIdListConvertResult
-
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpTpUnionidToExternalUseridResult
-
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpTpUserDetail
-
From json wx cp tp user detail.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpTpUserInfo
-
From json wx cp tp user info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpUser
-
From json wx cp user.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpUserExternalContactInfo
-
From json wx cp user external contact info.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpUseridToOpenUserid
-
From json wx cp userid to open userid.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpUseridToOpenUseridResult
-
From json wx cp userid to open userid result.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxTpCustomizedAuthUrl
-
From json wx cp tp customized auth url.
- fromJson(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxTpLoginInfo
-
From json wx tp login info.
- fromServiceExternalUserid(String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- fromServiceExternalUserid(String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
将代开发应用或第三方应用获取的externaluserid转换成自建应用的externaluserid
文档地址:https://developer.work.weixin.qq.com/document/path/95884#external-userid%E8%BD%AC%E6%8D%A2
权限说明:
需要使用自建应用或基础应用的access_token
客户的跟进人,或者用户所在客户群的群主,需要同时在access_token和source_agentid所对应应用的可见范围内
- fromUser - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The From user.
- fromUser(String) - 类 中的方法me.chanjar.weixin.cp.bean.outxmlbuilder.BaseBuilder
-
From user builder type.
- fromUser(String) - 类 中的方法me.chanjar.weixin.cp.message.WxCpMessageRouterRule
-
如果fromUser等于某值
- fromUserName - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The From user name.
- fromUserName - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpXmlOutMessage
-
The From user name.
- fromUserName - 类 中的变量me.chanjar.weixin.cp.bean.outxmlbuilder.BaseBuilder
-
The From user name.
- fromXml(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
From xml wx cp tp xml message.
- fromXml(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.message.WxCpXmlMessage
-
From xml wx cp xml message.
- fromXml(String, String) - 类 中的静态方法me.chanjar.weixin.cp.bean.message.WxCpXmlMessage
-
From xml wx cp xml message.
- fromXml(InputStream) - 类 中的静态方法me.chanjar.weixin.cp.bean.message.WxCpXmlMessage
-
From xml wx cp xml message.
- fromXml(String) - 类 中的静态方法me.chanjar.weixin.cp.bean.WxCpTpXmlPackage
-
From xml wx cp tp xml package.
- fromXml(Class<T>, String) - 类 中的静态方法me.chanjar.weixin.cp.util.xml.XStreamTransformer
-
xml -> pojo
- fromXml(Class<T>, InputStream) - 类 中的静态方法me.chanjar.weixin.cp.util.xml.XStreamTransformer
-
From xml t.
- Gender - me.chanjar.weixin.cp.bean中的枚举
-
性别枚举
Created by BinaryWang on 2018/4/22.
- gender - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Gender.
- get(String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- get(Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpAgentServiceImpl
-
- get(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpChatServiceImpl
-
- get(Long) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpDepartmentServiceImpl
-
- get() - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpMenuServiceImpl
-
- get(Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpMenuServiceImpl
-
- get(List<String>) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaCalendarServiceImpl
-
- get(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpTagServiceImpl
-
- get(Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpAgentService
-
获取企业号应用信息
该API用于获取企业号某个应用的基本信息,包括头像、昵称、帐号类型、认证类型、可见范围等信息
详情请见:
...
- get(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpChatService
-
获取群聊会话.
- get(Long) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpDepartmentService
-
部门管理接口 - 获取单个部门详情.
- get() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpMenuService
-
自定义菜单查询接口
详情请见: http://mp.weixin.qq.com/wiki/index.php?
- get(Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpMenuService
-
自定义菜单查询接口
详情请见: http://mp.weixin.qq.com/wiki/index.php?
- get(List<String>) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaCalendarService
-
获取日历.
- get(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpTagService
-
获取标签成员.
- get(String, String, WxCpCorpGroupCorpGetTokenReq) - 类 中的方法me.chanjar.weixin.cp.corpgroup.service.impl.BaseWxCpCgServiceImpl
-
- get(String, String, boolean, WxCpCorpGroupCorpGetTokenReq) - 类 中的方法me.chanjar.weixin.cp.corpgroup.service.impl.BaseWxCpCgServiceImpl
-
- get(String, String, WxCpCorpGroupCorpGetTokenReq) - 接口 中的方法me.chanjar.weixin.cp.corpgroup.service.WxCpCgService
-
当本Service没有实现某个API的时候,可以用这个,针对所有微信API中的GET请求.
- get(String, String, boolean, WxCpCorpGroupCorpGetTokenReq) - 接口 中的方法me.chanjar.weixin.cp.corpgroup.service.WxCpCgService
-
当本Service没有实现某个API的时候,可以用这个,针对所有微信API中的GET请求.
- get(String, String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- get(String, String, boolean) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- get(String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpTagServiceImpl
-
- get(String, String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
当本Service没有实现某个API的时候,可以用这个,针对所有微信API中的GET请求.
- get(String, String, boolean) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
当本Service没有实现某个API的时候,可以用这个,针对所有微信API中的GET请求.
- get(String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpTagService
-
获取标签成员
- GET_ACTIVE_INFO_BY_CODE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.License
-
The constant GET_ACTIVE_INFO_BY_CODE.
- GET_ACTIVE_INFO_BY_USER - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.License
-
The constant GET_ACTIVE_INFO_BY_USER.
- GET_ACTIVE_STAT - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.User
-
The constant GET_ACTIVE_STAT.
- GET_ADMIN_LIST - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Tp
-
The constant GET_ADMIN_LIST.
- GET_AGENT_CONFIG_TICKET - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts
-
The constant GET_AGENT_CONFIG_TICKET.
- GET_ALLOW_SCOPE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.School
-
The constant GET_ALLOW_SCOPE.
- GET_APP_QRCODE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Tp
-
The constant GET_APP_QRCODE.
- GET_APPROVAL_DATA - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant GET_APPROVAL_DATA.
- GET_APPROVAL_DETAIL - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant GET_APPROVAL_DETAIL.
- GET_APPROVAL_INFO - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant GET_APPROVAL_INFO.
- GET_AUTH_CORP_JSAPI_TICKET - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Tp
-
The constant GET_AUTH_CORP_JSAPI_TICKET.
- GET_AUTH_INFO - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Tp
-
The constant GET_AUTH_INFO.
- GET_CALLBACK_IP - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts
-
The constant GET_CALLBACK_IP.
- GET_CHECKIN_DATA - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant GET_CHECKIN_DATA.
- GET_CHECKIN_DAY_DATA - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant GET_CHECKIN_DAY_DATA.
- GET_CHECKIN_MONTH_DATA - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant GET_CHECKIN_MONTH_DATA.
- GET_CHECKIN_OPTION - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant GET_CHECKIN_OPTION.
- GET_CHECKIN_SCHEDULE_DATA - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant GET_CHECKIN_SCHEDULE_DATA.
- GET_CONTACT_DETAIL - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant GET_CONTACT_DETAIL.
- GET_CONTACT_DETAIL_BATCH - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant GET_CONTACT_DETAIL_BATCH.
- GET_CONTACT_WAY - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant GET_CONTACT_WAY.
- GET_CORP_CHECKIN_OPTION - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
打卡
https://developer.work.weixin.qq.com/document/path/94204
- GET_CORP_CONF - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant GET_CORP_CONF.
- GET_CORP_STATISTIC - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Kf
-
The constant GET_CORP_STATISTIC.
- GET_CORP_TAG_LIST - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant GET_CORP_TAG_LIST.
- GET_CORP_TOKEN - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Tp
-
The constant GET_CORP_TOKEN.
- GET_CUSTOMIZED_AUTH_URL - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Tp
-
The constant GET_CUSTOMIZED_AUTH_URL.
- GET_DEPARTMENT_LIST - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.LinkedCorp
-
获取互联企业部门列表
https://developer.work.weixin.qq.com/document/path/93170
- GET_DIAL_RECORD - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
公费电话
https://developer.work.weixin.qq.com/document/path/93662
- GET_EXTERNAL_CONTACT - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
已过时。
- GET_EXTERNAL_CONTACT - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.User
-
The constant GET_EXTERNAL_CONTACT.
- GET_FOLLOW_USER_LIST - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant GET_FOLLOW_USER_LIST.
- GET_GROUP_CHAT - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.MsgAudit
-
The constant GET_GROUP_CHAT.
- GET_GROUP_MSG_LIST_V2 - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant GET_GROUP_MSG_LIST_V2.
- GET_GROUP_MSG_RESULT - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant GET_GROUP_MSG_RESULT.
- GET_GROUP_MSG_SEND_RESULT - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant GET_GROUP_MSG_SEND_RESULT.
- GET_GROUP_MSG_TASK - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant GET_GROUP_MSG_TASK.
- GET_HEALTH_QRCODE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.School
-
The constant GET_HEALTH_QRCODE.
- GET_HEALTH_REPORT_STAT - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.School
-
The constant GET_HEALTH_REPORT_STAT.
- GET_JOIN_QR_CODE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.User
-
The constant GET_JOIN_QR_CODE.
- GET_JOIN_WAY - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant GET_JOIN_WAY.
- GET_JSAPI_TICKET - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts
-
The constant GET_JSAPI_TICKET.
- GET_LIVING_CODE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Living
-
The constant GET_LIVING_CODE.
- GET_LIVING_INFO - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Living
-
The constant GET_LIVING_INFO.
- GET_LIVING_INFO - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.School
-
上课直播
- GET_LIVING_SHARE_INFO - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Living
-
The constant GET_LIVING_SHARE_INFO.
- GET_LOGIN_INFO - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Tp
-
The constant GET_LOGIN_INFO.
- GET_MOMENT_COMMENTS - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant GET_MOMENT_COMMENTS.
- GET_MOMENT_CUSTOMER_LIST - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant GET_MOMENT_CUSTOMER_LIST.
- GET_MOMENT_LIST - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant GET_MOMENT_LIST.
- GET_MOMENT_SEND_RESULT - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant GET_MOMENT_SEND_RESULT.
- GET_MOMENT_TASK - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant GET_MOMENT_TASK.
- GET_MOMENT_TASK_RESULT - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant GET_MOMENT_TASK_RESULT.
- GET_NEW_EXTERNAL_USERID - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant GET_NEW_EXTERNAL_USERID.
- GET_OPEN_APPROVAL_DATA - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
审批流程引擎
https://developer.work.weixin.qq.com/document/path/90269
- GET_ORDER - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.License
-
The constant GET_ORDER.
- GET_ORDER - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Tp
-
The constant GET_ORDER.
- GET_ORDER_LIST - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Tp
-
The constant GET_ORDER_LIST.
- GET_PAYMENT_RESULT - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.School
-
The constant GET_PAYMENT_RESULT.
- GET_PERM_LIST - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.LinkedCorp
-
获取应用的可见范围
https://developer.work.weixin.qq.com/document/path/93172
- GET_PERMANENT_CODE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Tp
-
The constant GET_PERMANENT_CODE.
- GET_PERMIT_USER_LIST - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.MsgAudit
-
The constant GET_PERMIT_USER_LIST.
- GET_PREAUTH_CODE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Tp
-
The constant GET_PREAUTH_CODE.
- GET_PRODUCT_ALBUM - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant GET_PRODUCT_ALBUM.
- GET_PRODUCT_ALBUM_LIST - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant GET_PRODUCT_ALBUM_LIST.
- GET_PROVIDER_TOKEN - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Tp
-
The constant GET_PROVIDER_TOKEN.
- GET_REPORT_ANSWER - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.School
-
The constant GET_REPORT_ANSWER.
- GET_REPORT_JOB_INFO - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.School
-
The constant GET_REPORT_JOB_INFO.
- GET_REPORT_JOBIDS - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.School
-
The constant GET_REPORT_JOBIDS.
- GET_RESULT - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Export
-
The constant GET_RESULT.
- GET_SCHOOL_USER_INFO - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.OAuth2
-
The constant GET_SCHOOL_USER_INFO.
- GET_SERVICER_STATISTIC - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Kf
-
The constant GET_SERVICER_STATISTIC.
- GET_STATISTICS - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Message
-
查询应用消息发送统计
- GET_STUDENT_CUSTOMIZE_HEALTH_INFO - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.School
-
The constant GET_STUDENT_CUSTOMIZE_HEALTH_INFO.
- GET_SUBSCRIBE_MODE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant GET_SUBSCRIBE_MODE.
- GET_SUBSCRIBE_QR_CODE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant GET_SUBSCRIBE_QR_CODE.
- GET_SUITE_JSAPI_TICKET - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Tp
-
The constant GET_SUITE_JSAPI_TICKET.
- GET_SUITE_TOKEN - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Tp
-
The constant GET_SUITE_TOKEN.
- GET_TEACHER_CUSTOMIZE_HEALTH_INFO - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.School
-
The constant GET_TEACHER_CUSTOMIZE_HEALTH_INFO.
- GET_TEMPLATE_DETAIL - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant GET_TEMPLATE_DETAIL.
- GET_TFA_INFO - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.OAuth2
-
The constant GET_TFA_INFO.
- GET_TOKEN - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts
-
The constant GET_TOKEN.
- GET_TRADE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.School
-
The constant GET_TRADE.
- GET_UNWATCH_STAT - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.School
-
The constant GET_UNWATCH_STAT.
- GET_USER - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.LinkedCorp
-
获取互联企业成员详细信息
https://developer.work.weixin.qq.com/document/path/93171
- GET_USER - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.School
-
The constant GET_USER.
- GET_USER_ALL_LIVINGID - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Living
-
The constant GET_USER_ALL_LIVINGID.
- GET_USER_AUTH_INFO - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.OAuth2
-
The constant GET_USER_INFO without agentId.
- GET_USER_DETAIL - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.OAuth2
-
The constant GET_USER_DETAIL.
- GET_USER_ID - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.User
-
The constant GET_USER_ID.
- GET_USER_ID_BY_EMAIL - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.User
-
The constant GET_USER_ID_BY_EMAIL.
- GET_USER_INFO - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.OAuth2
-
The constant GET_USER_INFO.
- GET_USER_LIST - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.LinkedCorp
-
获取互联企业部门成员详情
https://developer.work.weixin.qq.com/document/path/93169
- GET_USER_LIST - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.School
-
The constant GET_USER_LIST.
- GET_USER_LIST_PARENT - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.School
-
The constant GET_USER_LIST_PARENT.
- GET_USER_MEETING_ID - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant GET_USER_MEETING_ID.
- GET_USER_SIMPLELIST - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.LinkedCorp
-
获取互联企业部门成员
https://developer.work.weixin.qq.com/document/path/93168
- GET_USER_VACATION_QUOTA - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant GET_USER_VACATION_QUOTA.
- GET_USERDETAIL3RD - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Tp
-
The constant GET_USERDETAIL3RD.
- GET_USERINFO3RD - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Tp
-
The constant GET_USERINFO3RD.
- GET_WATCH_STAT - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Living
-
The constant GET_WATCH_STAT.
- GET_WATCH_STAT - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.School
-
The constant GET_WATCH_STAT.
- getAccessToken() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getAccessToken(boolean) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpServiceApacheHttpClientImpl
-
- getAccessToken(boolean) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpServiceImpl
-
- getAccessToken(boolean) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpServiceJoddHttpImpl
-
- getAccessToken(boolean) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpServiceOkHttpImpl
-
- getAccessToken(boolean) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpServiceOnTpImpl
-
- getAccessToken() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取access_token, 不强制刷新access_token
- getAccessToken(boolean) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取access_token,本方法线程安全
且在多线程同时刷新时只刷新一次,避免超出2000次/日的调用次数上限
另:本service的所有方法都会在access_token过期是调用此方法
程序员在非必要情况下尽量不要主动调用此方法
详情请见: http://mp.weixin.qq.com/wiki/index.php?
- getAccessToken() - 类 中的方法me.chanjar.weixin.cp.config.impl.AbstractWxCpInRedisConfigImpl
-
- getAccessToken() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- getAccessToken() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- getAccessToken(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- getAccessToken(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
授权企业的access token相关
- getAccessToken() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
Gets access token.
- getAccessToken(String) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
授权企业的access token相关
- getAccessTokenEntity(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- getAccessTokenEntity(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- getAccessTokenEntity(String) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
Gets access token entity.
- getAccessTokenLock() - 类 中的方法me.chanjar.weixin.cp.config.impl.AbstractWxCpInRedisConfigImpl
-
- getAccessTokenLock() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- getAccessTokenLock() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- getAccessTokenLock(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- getAccessTokenLock(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- getAccessTokenLock() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
Gets access token lock.
- getAccessTokenLock(String) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
Gets access token lock.
- getAccountLink(WxCpKfAccountLink) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpKfServiceImpl
-
- getAccountLink(WxCpKfAccountLink) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpKfService
-
企业可通过此接口获取带有不同参数的客服链接,不同客服帐号对应不同的客服链接。
- getActiveInfoByCode(String, String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpLicenseServiceImpl
-
- getActiveInfoByCode(String, String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpLicenseService
-
获取激活码详情
查询某个帐号激活码的状态以及激活绑定情况。
- getActiveInfoByUser(String, String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpLicenseServiceImpl
-
- getActiveInfoByUser(String, String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpLicenseService
-
获取成员的激活详情
查询某个企业成员的激活情况。
- getActiveStat(Date) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpUserServiceImpl
-
- getActiveStat(Date) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpUserService
-
获取企业活跃成员数。
- getAdminList(String, Integer) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getAdminList(String, Integer) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
获取应用的管理员列表
- getAesKey() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- getAesKey() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- getAesKey() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- getAesKey() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- getAesKey() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
Gets aes key.
- getAesKey() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
Gets aes key.
- getAgentId() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupDefaultConfigImpl
-
- getAgentId() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupRedissonConfigImpl
-
- getAgentId() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- getAgentId() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- getAgentId() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
Gets agent id.
- getAgentId() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpCorpGroupConfigStorage
-
Gets agent id.
- getAgentJsapiTicket() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getAgentJsapiTicket(boolean) - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getAgentJsapiTicket(boolean) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpServiceImpl
-
- getAgentJsapiTicket() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获得jsapi_ticket,不强制刷新jsapi_ticket
应用的jsapi_ticket用于计算agentConfig(参见“通过agentConfig注入应用的权限”)的签名,签名计算方法与上述介绍的config的签名算法完全相同,但需要注意以下区别:
签名的jsapi_ticket必须使用以下接口获取。
- getAgentJsapiTicket(boolean) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取应用的jsapi_ticket
应用的jsapi_ticket用于计算agentConfig(参见“通过agentConfig注入应用的权限”)的签名,签名计算方法与上述介绍的config的签名算法完全相同,但需要注意以下区别:
签名的jsapi_ticket必须使用以下接口获取。
- getAgentJsapiTicket() - 类 中的方法me.chanjar.weixin.cp.config.impl.AbstractWxCpInRedisConfigImpl
-
- getAgentJsapiTicket() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- getAgentJsapiTicket() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- getAgentJsapiTicket() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
Gets agent jsapi ticket.
- getAgentJsapiTicketLock() - 类 中的方法me.chanjar.weixin.cp.config.impl.AbstractWxCpInRedisConfigImpl
-
- getAgentJsapiTicketLock() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- getAgentJsapiTicketLock() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- getAgentJsapiTicketLock() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
Gets agent jsapi ticket lock.
- getAgentService() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getAgentService() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
Gets agent service.
- getAllowScope(Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpSchoolUserServiceImpl
-
- getAllowScope(Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpSchoolUserService
-
获取可使用的家长范围
获取可在微信「学校通知-学校应用」使用该应用的家长范围,以学生或部门列表的形式返回。
- getApacheHttpClientBuilder() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupDefaultConfigImpl
-
- getApacheHttpClientBuilder() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupRedissonConfigImpl
-
- getApacheHttpClientBuilder() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- getApacheHttpClientBuilder() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- getApacheHttpClientBuilder() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- getApacheHttpClientBuilder() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- getApacheHttpClientBuilder() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
http client builder.
- getApacheHttpClientBuilder() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpCorpGroupConfigStorage
-
Gets apache http client builder.
- getApacheHttpClientBuilder() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
Gets apache http client builder.
- getApiUrl(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupDefaultConfigImpl
-
- getApiUrl(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupRedissonConfigImpl
-
- getApiUrl(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- getApiUrl(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- getApiUrl(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- getApiUrl(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- getApiUrl(String) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
读取企业微信 API Url.
- getApiUrl(String) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpCorpGroupConfigStorage
-
读取企业微信 API Url.
- getApiUrl(String) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
读取企业微信 API Url.
- getAppQrcode(String, String, String, Integer, Integer) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getAppQrcode(String, String, String, Integer, Integer) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
获取应用二维码
- getApprovalData(Long, Long, Long) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaServiceImpl
-
- getApprovalData(Long, Long, Long) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaService
-
获取审批数据(旧)
提示:推荐使用新接口“批量获取审批单号”及“获取审批申请详情”,此接口后续将不再维护、逐步下线。
- getApprovalDetail(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaServiceImpl
-
- getApprovalDetail(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaService
-
获取审批申请详情
企业可通过审批应用或自建应用Secret调用本接口,根据审批单号查询企业微信“审批应用”的审批申请详情。
- getApprovalDetail(String, String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpOAServiceImpl
-
- getApprovalDetail(String, String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpOAService
-
获取审批申请详情
- getApprovalInfo(Date, Date, Integer, Integer, List<WxCpApprovalInfoQueryFilter>) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaServiceImpl
-
- getApprovalInfo(Date, Date) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaServiceImpl
-
- getApprovalInfo(Date, Date, String, Integer, List<WxCpApprovalInfoQueryFilter>) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaServiceImpl
-
- getApprovalInfo(Date, Date, Integer, Integer, List<WxCpApprovalInfoQueryFilter>) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaService
-
已过时。
- getApprovalInfo(Date, Date) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaService
-
已过时。
- getApprovalInfo(Date, Date, String, Integer, List<WxCpApprovalInfoQueryFilter>) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaService
-
批量获取审批单号
审批应用及有权限的自建应用,可通过Secret调用本接口,以获取企业一段时间内企业微信“审批应用”单据的审批编号,支持按模板类型、申请人、部门、申请单审批状态等条件筛选。
- getAuthCorpJsApiTicket(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- getAuthCorpJsApiTicket(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
授权企业的js api ticket相关
- getAuthCorpJsApiTicket(String) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
授权企业的js api ticket相关
- getAuthCorpJsApiTicket(String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getAuthCorpJsApiTicket(String, boolean) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getAuthCorpJsApiTicket(String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
获取授权企业的 jsapi ticket
- getAuthCorpJsApiTicket(String, boolean) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
获取授权企业的 jsapi ticket, 支持强制刷新
- getAuthCorpJsapiTicketLock(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- getAuthCorpJsapiTicketLock(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- getAuthCorpJsapiTicketLock(String) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
Gets auth corp jsapi ticket lock.
- getAuthInfo(String, String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getAuthInfo(String, String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
获取企业的授权信息
- getAuthSuiteJsApiTicket(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- getAuthSuiteJsApiTicket(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
授权企业的第三方应用js api ticket相关
- getAuthSuiteJsApiTicket(String) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
授权企业的第三方应用js api ticket相关
- getAuthUserInfo(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOAuth2ServiceImpl
-
- getAuthUserInfo(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOAuth2Service
-
获取用户登录身份
https://qyapi.weixin.qq.com/cgi-bin/auth/getuserinfo?
- getById(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpUserServiceImpl
-
- getById(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpUserService
-
获取用户.
- getById(String, String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpUserServiceImpl
-
- getById(String, String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpUserService
-
获取用户.
- getCallbackIp() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getCallbackIp() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取微信服务器的ip段
http://qydev.weixin.qq.com/wiki/index.php?
- GetChatData(long, long, long, String, String, long, long) - 类 中的静态方法com.tencent.wework.Finance
-
拉取聊天记录函数
Return值=0表示该API调用成功
- getChatDatas(long, long, String, String, long) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpMsgAuditServiceImpl
-
- getChatDatas(long, long, String, String, long) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpMsgAuditService
-
拉取聊天记录函数
- getChatPlainText(long, WxCpChatDatas.WxCpChatData, Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpMsgAuditServiceImpl
-
- getChatPlainText(long, WxCpChatDatas.WxCpChatData, Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpMsgAuditService
-
获取解密的聊天数据明文
- getChatService() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getChatService() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取群聊服务
- getCheckinData(Integer, Date, Date, List<String>) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaServiceImpl
-
- getCheckinData(Integer, Date, Date, List<String>) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaService
-
获取打卡数据
API doc : https://work.weixin.qq.com/api/doc#90000/90135/90262
- getCheckinDayData(Date, Date, List<String>) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaServiceImpl
-
- getCheckinDayData(Date, Date, List<String>) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaService
-
获取打卡日报数据
- getCheckinMonthData(Date, Date, List<String>) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaServiceImpl
-
- getCheckinMonthData(Date, Date, List<String>) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaService
-
获取打卡月报数据
- getCheckinOption(Date, List<String>) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaServiceImpl
-
- getCheckinOption(Date, List<String>) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaService
-
获取打卡规则
API doc : https://work.weixin.qq.com/api/doc#90000/90135/90263
- getCheckinScheduleList(Date, Date, List<String>) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaServiceImpl
-
- getCheckinScheduleList(Date, Date, List<String>) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaService
-
获取打卡人员排班信息
- getContactDetail(String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- getContactDetail(String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
获取客户详情.
- getContactDetailBatch(String[], String, Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- getContactDetailBatch(String[], String, Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
批量获取客户详情.
- getContactWay(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- getContactWay(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
获取企业已配置的「联系我」方式
批量获取企业配置的「联系我」二维码和「联系我」小程序按钮。
- GetContentFromSlice(long) - 类 中的静态方法com.tencent.wework.Finance
-
获取slice内容
- getCorpAccessToken(String, Integer) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupDefaultConfigImpl
-
- getCorpAccessToken(String, Integer) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupRedissonConfigImpl
-
- getCorpAccessToken(String, Integer) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpCorpGroupConfigStorage
-
授权企业的access token相关
- getCorpAccessToken(String, Integer, Integer) - 类 中的方法me.chanjar.weixin.cp.corpgroup.service.impl.BaseWxCpCgServiceImpl
-
- getCorpAccessToken(String, Integer, Integer, boolean) - 类 中的方法me.chanjar.weixin.cp.corpgroup.service.impl.BaseWxCpCgServiceImpl
-
- getCorpAccessToken(String, Integer, Integer) - 接口 中的方法me.chanjar.weixin.cp.corpgroup.service.WxCpCgService
-
- getCorpAccessToken(String, Integer, Integer, boolean) - 接口 中的方法me.chanjar.weixin.cp.corpgroup.service.WxCpCgService
-
- getCorpAccessTokenEntity(String, Integer) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupDefaultConfigImpl
-
- getCorpAccessTokenEntity(String, Integer) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupRedissonConfigImpl
-
- getCorpAccessTokenEntity(String, Integer) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpCorpGroupConfigStorage
-
Gets access token entity.
- getCorpAccessTokenEntity(String, Integer, Integer) - 类 中的方法me.chanjar.weixin.cp.corpgroup.service.impl.BaseWxCpCgServiceImpl
-
- getCorpAccessTokenEntity(String, Integer, Integer, boolean) - 类 中的方法me.chanjar.weixin.cp.corpgroup.service.impl.BaseWxCpCgServiceImpl
-
- getCorpAccessTokenEntity(String, Integer, Integer) - 接口 中的方法me.chanjar.weixin.cp.corpgroup.service.WxCpCgService
-
授权企业的access token相关
- getCorpAccessTokenEntity(String, Integer, Integer, boolean) - 接口 中的方法me.chanjar.weixin.cp.corpgroup.service.WxCpCgService
-
Gets access token entity.
- getCorpAccessTokenLock(String, Integer) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupDefaultConfigImpl
-
- getCorpAccessTokenLock(String, Integer) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupRedissonConfigImpl
-
- getCorpAccessTokenLock(String, Integer) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpCorpGroupConfigStorage
-
Gets access token lock.
- getCorpAccountList(String, int, String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpLicenseServiceImpl
-
- getCorpAccountList(String, int, String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpLicenseService
-
获取企业的帐号列表
查询指定企业下的平台能力服务帐号列表。
- getCorpConf() - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaServiceImpl
-
- getCorpConf() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaService
-
获取企业假期管理配置
企业可通过审批应用或自建应用Secret调用本接口,获取可见范围内员工的“假期管理”配置,包括:各个假期的id、名称、请假单位、时长计算方式、发放规则等。
- getCorpGroupService() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getCorpGroupService() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
企业互联的服务类对象
- getCorpId() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupDefaultConfigImpl
-
- getCorpId() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupRedissonConfigImpl
-
- getCorpId() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- getCorpId() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- getCorpId() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- getCorpId() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
企微服务商企业ID & 企业secret, 来自于企微配置
- getCorpId() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
Gets corp id.
- getCorpId() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpCorpGroupConfigStorage
-
Gets corp id.
- getCorpId() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
企微服务商企业ID & 企业secret
- getCorpSecret() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- getCorpSecret() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- getCorpSecret() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- getCorpSecret() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- getCorpSecret() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
Gets corp secret.
- getCorpSecret() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
Gets corp secret.
- getCorpStatistic(WxCpKfGetCorpStatisticRequest) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpKfServiceImpl
-
- getCorpStatistic(WxCpKfGetCorpStatisticRequest) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpKfService
-
获取「客户数据统计」企业汇总数据
通过此接口,可以获取咨询会话数、咨询客户数等企业汇总统计数据
请求方式:POST(HTTPS)
请求地址:
getCorpTagList(String[]) - 类 中的方法me.chanjar.weixin.cp.api.impl.
WxCpExternalContactServiceImpl
-
- getCorpTagList(String[], String[]) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- getCorpTagList(String[]) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
企业可通过此接口获取企业客户标签详情。
- getCorpTagList(String[], String[]) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
企业可通过此接口获取企业客户标签详情。
- getCorpToken(String, String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getCorpToken(String, String, boolean) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getCorpToken(String, String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
获取企业凭证
- getCorpToken(String, String, boolean) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
获取企业凭证, 支持强制刷新
- getCorpTransferSession(String, String, WxCpCorpGroupCorpGetTokenReq) - 类 中的方法me.chanjar.weixin.cp.corpgroup.service.impl.BaseWxCpCgServiceImpl
-
- getCorpTransferSession(String, String, WxCpCorpGroupCorpGetTokenReq) - 接口 中的方法me.chanjar.weixin.cp.corpgroup.service.WxCpCgService
-
获取下级/下游企业小程序session
https://developer.work.weixin.qq.com/document/path/93355
- getCropCheckinOption() - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaServiceImpl
-
- getCropCheckinOption() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaService
-
获取企业所有打卡规则
API doc : https://work.weixin.qq.com/api/doc/90000/90135/93384
- getCustomizedAuthUrl(String, List<String>) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getCustomizedAuthUrl(String, List<String>) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
获取带参授权链接
文档地址:https://developer.work.weixin.qq.com/document/path/95436
- GetData(long) - 类 中的静态方法com.tencent.wework.Finance
-
获取 mediadata data数据
- GetDataLen(long) - 类 中的静态方法com.tencent.wework.Finance
-
Get data len int.
- getDecryptData(long, WxCpChatDatas.WxCpChatData, Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpMsgAuditServiceImpl
-
- getDecryptData(long, WxCpChatDatas.WxCpChatData, Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpMsgAuditService
-
获取解密的聊天数据Model
- getDepartmentService() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getDepartmentService() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取部门相关接口的服务类对象
- getDescription() - 类 中的方法me.chanjar.weixin.cp.bean.message.WxCpXmlOutVideoMessage
-
Gets description.
- getDetail(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpMeetingServiceImpl
-
- getDetail(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpMeetingService
-
获取会议详情
该接口用于获取指定会议的详情内容。
- getDetails(List<String>) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaOaScheduleServiceImpl
-
- getDetails(List<String>) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaScheduleService
-
获取日程详情
该接口用于获取指定的日程详情。
- getDialRecord(Date, Date, Integer, Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaServiceImpl
-
- getDialRecord(Date, Date, Integer, Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaService
-
获取公费电话拨打记录
- getErrcode() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpUserExternalContactList
-
Gets errcode.
- getErrmsg() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpUserExternalContactList
-
Gets errmsg.
- getExpiresTime() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- getExpiresTime() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- getExpiresTime() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
Gets expires time.
- getExportService() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getExportService() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取异步导出服务
- getExternalContact(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- getExternalContact(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpSchoolUserServiceImpl
-
- getExternalContact(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpUserServiceImpl
-
- getExternalContact(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
- getExternalContact(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpSchoolUserService
-
获取外部联系人详情
学校可通过此接口,根据外部联系人的userid(如何获取?)
- getExternalContact(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpUserService
-
获取外部联系人详情.
- getExternalContact(String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpUserServiceImpl
-
- getExternalContact(String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpUserService
-
获取外部联系人详情.
- getExternalContactService() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getExternalContactService() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
Gets external contact service.
- getExternalUserId() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpUserExternalContactList
-
Gets external user id.
- getGroupChat(String, Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- getGroupChat(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpMsgAuditServiceImpl
-
- getGroupChat(String, Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
通过客户群ID,获取详情。
- getGroupChat(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpMsgAuditService
-
获取会话内容存档内部群信息
企业可通过此接口,获取会话内容存档本企业的内部群信息,包括群名称、群主id、公告、群创建时间以及所有群成员的id与加入时间。
- getGroupChatStatistic(Date, Integer, Integer, Integer, Integer, String[], String[]) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- getGroupChatStatistic(Date, Integer, Integer, Integer, Integer, String[], String[]) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
获取指定日期全天的统计数据。
- getGroupMsgListV2(String, Date, Date, String, Integer, Integer, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- getGroupMsgListV2(String, Date, Date, String, Integer, Integer, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
企业和第三方应用可通过此接口获取企业与成员的群发记录。
- getGroupMsgResult(String, Integer, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- getGroupMsgResult(String, Integer, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
企业跟第三方应用可通过该接口获取到创建企业群发的群发发送结果。
- getGroupMsgSendResult(String, String, Integer, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- getGroupMsgSendResult(String, String, Integer, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
企业和第三方应用可通过此接口获取企业与成员的群发记录。
- getGroupMsgTask(String, Integer, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- getGroupMsgTask(String, Integer, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
获取群发成员发送任务列表。
- getGroupRobotService() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getGroupRobotService() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取群机器人消息推送服务
- getGroupWelcomeTemplate(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- getGroupWelcomeTemplate(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
获取入群欢迎语素材。
- getHealthQrCode(List<String>, Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpSchoolServiceImpl
-
- getHealthQrCode(List<String>, Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpSchoolService
-
获取师生健康码
请求方式:POST(HTTPS)
请求地址:https://qyapi.weixin.qq.com/cgi-bin/school/user/get_health_qrcode?
- getHealthReportStat(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpSchoolHealthServiceImpl
-
- getHealthReportStat(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpSchoolHealthService
-
获取健康上报使用统计
请求方式:POST(HTTPS)
请求地址:https://qyapi.weixin.qq.com/cgi-bin/health/get_health_report_stat?
- getHttpProxyHost() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupDefaultConfigImpl
-
- getHttpProxyHost() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupRedissonConfigImpl
-
- getHttpProxyHost() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- getHttpProxyHost() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- getHttpProxyHost() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- getHttpProxyHost() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
网络代理相关
- getHttpProxyHost() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
Gets http proxy host.
- getHttpProxyHost() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpCorpGroupConfigStorage
-
网络代理相关
- getHttpProxyHost() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
网络代理相关
- getHttpProxyPassword() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupDefaultConfigImpl
-
- getHttpProxyPassword() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupRedissonConfigImpl
-
- getHttpProxyPassword() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- getHttpProxyPassword() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- getHttpProxyPassword() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- getHttpProxyPassword() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- getHttpProxyPassword() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
Gets http proxy password.
- getHttpProxyPassword() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpCorpGroupConfigStorage
-
Gets http proxy password.
- getHttpProxyPassword() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
Gets http proxy password.
- getHttpProxyPort() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupDefaultConfigImpl
-
- getHttpProxyPort() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupRedissonConfigImpl
-
- getHttpProxyPort() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- getHttpProxyPort() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- getHttpProxyPort() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- getHttpProxyPort() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- getHttpProxyPort() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
Gets http proxy port.
- getHttpProxyPort() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpCorpGroupConfigStorage
-
Gets http proxy port.
- getHttpProxyPort() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
Gets http proxy port.
- getHttpProxyUsername() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupDefaultConfigImpl
-
- getHttpProxyUsername() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupRedissonConfigImpl
-
- getHttpProxyUsername() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- getHttpProxyUsername() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- getHttpProxyUsername() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- getHttpProxyUsername() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- getHttpProxyUsername() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
Gets http proxy username.
- getHttpProxyUsername() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpCorpGroupConfigStorage
-
Gets http proxy username.
- getHttpProxyUsername() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
Gets http proxy username.
- GetIndexLen(long) - 类 中的静态方法com.tencent.wework.Finance
-
Get index len int.
- getInvalidPartyList() - 类 中的方法me.chanjar.weixin.cp.bean.message.WxCpMessageSendResult
-
Gets invalid party list.
- getInvalidTagList() - 类 中的方法me.chanjar.weixin.cp.bean.message.WxCpMessageSendResult
-
Gets invalid tag list.
- getInvalidUserList() - 类 中的方法me.chanjar.weixin.cp.bean.message.WxCpMessageSendResult
-
Gets invalid user list.
- getInvalidUserList() - 类 中的方法me.chanjar.weixin.cp.bean.WxCpTagAddOrRemoveUsersResult
-
Gets invalid user list.
- getJoinQrCode(int) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpUserServiceImpl
-
- getJoinQrCode(int) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpUserService
-
获取加入企业二维码。
- getJoinWay(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- getJoinWay(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
获取客户群进群方式配置
获取企业配置的群二维码或小程序按钮。
- getJsapiTicket() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getJsapiTicket(boolean) - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getJsapiTicket(boolean) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpServiceImpl
-
- getJsapiTicket() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获得jsapi_ticket,不强制刷新jsapi_ticket
- getJsapiTicket(boolean) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获得jsapi_ticket
获得时会检查jsapiToken是否过期,如果过期了,那么就刷新一下,否则就什么都不干
详情请见:http://qydev.weixin.qq.com/wiki/index.php?
- getJsapiTicket() - 类 中的方法me.chanjar.weixin.cp.config.impl.AbstractWxCpInRedisConfigImpl
-
- getJsapiTicket() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- getJsapiTicket() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- getJsapiTicket() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
Gets jsapi ticket.
- getJsapiTicketExpiresTime() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
Gets jsapi ticket expires time.
- getJsapiTicketLock() - 类 中的方法me.chanjar.weixin.cp.config.impl.AbstractWxCpInRedisConfigImpl
-
- getJsapiTicketLock() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- getJsapiTicketLock() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- getJsapiTicketLock() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
Gets jsapi ticket lock.
- getJssdkFile(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpMediaServiceImpl
-
- getJssdkFile(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpMediaService
-
获取高清语音素材.
- getKfService() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getKfService() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取微信客服服务
- getLinkedCorpAgentPerm(WxCpCorpGroupCorpGetTokenReq) - 类 中的方法me.chanjar.weixin.cp.corpgroup.service.impl.WxCpLinkedCorpServiceImpl
-
- getLinkedCorpAgentPerm(WxCpCorpGroupCorpGetTokenReq) - 接口 中的方法me.chanjar.weixin.cp.corpgroup.service.WxCpLinkedCorpService
-
- getLinkedCorpDepartmentList(String, WxCpCorpGroupCorpGetTokenReq) - 类 中的方法me.chanjar.weixin.cp.corpgroup.service.impl.WxCpLinkedCorpServiceImpl
-
- getLinkedCorpDepartmentList(String, WxCpCorpGroupCorpGetTokenReq) - 接口 中的方法me.chanjar.weixin.cp.corpgroup.service.WxCpLinkedCorpService
-
- getLinkedCorpService() - 类 中的方法me.chanjar.weixin.cp.corpgroup.service.impl.BaseWxCpCgServiceImpl
-
- getLinkedCorpService() - 接口 中的方法me.chanjar.weixin.cp.corpgroup.service.WxCpCgService
-
互联企业的服务类对象
- getLinkedCorpSimpleUserList(String, WxCpCorpGroupCorpGetTokenReq) - 类 中的方法me.chanjar.weixin.cp.corpgroup.service.impl.WxCpLinkedCorpServiceImpl
-
- getLinkedCorpSimpleUserList(String, WxCpCorpGroupCorpGetTokenReq) - 接口 中的方法me.chanjar.weixin.cp.corpgroup.service.WxCpLinkedCorpService
-
- getLinkedCorpUser(String, WxCpCorpGroupCorpGetTokenReq) - 类 中的方法me.chanjar.weixin.cp.corpgroup.service.impl.WxCpLinkedCorpServiceImpl
-
- getLinkedCorpUser(String, WxCpCorpGroupCorpGetTokenReq) - 接口 中的方法me.chanjar.weixin.cp.corpgroup.service.WxCpLinkedCorpService
-
- getLinkedCorpUserList(String, WxCpCorpGroupCorpGetTokenReq) - 类 中的方法me.chanjar.weixin.cp.corpgroup.service.impl.WxCpLinkedCorpServiceImpl
-
- getLinkedCorpUserList(String, WxCpCorpGroupCorpGetTokenReq) - 接口 中的方法me.chanjar.weixin.cp.corpgroup.service.WxCpLinkedCorpService
-
- getLivingCode(String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpLivingServiceImpl
-
- getLivingCode(String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpLivingService
-
获取微信观看直播凭证
请求方式: POST(HTTPS)
请求地址: https://qyapi.weixin.qq.com/cgi-bin/living/get_living_code?
- getLivingInfo(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpLivingServiceImpl
-
- getLivingInfo(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpSchoolServiceImpl
-
- getLivingInfo(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpLivingService
-
获取直播详情
请求方式:GET(HTTPS)
请求地址:https://qyapi.weixin.qq.com/cgi-bin/living/get_living_info?
- getLivingInfo(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpSchoolService
-
获取直播详情
请求方式:GET(HTTPS)
请求地址:https://qyapi.weixin.qq.com/cgi-bin/school/living/get_living_info?
- getLivingService() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getLivingService() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取直播相关接口的服务类对象
- getLivingShareInfo(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpLivingServiceImpl
-
- getLivingShareInfo(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpLivingService
-
获取跳转小程序商城的直播观众信息
通过此接口,开发者可获取跳转小程序商城的直播间(“推广产品”直播)观众id、邀请人id及对应直播间id,以打通卖货直播的“人货场”信息闭环。
- getLockByKey(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.AbstractWxCpInRedisConfigImpl
-
Gets lock by key.
- getLoginInfo(String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getLoginInfo(String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
获取登录用户信息
文档地址:https://work.weixin.qq.com/api/doc/90001/90143/91125
- GetMediaData(long, String, String, String, String, long, long) - 类 中的静态方法com.tencent.wework.Finance
-
拉取媒体消息函数
Return值=0表示该API调用成功
- getMediaFile(long, String, String, String, long, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpMsgAuditServiceImpl
-
- getMediaFile(long, String, String, String, long, Consumer<byte[]>) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpMsgAuditServiceImpl
-
- getMediaFile(long, String, String, String, long, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpMsgAuditService
-
获取媒体文件
针对图片、文件等媒体数据,提供sdk接口拉取数据内容。
- getMediaFile(long, String, String, String, long, Consumer<byte[]>) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpMsgAuditService
-
获取媒体文件 传入一个lambda,each所有的数据分片byte[],更加灵活
针对图片、文件等媒体数据,提供sdk接口拉取数据内容。
- getMediaId() - 类 中的方法me.chanjar.weixin.cp.bean.message.WxCpXmlOutVideoMessage
-
Gets media id.
- getMediaService() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getMediaService() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取媒体相关接口的服务类对象
- getMeetingService() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getMeetingService() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
相关接口的服务类对象
- getMenuService() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getMenuService() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取菜单相关接口的服务类对象
- getMessageService() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getMessageService() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
Gets message service.
- getMomentComments(String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- getMomentComments(String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
获取客户朋友圈全部的发表记录 获取客户朋友圈的互动数据
文档地址
- getMomentCustomerList(String, String, String, Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- getMomentCustomerList(String, String, String, Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
获取客户朋友圈全部的发表记录 获取客户朋友圈发表时选择的可见范围
文档地址
- getMomentList(Long, Long, String, Integer, String, Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- getMomentList(Long, Long, String, Integer, String, Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
获取客户朋友圈全部的发表记录 获取企业全部的发表列表
文档地址
- getMomentSendResult(String, String, String, Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- getMomentSendResult(String, String, String, Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
获取客户朋友圈全部的发表记录 获取客户朋友圈发表后的可见客户列表
文档地址
- getMomentTask(String, String, Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- getMomentTask(String, String, Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
获取客户朋友圈全部的发表记录 获取客户朋友圈企业发表的列表
文档地址
- getMomentTaskResult(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- getMomentTaskResult(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
由于发表任务的创建是异步执行的,应用需要再调用该接口以获取创建的结果。
- getMsgAuditLibPath() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- getMsgAuditLibPath() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- getMsgAuditLibPath() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
获取企微会话存档系统库 绝对路径
- getMsgAuditPriKey() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- getMsgAuditPriKey() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- getMsgAuditPriKey() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
企微会话存档私钥
- getMsgAuditSecret() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- getMsgAuditSecret() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- getMsgAuditSecret() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
获取会话存档的secret
- getMsgAuditService() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getMsgAuditService() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取会话存档相关接口的服务类对象
- getNewExternalUserId(String[]) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- getNewExternalUserId(String[]) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
转换external_userid
文档地址:https://open.work.weixin.qq.com/api/doc/35863#转换external_userid
对于历史已授权的企业,在2022年3月1号之前,所有接口与回调返回的external_userid仍然为旧的external_userid,
从2022年3月1号0点开始,所有输入与返回的external_userid字段,将启用升级后的external_userid。
- getOaAgentService() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getOaAgentService() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取OA 自建应用相关接口的服务类对象
- getOaCalendarService() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getOaCalendarService() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取日历相关接口的服务类对象
- getOaMeetingRoomService() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getOaMeetingRoomService() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取会议室相关接口的服务类对象
- getOaScheduleService() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getOaScheduleService() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取日程相关接口的服务类对象
- getOaService() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getOaService() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取OA相关接口的服务类对象.
- getOauth2redirectUri() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- getOauth2redirectUri() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- getOauth2redirectUri() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
Gets oauth 2 redirect uri.
- getOauth2Service() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getOauth2Service() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取Oauth2相关接口的服务类对象
- getOaWeDriveService() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getOaWeDriveService() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取OA效率工具 微盘的服务类对象
- getOpenApprovalData(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaAgentServiceImpl
-
- getOpenApprovalData(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaAgentService
-
查询第三方应用审批申请当前状态
开发者也可主动查询审批单的当前审批状态。
- getOrder(String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpOrderServiceImpl
-
- getOrder(String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpOrderService
-
- getOrderAccountList(String, int, String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpLicenseServiceImpl
-
- getOrderAccountList(String, int, String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpLicenseService
-
查询指定订单下的平台能力服务帐号列表。
- getOrderInfo(String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpLicenseServiceImpl
-
- getOrderInfo(String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpLicenseService
-
获取订单详情
查询某个订单的详情,包括订单的状态、基础帐号个数、互通帐号个数、帐号购买时长等。
- getOrderList(String, Date, Date, String, int) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpLicenseServiceImpl
-
- getOrderList(Date, Date, Integer) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpOrderServiceImpl
-
- getOrderList(String, Date, Date, String, int) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpLicenseService
-
获取订单列表
服务商查询自己某段时间内的平台能力服务订单列表
文档地址:https://developer.work.weixin.qq.com/document/path/95647
- getOrderList(Date, Date, Integer) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpOrderService
-
- GetOutIndexBuf(long) - 类 中的静态方法com.tencent.wework.Finance
-
获取 mediadata outindex
- getPaymentResult(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpSchoolServiceImpl
-
- getPaymentResult(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpSchoolService
-
获取学生付款结果
请求方式: POST(HTTPS)
请求地址: https://qyapi.weixin.qq.com/cgi-bin/school/get_payment_result?
- getPermanentCode(String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getPermanentCode(String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
已过时。
- getPermanentCodeInfo(String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getPermanentCodeInfo(String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
获取企业永久授权码信息
原来的方法实现不全
- getPermitUserList(Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpMsgAuditServiceImpl
-
- getPermitUserList(Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpMsgAuditService
-
获取会话内容存档开启成员列表
企业可通过此接口,获取企业开启会话内容存档的成员列表
请求方式:POST(HTTPS)
请求地址:https://qyapi.weixin.qq.com/cgi-bin/msgaudit/get_permit_user_list?
- getPreAuthUrl(String, String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getPreAuthUrl(String, String, int) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getPreAuthUrl(String, String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
获取预授权链接
- getPreAuthUrl(String, String, int) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
获取预授权链接,测试环境下使用
- getProductAlbum(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- getProductAlbum(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
- getProductAlbumList(Integer, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- getProductAlbumList(Integer, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
- getProviderAccessTokenLock() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- getProviderAccessTokenLock() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- getProviderAccessTokenLock() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
Gets provider access token lock.
- getProviderSecret() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- getProviderSecret() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- getProviderSecret() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
服务商secret
- getProviderToken(String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getProviderToken(String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取服务商凭证
文档地址:https://work.weixin.qq.com/api/doc#90001/90143/91200
请求方式:POST(HTTPS)
请求地址: https://qyapi.weixin.qq.com/cgi-bin/service/get_provider_token
- getProviderToken() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- getProviderToken() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- getProviderToken() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
Gets provider token.
- getProviderTokenEntity() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- getProviderTokenEntity() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- getProviderTokenEntity() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
Gets provider token entity.
- getReportAnswer(String, String, Integer, Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpSchoolHealthServiceImpl
-
- getReportAnswer(String, String, Integer, Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpSchoolHealthService
-
获取用户填写答案
通过此接口可以获取指定的健康上报任务详情。
- getReportJobIds(Integer, Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpSchoolHealthServiceImpl
-
- getReportJobIds(Integer, Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpSchoolHealthService
-
获取健康上报任务ID列表
通过此接口可以获取企业当前正在运行的上报任务ID列表。
- getReportJobInfo(String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpSchoolHealthServiceImpl
-
- getReportJobInfo(String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpSchoolHealthService
-
获取健康上报任务详情
通过此接口可以获取指定的健康上报任务详情。
- getRequestHttp() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getRequestHttp() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
http请求对象
- getRequestHttp() - 类 中的方法me.chanjar.weixin.cp.corpgroup.service.impl.BaseWxCpCgServiceImpl
-
- getRequestHttp() - 接口 中的方法me.chanjar.weixin.cp.corpgroup.service.WxCpCgService
-
http请求对象.
- getRequestHttp() - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getRequestHttp() - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
http请求对象.
- getRequestHttpClient() - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpServiceApacheHttpClientImpl
-
- getRequestHttpClient() - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpServiceJoddHttpImpl
-
- getRequestHttpClient() - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpServiceOkHttpImpl
-
- getRequestHttpClient() - 类 中的方法me.chanjar.weixin.cp.corpgroup.service.impl.WxCpCgServiceApacheHttpClientImpl
-
- getRequestHttpClient() - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpServiceApacheHttpClientImpl
-
- getRequestHttpProxy() - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpServiceApacheHttpClientImpl
-
- getRequestHttpProxy() - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpServiceJoddHttpImpl
-
- getRequestHttpProxy() - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpServiceOkHttpImpl
-
- getRequestHttpProxy() - 类 中的方法me.chanjar.weixin.cp.corpgroup.service.impl.WxCpCgServiceApacheHttpClientImpl
-
- getRequestHttpProxy() - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpServiceApacheHttpClientImpl
-
- getRequestType() - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpServiceApacheHttpClientImpl
-
- getRequestType() - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpServiceJoddHttpImpl
-
- getRequestType() - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpServiceOkHttpImpl
-
- getRequestType() - 类 中的方法me.chanjar.weixin.cp.corpgroup.service.impl.WxCpCgServiceApacheHttpClientImpl
-
- getRequestType() - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpServiceApacheHttpClientImpl
-
- getResult(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExportServiceImpl
-
- getResult(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExportService
-
获取导出结果
请求方式:GET(HTTPS)
请求地址:
getSchoolHealthService() - 类 中的方法me.chanjar.weixin.cp.api.impl.
BaseWxCpServiceImpl
-
- getSchoolHealthService() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取家校应用健康上报的服务类对象
- getSchoolService() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getSchoolService() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取家校应用复学码相关接口的服务类对象
- getSchoolUserInfo(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOAuth2ServiceImpl
-
- getSchoolUserInfo(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpSchoolUserServiceImpl
-
- getSchoolUserInfo(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOAuth2Service
-
获取家校访问用户身份
该接口用于根据code获取家长或者学生信息
请求方式:GET(HTTPS)
请求地址:https://qyapi.weixin.qq.com/cgi-bin/school/getuserinfo?
- getSchoolUserInfo(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpSchoolUserService
-
获取家校访问用户身份
该接口用于根据code获取家长或者学生信息
请求方式:GET(HTTPS)
请求地址:https://qyapi.weixin.qq.com/cgi-bin/school/getuserinfo?
- getSchoolUserService() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getSchoolUserService() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取家校沟通相关接口的服务类对象
- getServicerStatistic(WxCpKfGetServicerStatisticRequest) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpKfServiceImpl
-
- getServicerStatistic(WxCpKfGetServicerStatisticRequest) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpKfService
-
获取「客户数据统计」接待人员明细数据
通过此接口,可获取接入人工会话数、咨询会话数等与接待人员相关的统计信息
请求方式:POST(HTTPS)
请求地址:
getServiceState(String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.
WxCpKfServiceImpl
-
- getServiceState(String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpKfService
-
分配客服会话
获取会话状态
- getSession(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getSession(String, boolean) - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getSession(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取某个sessionId对应的session,如果sessionId没有对应的session,则新建一个并返回。
- getSession(String, boolean) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取某个sessionId对应的session,如果sessionId没有对应的session,若create为true则新建一个,否则返回null。
- getSessionManager() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getSessionManager() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取WxSessionManager 对象
- getSessionManager() - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getSessionManager() - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
获取WxSessionManager 对象
- GetSliceLen(long) - 类 中的静态方法com.tencent.wework.Finance
-
获取slice内容长度
- getStatistics(int) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpMessageServiceImpl
-
- getStatistics(int) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpMessageService
-
查询应用消息发送统计
请求方式:POST(HTTPS)
请求地址:https://qyapi.weixin.qq.com/cgi-bin/message/get_statistics?
- getStudentCustomizeHealthInfo(String, String, Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpSchoolServiceImpl
-
- getStudentCustomizeHealthInfo(String, String, Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpSchoolService
-
获取学生健康信息
请求方式: POST(HTTPS)
请求地址: https://qyapi.weixin.qq.com/cgi-bin/school/user/get_student_customize_health_info?
- getSubscribeMode() - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpSchoolUserServiceImpl
-
- getSubscribeMode() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpSchoolUserService
-
获取关注「学校通知」的模式
可通过此接口获取家长关注「学校通知」的模式:“可扫码填写资料加入”或“禁止扫码填写资料加入”
请求方式:GET(HTTPS)
请求地址:https://qyapi.weixin.qq.com/cgi-bin/externalcontact/get_subscribe_mode?
- getSubscribeQrCode() - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpSchoolUserServiceImpl
-
- getSubscribeQrCode() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpSchoolUserService
-
获取「学校通知」二维码
学校可通过此接口获取「学校通知」二维码,家长可通过扫描此二维码关注「学校通知」并接收学校推送的消息。
- getSuiteAccessToken() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- getSuiteAccessToken() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
第三方应用的suite access token相关
- getSuiteAccessToken() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
第三方应用的suite access token相关
- getSuiteAccessToken() - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getSuiteAccessToken(boolean) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpServiceApacheHttpClientImpl
-
- getSuiteAccessToken() - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
获取suite_access_token, 不强制刷新suite_access_token
- getSuiteAccessToken(boolean) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
获取suite_access_token,本方法线程安全
且在多线程同时刷新时只刷新一次,避免超出2000次/日的调用次数上限
另:本service的所有方法都会在suite_access_token过期是调用此方法
程序员在非必要情况下尽量不要主动调用此方法
详情请见: https://work.weixin.qq.com/api/doc#90001/90143/90600
- getSuiteAccessTokenEntity() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- getSuiteAccessTokenEntity() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- getSuiteAccessTokenEntity() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
获取suite_access_token和剩余过期时间
- getSuiteAccessTokenEntity() - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getSuiteAccessTokenEntity(boolean) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getSuiteAccessTokenEntity() - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
获取suite_access_token和剩余过期时间, 不强制刷新suite_access_token
- getSuiteAccessTokenEntity(boolean) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
获取suite_access_token和剩余过期时间, 支持强制刷新suite_access_token
- getSuiteAccessTokenLock() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- getSuiteAccessTokenLock() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- getSuiteAccessTokenLock() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
Gets suite access token lock.
- getSuiteId() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- getSuiteId() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
第三方应用的其他配置,来自于企微配置
- getSuiteId() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
第三方应用的其他配置,来自于企微配置
- getSuiteJsApiTicket(String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getSuiteJsApiTicket(String, boolean) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getSuiteJsApiTicket(String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
获取应用的 jsapi ticket
- getSuiteJsApiTicket(String, boolean) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
获取应用的 jsapi ticket, 支持强制刷新
- getSuiteJsapiTicketLock(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- getSuiteJsapiTicketLock(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- getSuiteJsapiTicketLock(String) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
Gets suite jsapi ticket lock.
- getSuiteSecret() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- getSuiteSecret() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- getSuiteSecret() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
Gets suite secret.
- getSuiteTicket() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- getSuiteTicket() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
第三方应用的suite ticket相关
- getSuiteTicket() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
第三方应用的suite ticket相关
- getSuiteTicket() - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getSuiteTicket(boolean) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getSuiteTicket() - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
获得suite_ticket,不强制刷新suite_ticket
- getSuiteTicket(boolean) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
- getSuiteTicketExpiresTime() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
已过时。
- getTagService() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getTagService() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取标签相关接口的服务类对象
- getTaskCardService() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getTaskCardService() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取任务卡片服务
- getTaskResult(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getTaskResult(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取异步任务结果
- getTeacherCustomizeHealthInfo(String, String, Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpSchoolServiceImpl
-
- getTeacherCustomizeHealthInfo(String, String, Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpSchoolService
-
获取老师健康信息
请求方式: POST(HTTPS)
请求地址: https://qyapi.weixin.qq.com/cgi-bin/school/user/get_teacher_customize_health_info?
- getTemplateDetail(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaServiceImpl
-
- getTemplateDetail(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaService
-
获取审批模板详情
- getTemplateDetail(String, String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpOAServiceImpl
-
- getTemplateDetail(String, String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpOAService
-
获取审批模板详情
- getTfaInfo(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOAuth2ServiceImpl
-
- getTfaInfo(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOAuth2Service
-
获取用户二次验证信息
api: https://qyapi.weixin.qq.com/cgi-bin/auth/get_tfa_info?
- getTitle() - 类 中的方法me.chanjar.weixin.cp.bean.message.WxCpXmlOutVideoMessage
-
Gets title.
- getTmpDirFile() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
Gets tmp dir file.
- getTmpDirFile() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- getTmpDirFile() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- getTmpDirFile() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- getTmpDirFile() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- getTmpDirFile() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
Gets tmp dir file.
- getTmpDirFile() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
已过时。
- getTmpDirFile() - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
Gets tmp dir file.
- getToken() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- getToken() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- getToken() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- getToken() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- getToken() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
Gets token.
- getToken() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
Gets token.
- getTrade(String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpSchoolServiceImpl
-
- getTrade(String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpSchoolService
-
获取订单详情
请求方式: POST(HTTPS)
请求地址: https://qyapi.weixin.qq.com/cgi-bin/school/get_trade?
- getUnwatchStat(String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpSchoolServiceImpl
-
- getUnwatchStat(String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpSchoolService
-
获取未观看直播统计
通过该接口可以获取未观看直播的学生统计,学生的家长必须是已经关注「学校通知」才会纳入统计范围。
- getUpgradeServiceConfig() - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpKfServiceImpl
-
- getUpgradeServiceConfig() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpKfService
-
获取配置的专员与客户群
- getUser(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpSchoolUserServiceImpl
-
- getUser(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpSchoolUserService
-
读取学生或家长
请求方式:GET(HTTPS)
请求地址:https://qyapi.weixin.qq.com/cgi-bin/school/user/get?
- getUserAllLivingId(String, String, Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpLivingServiceImpl
-
- getUserAllLivingId(String, String, Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpSchoolServiceImpl
-
- getUserAllLivingId(String, String, Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpLivingService
-
获取成员直播ID列表
通过此接口可以获取指定成员的所有直播ID
请求方式:POST(HTTPS)
请求地址:https://qyapi.weixin.qq.com/cgi-bin/living/get_user_all_livingid?
- getUserAllLivingId(String, String, Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpSchoolService
-
获取老师直播ID列表
通过此接口可以获取指定老师的所有直播ID
请求方式:POST(HTTPS)
请求地址:https://qyapi.weixin.qq.com/cgi-bin/living/get_user_all_livingid?
- getUserBehaviorStatistic(Date, Date, String[], String[]) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- getUserBehaviorStatistic(Date, Date, String[], String[]) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
企业可通过此接口获取成员联系客户的数据,包括发起申请数、新增客户数、聊天数、发送消息数和删除/拉黑成员的客户数等指标。
- getUserDetail(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOAuth2ServiceImpl
-
- getUserDetail(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOAuth2Service
-
使用user_ticket获取成员详情.
- getUserDetail3rd(String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getUserDetail3rd(String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
- getUserId(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpUserServiceImpl
-
- getUserId(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpUserService
-
通过手机号获取其所对应的userid。
- getUserId(String, String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpUserServiceImpl
-
- getUserId(String, String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpUserService
-
通过手机号获取其所对应的userid。
- getUserIdByEmail(String, int) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpUserServiceImpl
-
- getUserIdByEmail(String, int) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpUserService
-
通过邮箱获取其所对应的userid。
- getUserInfo(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOAuth2ServiceImpl
-
- getUserInfo(Integer, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOAuth2ServiceImpl
-
- getUserInfo(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpSchoolUserServiceImpl
-
- getUserInfo(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOAuth2Service
-
用oauth2获取用户信息
http://qydev.weixin.qq.com/wiki/index.php?
- getUserInfo(Integer, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOAuth2Service
-
根据code获取成员信息
http://qydev.weixin.qq.com/wiki/index.php?
- getUserInfo(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpSchoolUserService
-
获取访问用户身份
该接口用于根据code获取成员信息
请求方式:GET(HTTPS)
请求地址:https://qyapi.weixin.qq.com/cgi-bin/user/getuserinfo?
- getUserInfo3rd(String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getUserInfo3rd(String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
获取访问用户身份
- getUserList(Integer, Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpSchoolUserServiceImpl
-
- getUserList(Integer, Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpSchoolUserService
-
获取部门成员详情
请求方式:GET(HTTPS)
请求地址:https://qyapi.weixin.qq.com/cgi-bin/school/user/list?
- getUserListId(String, Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpUserServiceImpl
-
- getUserListId(String, Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpUserService
-
获取成员ID列表
获取企业成员的userid与对应的部门ID列表,预计于2022年8月8号发布。
- getUserListParent(Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpSchoolUserServiceImpl
-
- getUserListParent(Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpSchoolUserService
-
获取部门家长详情
请求方式:GET(HTTPS)
请求地址:https://qyapi.weixin.qq.com/cgi-bin/school/user/list_parent?
- getUserMeetingIds(String, String, Integer, Long, Long) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpMeetingServiceImpl
-
- getUserMeetingIds(String, String, Integer, Long, Long) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpMeetingService
-
获取成员会议ID列表
该接口用于获取指定成员指定时间内的会议ID列表。
- getUserService() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getUserService() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取用户相关接口的服务类对象
- getUserVacationQuota(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaServiceImpl
-
- getUserVacationQuota(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaService
-
获取成员假期余额
企业可通过审批应用或自建应用Secret调用本接口,获取可见范围内各个员工的假期余额数据。
- getWatchStat(String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpLivingServiceImpl
-
- getWatchStat(String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpSchoolServiceImpl
-
- getWatchStat(String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpLivingService
-
获取直播观看明细
通过该接口可以获取所有观看直播的人员统计
请求方式:POST(HTTPS)
请求地址:https://qyapi.weixin.qq.com/cgi-bin/living/get_watch_stat?
- getWatchStat(String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpSchoolService
-
获取观看直播统计
通过该接口可以获取所有观看直播的人员统计
请求方式:POST(HTTPS)
请求地址:https://qyapi.weixin.qq.com/cgi-bin/school/living/get_watch_stat?
- getWebhookKey() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- getWebhookKey() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- getWebhookKey() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
获取群机器人webhook的key
- getWorkBenchService() - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- getWorkBenchService() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取工作台服务
- getWorkBenchTemplate(Long) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpAgentWorkBenchServiceImpl
-
- getWorkBenchTemplate(Long) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpAgentWorkBenchService
-
Gets work bench template.
- getWxCpConfigStorage() - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpServiceApacheHttpClientImpl
-
- getWxCpConfigStorage() - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpServiceJoddHttpImpl
-
- getWxCpConfigStorage() - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpServiceOkHttpImpl
-
- getWxCpConfigStorage() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
获取WxCpConfigStorage 对象
- getWxCpCorpGroupConfigStorage() - 类 中的方法me.chanjar.weixin.cp.corpgroup.service.impl.BaseWxCpCgServiceImpl
-
- getWxCpCorpGroupConfigStorage() - 接口 中的方法me.chanjar.weixin.cp.corpgroup.service.WxCpCgService
-
- getWxCpProviderToken() - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getWxCpProviderToken() - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
获取服务商providerToken
- getWxCpProviderTokenEntity() - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getWxCpProviderTokenEntity(boolean) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getWxCpProviderTokenEntity() - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
获取服务商providerToken和剩余过期时间
- getWxCpProviderTokenEntity(boolean) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
获取服务商providerToken和剩余过期时间,支持强制刷新
- getWxCpTpConfigStorage() - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpServiceApacheHttpClientImpl
-
- getWxCpTpConfigStorage() - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
- getWxCpTpContactService() - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getWxCpTpContactService() - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
get contact service
- getWxCpTpDepartmentService() - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getWxCpTpDepartmentService() - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
get department service
- getWxCpTpEditionService() - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getWxCpTpEditionService() - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
获取应用版本付费版本相关接口服务
- getWxCpTpIdConverService() - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getWxCpTpIdConverService() - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
- getWxCpTpLicenseService() - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getWxCpTpLicenseService() - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
get license service
- getWxCpTpMediaService() - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getWxCpTpMediaService() - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
get media service
- getWxCpTpOAService() - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getWxCpTpOAService() - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
get oa service
- getWxCpTpOAuth2Service() - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getWxCpTpOAuth2Service() - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
构造第三方应用oauth2链接
- getWxCpTpOrderService() - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getWxCpTpOrderService() - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
获取应用版本付费订单相关接口服务
- getWxCpTpUserService() - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- getWxCpTpUserService() - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
get user service
- GIF - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.MsgAuditMediaType.MsgAuditSuffix
-
- globalAccessTokenRefreshLock - 类 中的变量me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
全局的是否正在刷新access token的锁.
- globalAgentJsapiTicketRefreshLock - 类 中的变量me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
全局的是否正在刷新agent的jsapi_ticket的锁.
- globalAuthCorpJsApiTicketRefreshLock - 类 中的变量me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
全局的是否正在刷新auth_corp_jsapi_ticket的锁.
- globalJsapiTicketRefreshLock - 类 中的变量me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
全局的是否正在刷新jsapi_ticket的锁.
- globalJsApiTicketRefreshLock - 类 中的变量me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
全局的是否正在刷新jsapi_ticket的锁.
- globalProviderTokenRefreshLock - 类 中的变量me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
The Global provider token refresh lock.
- globalSuiteAccessTokenRefreshLock - 类 中的变量me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
全局的是否正在刷新access token的锁.
- globalSuiteTicketRefreshLock - 类 中的变量me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
全局刷新suite ticket的锁
- GROUP_CHAT_INFO - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant GROUP_CHAT_INFO.
- GROUP_CHAT_LIST - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant GROUP_CHAT_LIST.
- GROUP_CHAT_ONJOB_TRANSFER - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant GROUP_CHAT_ONJOB_TRANSFER.
- GROUP_CHAT_TRANSFER - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant GROUP_CHAT_TRANSFER.
- GROUP_WELCOME_TEMPLATE_ADD - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant GROUP_WELCOME_TEMPLATE_ADD.
- GROUP_WELCOME_TEMPLATE_DEL - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant GROUP_WELCOME_TEMPLATE_DEL.
- GROUP_WELCOME_TEMPLATE_EDIT - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant GROUP_WELCOME_TEMPLATE_EDIT.
- GROUP_WELCOME_TEMPLATE_GET - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant GROUP_WELCOME_TEMPLATE_GET.
- GroupAdmin() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpUserExternalGroupChatInfo.GroupAdmin
-
- GroupChat() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpUserExternalGroupChatInfo.GroupChat
-
- GroupChatFailedTransfer() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpUserExternalGroupChatTransferResp.GroupChatFailedTransfer
-
- GroupchatRange() - 类 的构造器me.chanjar.weixin.cp.bean.kf.WxCpKfServiceUpgradeConfigResp.GroupchatRange
-
- GroupMember() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpUserExternalGroupChatInfo.GroupMember
-
- GroupRobotMsgType() - 类 的构造器me.chanjar.weixin.cp.constant.WxCpConsts.GroupRobotMsgType
-
H
- handle(WxCpXmlMessage, Map<String, Object>, WxCpService, WxSessionManager) - 接口 中的方法me.chanjar.weixin.cp.message.WxCpMessageHandler
-
Handle wx cp xml out message.
- handle(WxCpTpXmlMessage, Map<String, Object>, WxCpTpService, WxSessionManager) - 接口 中的方法me.chanjar.weixin.cp.tp.message.WxCpTpMessageHandler
-
Handle wx cp xml out message.
- handler(WxCpMessageHandler) - 类 中的方法me.chanjar.weixin.cp.message.WxCpMessageRouterRule
-
设置微信消息处理器
- handler(WxCpMessageHandler, WxCpMessageHandler...) - 类 中的方法me.chanjar.weixin.cp.message.WxCpMessageRouterRule
-
设置微信消息处理器
- handler(WxCpTpMessageHandler) - 类 中的方法me.chanjar.weixin.cp.tp.message.WxCpTpMessageRouterRule
-
设置微信消息处理器
- handler(WxCpTpMessageHandler, WxCpTpMessageHandler...) - 类 中的方法me.chanjar.weixin.cp.tp.message.WxCpTpMessageRouterRule
-
设置微信消息处理器
- HealthInfo() - 类 的构造器me.chanjar.weixin.cp.bean.school.WxCpCustomizeHealthInfo.HealthInfo
-
- HolidayInfos() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCheckinDayData.HolidayInfos
-
- HorizontalContent - me.chanjar.weixin.cp.bean.templatecard中的类
-
二级标题+文本列表,该字段可为空数组,但有数据的话需确认对应字段是否必填,列表长度不超过6
- HorizontalContent() - 类 的构造器me.chanjar.weixin.cp.bean.templatecard.HorizontalContent
-
- HorizontalContentListDTO() - 类 的构造器me.chanjar.weixin.cp.bean.message.TemplateCardMessage.TemplateCardDTO.HorizontalContentListDTO
-
- horizontalContents(List<HorizontalContent>) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.TemplateCardBuilder
-
Horizontal contents template card builder.
I
- id - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Id.
- id(String) - 类 中的方法me.chanjar.weixin.cp.bean.outxmlbuilder.EventBuilder
-
Id event builder.
- Image - me.chanjar.weixin.cp.bean.external.msg中的类
-
图片消息.
- Image() - 类 的构造器me.chanjar.weixin.cp.bean.external.msg.Image
-
- Image - me.chanjar.weixin.cp.bean.external.product中的类
-
商品画册图片
- Image() - 类 的构造器me.chanjar.weixin.cp.bean.external.product.Image
-
- IMAGE() - 类 中的静态方法me.chanjar.weixin.cp.bean.message.WxCpMessage
-
获得图片消息builder.
- IMAGE() - 类 中的静态方法me.chanjar.weixin.cp.bean.message.WxCpXmlOutMessage
-
获得图片消息builder.
- Image() - 类 的构造器me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Image
-
- IMAGE - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.AppChatMsgType
-
图片消息.
- IMAGE - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.GroupRobotMsgType
-
图片消息.
- IMAGE - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.LinkedCorpMsgType
-
图片消息.
- IMAGE - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.MsgAuditMediaType
-
图片
- IMAGE - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.ProductAttachmentType
-
图片消息.
- IMAGE - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.WelcomeMsgType
-
图片消息.
- IMAGE - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.WorkBenchType
-
The constant IMAGE.
- ImageBuilder - me.chanjar.weixin.cp.bean.messagebuilder中的类
-
获得消息builder
用法: WxCustomMessage m = WxCustomMessage.IMAGE().mediaId(...).toUser(...).build();
- ImageBuilder() - 类 的构造器me.chanjar.weixin.cp.bean.messagebuilder.ImageBuilder
-
Instantiates a new Image builder.
- ImageBuilder - me.chanjar.weixin.cp.bean.outxmlbuilder中的类
-
图片消息builder
- ImageBuilder() - 类 的构造器me.chanjar.weixin.cp.bean.outxmlbuilder.ImageBuilder
-
- imageTextArea(TemplateCardImageTextArea) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.TemplateCardBuilder
-
image_text_area template card builder.
- ImageTextAreaDTO() - 类 的构造器me.chanjar.weixin.cp.bean.message.TemplateCardMessage.TemplateCardDTO.ImageTextAreaDTO
-
- IMG_UPLOAD - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Media
-
The constant IMG_UPLOAD.
- Info() - 类 的构造器me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Info
-
- Info() - 类 的构造器me.chanjar.weixin.cp.bean.msgaudit.WxCpCheckAgreeRequest.Info
-
- infoType - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Info type.
- InfoType() - 类 的构造器me.chanjar.weixin.cp.constant.WxCpTpConsts.InfoType
-
- infoType(String) - 类 中的方法me.chanjar.weixin.cp.tp.message.WxCpTpMessageRouterRule
-
匹配 Message infoType
- Init(long, String, String) - 类 中的静态方法com.tencent.wework.Finance
-
初始化函数
Return值=0表示该API调用成功
- initHttp() - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpServiceApacheHttpClientImpl
-
- initHttp() - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpServiceJoddHttpImpl
-
- initHttp() - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpServiceOkHttpImpl
-
- initHttp() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
初始化http请求对象
- initHttp() - 类 中的方法me.chanjar.weixin.cp.corpgroup.service.impl.WxCpCgServiceApacheHttpClientImpl
-
- initHttp() - 接口 中的方法me.chanjar.weixin.cp.corpgroup.service.WxCpCgService
-
初始化http请求对象
- initHttp() - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpServiceApacheHttpClientImpl
-
- initHttp() - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
初始化http请求对象
- intercept(WxCpXmlMessage, Map<String, Object>, WxCpService, WxSessionManager) - 接口 中的方法me.chanjar.weixin.cp.message.WxCpMessageInterceptor
-
拦截微信消息
- intercept(WxCpTpXmlMessage, Map<String, Object>, WxCpTpService, WxSessionManager) - 接口 中的方法me.chanjar.weixin.cp.tp.message.WxCpTpMessageInterceptor
-
拦截微信消息
- interceptor(WxCpMessageInterceptor) - 类 中的方法me.chanjar.weixin.cp.message.WxCpMessageRouterRule
-
设置微信消息拦截器
- interceptor(WxCpMessageInterceptor, WxCpMessageInterceptor...) - 类 中的方法me.chanjar.weixin.cp.message.WxCpMessageRouterRule
-
设置微信消息拦截器
- interceptor(WxCpTpMessageInterceptor) - 类 中的方法me.chanjar.weixin.cp.tp.message.WxCpTpMessageRouterRule
-
设置微信消息拦截器
- interceptor(WxCpTpMessageInterceptor, WxCpTpMessageInterceptor...) - 类 中的方法me.chanjar.weixin.cp.tp.message.WxCpTpMessageRouterRule
-
设置微信消息拦截器
- invite(List<String>, List<String>, List<String>) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpUserServiceImpl
-
- invite(List<String>, List<String>, List<String>) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpUserService
-
邀请成员.
- invite(List<String>, List<String>, List<String>) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpUserServiceImpl
-
- invite(List<String>, List<String>, List<String>) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpUserService
-
邀请成员.
- Invitor() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpUserExternalGroupChatInfo.Invitor
-
- isAccessTokenExpired() - 类 中的方法me.chanjar.weixin.cp.config.impl.AbstractWxCpInRedisConfigImpl
-
- isAccessTokenExpired() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- isAccessTokenExpired() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- isAccessTokenExpired(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- isAccessTokenExpired(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- isAccessTokenExpired() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
Is access token expired boolean.
- isAccessTokenExpired(String) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
Is access token expired boolean.
- isAgentJsapiTicketExpired() - 类 中的方法me.chanjar.weixin.cp.config.impl.AbstractWxCpInRedisConfigImpl
-
- isAgentJsapiTicketExpired() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- isAgentJsapiTicketExpired() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- isAgentJsapiTicketExpired() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
Is agent jsapi ticket expired boolean.
- isAuthCorpJsApiTicketExpired(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- isAuthCorpJsApiTicketExpired(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- isAuthCorpJsApiTicketExpired(String) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
Is auth corp js api ticket expired boolean.
- isAuthSuiteJsApiTicketExpired(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- isAuthSuiteJsApiTicketExpired(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- isAuthSuiteJsApiTicketExpired(String) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
Is auth suite js api ticket expired boolean.
- isCorpAccessTokenExpired(String, Integer) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupDefaultConfigImpl
-
- isCorpAccessTokenExpired(String, Integer) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupRedissonConfigImpl
-
- isCorpAccessTokenExpired(String, Integer) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpCorpGroupConfigStorage
-
Is access token expired boolean.
- isCorpAccessTokenExpired(String, Integer) - 类 中的方法me.chanjar.weixin.cp.corpgroup.service.impl.BaseWxCpCgServiceImpl
-
- isCorpAccessTokenExpired(String, Integer) - 接口 中的方法me.chanjar.weixin.cp.corpgroup.service.WxCpCgService
-
Is access token expired boolean.
- isJsapiTicketExpired() - 类 中的方法me.chanjar.weixin.cp.config.impl.AbstractWxCpInRedisConfigImpl
-
- isJsapiTicketExpired() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- isJsapiTicketExpired() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- isJsapiTicketExpired() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
Is jsapi ticket expired boolean.
- isLeaderInDept - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Is leader in dept.
- IsMediaDataFinish(long) - 类 中的静态方法com.tencent.wework.Finance
-
Is media data finish int.
- isProviderTokenExpired() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- isProviderTokenExpired() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- isProviderTokenExpired() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
Is provider token expired boolean.
- isSuiteAccessTokenExpired() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- isSuiteAccessTokenExpired() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- isSuiteAccessTokenExpired() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
Is suite access token expired boolean.
- isSuiteTicketExpired() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- isSuiteTicketExpired() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- isSuiteTicketExpired() - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
Is suite ticket expired boolean.
- isWindows() - 类 中的静态方法com.tencent.wework.Finance
-
判断Windows环境
- Item() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage.ApprovalInfo.ApprovalNode.Item
-
已过时。
- Item() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpXmlApprovalInfo.Item
-
- Item() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpXmlMessage.ExtAttr.Item
-
- Item() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpXmlMessage.SendPicsInfo.Item
-
- Item() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpXmlOutNewsMessage.Item
-
- Item() - 类 的构造器me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Mixed.Item
-
- Item() - 类 的构造器me.chanjar.weixin.cp.bean.oa.selfagent.WxCpOpenApprovalData.Item
-
- Item() - 类 的构造器me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileList.Item
-
- Item() - 类 的构造器me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileMove.Item
-
- Item() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCropCheckinOption.Item
-
- Item() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpGetApprovalData.Item
-
- Item() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpSetCheckinSchedule.Item
-
- Item() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTpOpenKfIdConvertResult.Item
-
- Item() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTpTagIdListConvertResult.Item
-
- ItemData() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpUserExternalGroupChatStatistic.ItemData
-
- itemImage - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage.ApprovalInfo.ApprovalNode.Item
-
已过时。
The Item image.
- itemImage - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage.ApprovalInfo.NotifyNode
-
已过时。
The Item image.
- itemName - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage.ApprovalInfo.ApprovalNode.Item
-
已过时。
The Item name.
- itemName - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage.ApprovalInfo.NotifyNode
-
已过时。
The Item name.
- itemOpTime - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage.ApprovalInfo.ApprovalNode.Item
-
已过时。
The Item op time.
- items - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage.ApprovalInfo.ApprovalNode
-
已过时。
The Items.
- items - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpXmlMessage.ExtAttr
-
The Items.
- Items() - 类 的构造器me.chanjar.weixin.cp.bean.oa.selfagent.WxCpOpenApprovalData.Items
-
- itemSpeech - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage.ApprovalInfo.ApprovalNode.Item
-
已过时。
The Item speech.
- itemStatus - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage.ApprovalInfo.ApprovalNode.Item
-
已过时。
The Item status.
- itemUserId - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage.ApprovalInfo.ApprovalNode.Item
-
已过时。
The Item user id.
- itemUserId - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage.ApprovalInfo.NotifyNode
-
已过时。
The Item user id.
J
- JobId - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage.BatchJob
-
The Job id.
- JobInfo() - 类 的构造器me.chanjar.weixin.cp.bean.school.health.WxCpGetReportJobInfo.JobInfo
-
- jobType - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage.BatchJob
-
The Job type.
- joinScene - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Join scene.
- joinScene(String) - 类 中的方法me.chanjar.weixin.cp.bean.outxmlbuilder.EventBuilder
-
Join scene event builder.
- JoinWay() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpGroupJoinWayInfo.JoinWay
-
- JPG - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.MsgAuditMediaType.MsgAuditSuffix
-
- jsapiTicketKey - 类 中的变量me.chanjar.weixin.cp.config.impl.AbstractWxCpInRedisConfigImpl
-
The Jsapi ticket key.
- jsapiTicketLock - 类 中的变量me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
The Jsapi ticket lock.
- jsCode2Session(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- jsCode2Session(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
小程序登录凭证校验
- jsCode2Session(String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- jsCode2Session(String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
小程序登录凭证校验
- JSCODE_TO_SESSION - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts
-
The constant JSCODE_TO_SESSION.
- JSCODE_TO_SESSION - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Tp
-
The constant JSCODE_TO_SESSION.
- JSSDK_MEDIA_GET - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Media
-
The constant JSSDK_MEDIA_GET.
- JumpListDTO() - 类 的构造器me.chanjar.weixin.cp.bean.message.TemplateCardMessage.TemplateCardDTO.JumpListDTO
-
- jumps(List<TemplateCardJump>) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.TemplateCardBuilder
-
Jumps template card builder.
K
- KEYDATA - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.WorkBenchType
-
The constant KEYDATA.
- keyPrefix - 类 中的变量me.chanjar.weixin.cp.config.impl.AbstractWxCpInRedisConfigImpl
-
redis 存储的 key 的前缀,可为空
L
- LateRule() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCheckinGroupBase.LateRule
-
- LICENSE_PAY_SUCCESS - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpTpConsts.InfoType
-
支付成功通知
- LICENSE_REFUND - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpTpConsts.InfoType
-
退款结果通知
- Link() - 类 的构造器me.chanjar.weixin.cp.bean.external.acquisition.WxCpCustomerAcquisitionInfo.Link
-
- Link - me.chanjar.weixin.cp.bean.external.msg中的类
-
图文消息.
- Link() - 类 的构造器me.chanjar.weixin.cp.bean.external.msg.Link
-
- Link() - 类 的构造器me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Link
-
- LINK - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.WelcomeMsgType
-
图文消息.
- LINKEDCORP_MESSAGE_SEND - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Message
-
互联企业发送应用消息
https://developer.work.weixin.qq.com/document/path/90250
- LinkedCorpMsgType() - 类 的构造器me.chanjar.weixin.cp.constant.WxCpConsts.LinkedCorpMsgType
-
- list() - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpAgentServiceImpl
-
- list(Long) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpDepartmentServiceImpl
-
- list() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpAgentService
-
获取应用列表.
- list(Long) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpDepartmentService
-
部门管理接口 - 获取部门列表.
- LIST - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.WorkBenchType
-
The constant LIST.
- list(Long, String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpDepartmentServiceImpl
-
- list(String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpDepartmentServiceImpl
-
- list(Long, String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpDepartmentService
-
部门管理接口 - 获取部门列表.
- list(String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpDepartmentService
-
部门管理接口 - 获取部门列表.
- LIST_ACTIVED_ACCOUNT - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.License
-
The constant LIST_ACTIVED_ACCOUNT.
- LIST_EXTERNAL_CONTACT - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant LIST_EXTERNAL_CONTACT.
- LIST_GROUP_CHAT_DATA - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant LIST_GROUP_CHAT_DATA.
- LIST_ORDER - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.License
-
The constant LIST_ORDER.
- LIST_ORDER_ACCOUNT - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.License
-
The constant LIST_ORDER_ACCOUNT.
- LIST_SHARE_APP_INFO - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.CorpGroup
-
获取应用共享信息
https://developer.work.weixin.qq.com/document/path/93403
- LIST_UNASSIGNED_CONTACT - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant LIST_UNASSIGNED_CONTACT.
- LIST_USER_BEHAVIOR_DATA - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant LIST_USER_BEHAVIOR_DATA.
- listAccount(Integer, Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpKfServiceImpl
-
- listAccount(Integer, Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpKfService
-
获取客服帐号列表,包括所有的客服帐号的客服ID、名称和头像。
- listAll() - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpTagServiceImpl
-
- listAll() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpTagService
-
获得标签列表.
- listAll() - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpTagServiceImpl
-
- listAll() - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpTagService
-
获得标签列表.
- listAppShareInfo(Integer, Integer, String, Integer, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpCorpGroupServiceImpl
-
- listAppShareInfo(Integer, Integer, String, Integer, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpCorpGroupService
-
List app share info list.
- listByCalendar(String, Integer, Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaOaScheduleServiceImpl
-
- listByCalendar(String, Integer, Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaScheduleService
-
获取日历下的日程列表
该接口用于获取指定的日历下的日程列表。
- listByDepartment(Long, Boolean, Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpUserServiceImpl
-
- listByDepartment(Long, Boolean, Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpUserService
-
获取部门成员详情
请求方式:GET(HTTPS)
请求地址:https://qyapi.weixin.qq.com/cgi-bin/user/list?
- listByDepartment(Long, Boolean, Integer, String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpUserServiceImpl
-
- listByDepartment(Long, Boolean, Integer, String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpUserService
-
获取部门成员(详情).
- listDepartment(Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpSchoolUserServiceImpl
-
- listDepartment(Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpSchoolUserService
-
获取部门列表
请求方式:GET(HTTPS)
请求地址:https://qyapi.weixin.qq.com/cgi-bin/school/department/list?
- listExternalContacts(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- listExternalContacts(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
获取客户列表.
- listFollowers() - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- listFollowers() - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
企业和第三方服务商可通过此接口获取配置了客户联系功能的成员(Customer Contact)列表。
- listGroupChat(Integer, Integer, int, String[], String[]) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- listGroupChat(Integer, String, int, String[]) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- listGroupChat(Integer, Integer, int, String[], String[]) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
- listGroupChat(Integer, String, int, String[]) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
该接口用于获取配置过客户群管理的客户群列表。
- listMeetingRoom(WxCpOaMeetingRoom) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaMeetingRoomServiceImpl
-
- listMeetingRoom(WxCpOaMeetingRoom) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaMeetingRoomService
-
查询会议室.
- listServicer(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpKfServiceImpl
-
- listServicer(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpKfService
-
接待人员管理
获取某个客服帐号的接待人员列表
- listSimpleByDepartment(Long, Boolean, Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpUserServiceImpl
-
- listSimpleByDepartment(Long, Boolean, Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpUserService
-
获取部门成员.
- listSimpleByDepartment(Long, Boolean, Integer) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpUserServiceImpl
-
- listSimpleByDepartment(Long, Boolean, Integer) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpUserService
-
获取部门成员.
- listUnassignedList(Integer, String, Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- listUnassignedList(Integer, String, Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
获取待分配的离职成员列表
企业和第三方可通过此接口,获取所有离职成员的客户列表,并可进一步调用分配离职成员的客户接口将这些客户重新分配给其他企业成员。
- listUsersByTagId(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpTagServiceImpl
-
- listUsersByTagId(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpTagService
-
获取标签成员.
- LIVING_STATUS_CHANGE - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.EventType
-
直播回调事件
- livingCancel(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpLivingServiceImpl
-
- livingCancel(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpLivingService
-
取消预约直播
请求方式: POST(HTTPS)
请求地址: https://qyapi.weixin.qq.com/cgi-bin/living/cancel?
- livingCreate(WxCpLivingCreateRequest) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpLivingServiceImpl
-
- livingCreate(WxCpLivingCreateRequest) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpLivingService
-
创建预约直播
请求方式: POST(HTTPS)
请求地址: https://qyapi.weixin.qq.com/cgi-bin/living/create?
- LivingIdResult() - 类 的构造器me.chanjar.weixin.cp.bean.living.WxCpLivingResult.LivingIdResult
-
- LivingInfo() - 类 的构造器me.chanjar.weixin.cp.bean.school.WxCpSchoolLivingInfo.LivingInfo
-
- livingModify(WxCpLivingModifyRequest) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpLivingServiceImpl
-
- livingModify(WxCpLivingModifyRequest) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpLivingService
-
修改预约直播
请求方式: POST(HTTPS)
请求地址: https://qyapi.weixin.qq.com/cgi-bin/living/modify?
- LivingRange() - 类 的构造器me.chanjar.weixin.cp.bean.school.WxCpSchoolLivingInfo.LivingRange
-
- loadingLibraries(List<String>, String) - 类 中的静态方法com.tencent.wework.Finance
-
初始化类库文件
- Location - me.chanjar.weixin.cp.bean.external.msg中的类
-
地理位置
- Location() - 类 的构造器me.chanjar.weixin.cp.bean.external.msg.Location
-
- Location() - 类 的构造器me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Location
-
- Location() - 类 的构造器me.chanjar.weixin.cp.bean.oa.applydata.ContentValue.Location
-
- LOCATION - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.EventType
-
上报地理位置.
- LOCATION_SELECT - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.EventType
-
弹出地理位置选择器的事件推送.
- LocInfo() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCheckinGroupBase.LocInfo
-
- LOCK_KEY - 类 中的静态变量me.chanjar.weixin.cp.config.impl.AbstractWxCpInRedisConfigImpl
-
The constant LOCK_KEY.
- LOCK_KEY - 类 中的静态变量me.chanjar.weixin.cp.config.impl.WxCpCorpGroupRedissonConfigImpl
-
The constant LOCK_KEY.
- LOCK_KEY - 类 中的静态变量me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
The constant LOCK_KEY.
- LOCKER_ACCESS_TOKEN - 类 中的静态变量me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
The constant LOCKER_ACCESS_TOKEN.
- LOCKER_CORP_ACCESS_TOKEN - 类 中的静态变量me.chanjar.weixin.cp.config.impl.WxCpCorpGroupRedissonConfigImpl
-
The constant LOCKER_CORP_ACCESS_TOKEN.
- LOCKER_CORP_JSAPI_TICKET - 类 中的静态变量me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
The constant LOCKER_CORP_JSAPI_TICKET.
- LOCKER_PROVIDER_ACCESS_TOKEN - 类 中的静态变量me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
The constant LOCKER_PROVIDER_ACCESS_TOKEN.
- LOCKER_SUITE_ACCESS_TOKEN - 类 中的静态变量me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
The constant LOCKER_SUITE_ACCESS_TOKEN.
- LOCKER_SUITE_JSAPI_TICKET - 类 中的静态变量me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
The constant LOCKER_SUITE_JSAPI_TICKET.
- lockKey - 类 中的变量me.chanjar.weixin.cp.config.impl.AbstractWxCpInRedisConfigImpl
-
The Lock key.
M
- MA_TRANSFER_SESSION - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.CorpGroup
-
获取下级/下游企业小程序session
https://developer.work.weixin.qq.com/document/path/93355
- mainDepartment - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Main department.
- mainTitleDesc(String) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.TemplateCardBuilder
-
Main title desc template card builder.
- MainTitleDTO() - 类 的构造器me.chanjar.weixin.cp.bean.message.TemplateCardMessage.TemplateCardDTO.MainTitleDTO
-
- mainTitleTitle(String) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.TemplateCardBuilder
-
Main title title template card builder.
- MARK_TAG - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant MARK_TAG.
- MARKDOWN() - 类 中的静态方法me.chanjar.weixin.cp.bean.message.WxCpMessage
-
获得markdown消息builder.
- MARKDOWN - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.AppChatMsgType
-
markdown消息.
- MARKDOWN - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.GroupRobotMsgType
-
markdown消息.
- MARKDOWN - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.LinkedCorpMsgType
-
markdown消息.
- MarkdownMsgBuilder - me.chanjar.weixin.cp.bean.messagebuilder中的类
-
markdown类型的消息builder
Created by Binary Wang on 2019/1/20.
- MarkdownMsgBuilder() - 类 的构造器me.chanjar.weixin.cp.bean.messagebuilder.MarkdownMsgBuilder
-
Instantiates a new Markdown msg builder.
- markTag(String, String, String[], String[]) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- markTag(String, String, String[], String[]) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
企业可通过此接口为指定成员的客户添加上由企业统一配置的标签。
- match(WxCpXmlMessage) - 接口 中的方法me.chanjar.weixin.cp.message.WxCpMessageMatcher
-
消息是否匹配某种模式
- match(WxCpTpXmlMessage) - 接口 中的方法me.chanjar.weixin.cp.tp.message.WxCpTpMessageMatcher
-
消息是否匹配某种模式
- matcher(WxCpMessageMatcher) - 类 中的方法me.chanjar.weixin.cp.message.WxCpMessageRouterRule
-
如果消息匹配某个matcher,用在用户需要自定义更复杂的匹配规则的时候
- matcher(WxCpTpMessageMatcher) - 类 中的方法me.chanjar.weixin.cp.tp.message.WxCpTpMessageRouterRule
-
如果消息匹配某个matcher,用在用户需要自定义更复杂的匹配规则的时候
- me.chanjar.weixin.cp.api - 程序包 me.chanjar.weixin.cp.api
-
- me.chanjar.weixin.cp.api.impl - 程序包 me.chanjar.weixin.cp.api.impl
-
- me.chanjar.weixin.cp.bean - 程序包 me.chanjar.weixin.cp.bean
-
- me.chanjar.weixin.cp.bean.article - 程序包 me.chanjar.weixin.cp.bean.article
-
- me.chanjar.weixin.cp.bean.corpgroup - 程序包 me.chanjar.weixin.cp.bean.corpgroup
-
- me.chanjar.weixin.cp.bean.export - 程序包 me.chanjar.weixin.cp.bean.export
-
- me.chanjar.weixin.cp.bean.external - 程序包 me.chanjar.weixin.cp.bean.external
-
- me.chanjar.weixin.cp.bean.external.acquisition - 程序包 me.chanjar.weixin.cp.bean.external.acquisition
-
- me.chanjar.weixin.cp.bean.external.contact - 程序包 me.chanjar.weixin.cp.bean.external.contact
-
- me.chanjar.weixin.cp.bean.external.interceptrule - 程序包 me.chanjar.weixin.cp.bean.external.interceptrule
-
- me.chanjar.weixin.cp.bean.external.moment - 程序包 me.chanjar.weixin.cp.bean.external.moment
-
- me.chanjar.weixin.cp.bean.external.msg - 程序包 me.chanjar.weixin.cp.bean.external.msg
-
- me.chanjar.weixin.cp.bean.external.product - 程序包 me.chanjar.weixin.cp.bean.external.product
-
- me.chanjar.weixin.cp.bean.kf - 程序包 me.chanjar.weixin.cp.bean.kf
-
- me.chanjar.weixin.cp.bean.kf.msg - 程序包 me.chanjar.weixin.cp.bean.kf.msg
-
- me.chanjar.weixin.cp.bean.license - 程序包 me.chanjar.weixin.cp.bean.license
-
- me.chanjar.weixin.cp.bean.license.account - 程序包 me.chanjar.weixin.cp.bean.license.account
-
- me.chanjar.weixin.cp.bean.license.order - 程序包 me.chanjar.weixin.cp.bean.license.order
-
- me.chanjar.weixin.cp.bean.linkedcorp - 程序包 me.chanjar.weixin.cp.bean.linkedcorp
-
- me.chanjar.weixin.cp.bean.living - 程序包 me.chanjar.weixin.cp.bean.living
-
- me.chanjar.weixin.cp.bean.message - 程序包 me.chanjar.weixin.cp.bean.message
-
- me.chanjar.weixin.cp.bean.messagebuilder - 程序包 me.chanjar.weixin.cp.bean.messagebuilder
-
- me.chanjar.weixin.cp.bean.msgaudit - 程序包 me.chanjar.weixin.cp.bean.msgaudit
-
- me.chanjar.weixin.cp.bean.oa - 程序包 me.chanjar.weixin.cp.bean.oa
-
- me.chanjar.weixin.cp.bean.oa.applydata - 程序包 me.chanjar.weixin.cp.bean.oa.applydata
-
- me.chanjar.weixin.cp.bean.oa.calendar - 程序包 me.chanjar.weixin.cp.bean.oa.calendar
-
- me.chanjar.weixin.cp.bean.oa.meeting - 程序包 me.chanjar.weixin.cp.bean.oa.meeting
-
- me.chanjar.weixin.cp.bean.oa.meetingroom - 程序包 me.chanjar.weixin.cp.bean.oa.meetingroom
-
- me.chanjar.weixin.cp.bean.oa.selfagent - 程序包 me.chanjar.weixin.cp.bean.oa.selfagent
-
- me.chanjar.weixin.cp.bean.oa.templatedata - 程序包 me.chanjar.weixin.cp.bean.oa.templatedata
-
- me.chanjar.weixin.cp.bean.oa.templatedata.control - 程序包 me.chanjar.weixin.cp.bean.oa.templatedata.control
-
- me.chanjar.weixin.cp.bean.oa.wedrive - 程序包 me.chanjar.weixin.cp.bean.oa.wedrive
-
- me.chanjar.weixin.cp.bean.order - 程序包 me.chanjar.weixin.cp.bean.order
-
- me.chanjar.weixin.cp.bean.outxmlbuilder - 程序包 me.chanjar.weixin.cp.bean.outxmlbuilder
-
- me.chanjar.weixin.cp.bean.school - 程序包 me.chanjar.weixin.cp.bean.school
-
- me.chanjar.weixin.cp.bean.school.health - 程序包 me.chanjar.weixin.cp.bean.school.health
-
- me.chanjar.weixin.cp.bean.school.user - 程序包 me.chanjar.weixin.cp.bean.school.user
-
- me.chanjar.weixin.cp.bean.taskcard - 程序包 me.chanjar.weixin.cp.bean.taskcard
-
- me.chanjar.weixin.cp.bean.templatecard - 程序包 me.chanjar.weixin.cp.bean.templatecard
-
- me.chanjar.weixin.cp.bean.user - 程序包 me.chanjar.weixin.cp.bean.user
-
- me.chanjar.weixin.cp.bean.workbench - 程序包 me.chanjar.weixin.cp.bean.workbench
-
- me.chanjar.weixin.cp.config - 程序包 me.chanjar.weixin.cp.config
-
- me.chanjar.weixin.cp.config.impl - 程序包 me.chanjar.weixin.cp.config.impl
-
- me.chanjar.weixin.cp.constant - 程序包 me.chanjar.weixin.cp.constant
-
- me.chanjar.weixin.cp.corpgroup.service - 程序包 me.chanjar.weixin.cp.corpgroup.service
-
- me.chanjar.weixin.cp.corpgroup.service.impl - 程序包 me.chanjar.weixin.cp.corpgroup.service.impl
-
- me.chanjar.weixin.cp.message - 程序包 me.chanjar.weixin.cp.message
-
- me.chanjar.weixin.cp.tp.message - 程序包 me.chanjar.weixin.cp.tp.message
-
- me.chanjar.weixin.cp.tp.service - 程序包 me.chanjar.weixin.cp.tp.service
-
- me.chanjar.weixin.cp.tp.service.impl - 程序包 me.chanjar.weixin.cp.tp.service.impl
-
- me.chanjar.weixin.cp.util.crypto - 程序包 me.chanjar.weixin.cp.util.crypto
-
- me.chanjar.weixin.cp.util.json - 程序包 me.chanjar.weixin.cp.util.json
-
- me.chanjar.weixin.cp.util.xml - 程序包 me.chanjar.weixin.cp.util.xml
-
- MEDIA_GET - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Media
-
The constant MEDIA_GET.
- MEDIA_UPLOAD - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Media
-
The constant MEDIA_UPLOAD.
- mediaId - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Media id.
- mediaId(String) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.FileBuilder
-
Media id file builder.
- mediaId(String) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.ImageBuilder
-
Media id image builder.
- mediaId(String) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.MpnewsBuilder
-
Media id mpnews builder.
- mediaId(String) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.VideoBuilder
-
Media id video builder.
- mediaId(String) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.VoiceBuilder
-
Media id voice builder.
- mediaId(String) - 类 中的方法me.chanjar.weixin.cp.bean.outxmlbuilder.ImageBuilder
-
Media id image builder.
- mediaId(String) - 类 中的方法me.chanjar.weixin.cp.bean.outxmlbuilder.VideoBuilder
-
Media id video builder.
- mediaId(String) - 类 中的方法me.chanjar.weixin.cp.bean.outxmlbuilder.VoiceBuilder
-
Media id voice builder.
- Meeting() - 类 的构造器me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Meeting
-
- MEETING_ADD - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
会议
https://developer.work.weixin.qq.com/document/path/93626
- MEETING_CANCEL - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant MEETING_CANCEL.
- MEETING_DETAIL - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant MEETING_DETAIL.
- MEETING_UPDATE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant MEETING_UPDATE.
- MEETING_VOICE_CALL - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.MsgAuditMediaType
-
音频存档消息
- MEETINGROOM_ADD - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
会议室
https://developer.work.weixin.qq.com/document/path/93624
- MEETINGROOM_DEL - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant MEETINGROOM_DEL.
- MEETINGROOM_EDIT - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant MEETINGROOM_EDIT.
- MEETINGROOM_LIST - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant MEETINGROOM_LIST.
- MeetingVoiceCall() - 类 的构造器me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.MeetingVoiceCall
-
- Member() - 类 的构造器me.chanjar.weixin.cp.bean.msgaudit.WxCpGroupChat.Member
-
- Member() - 类 的构造器me.chanjar.weixin.cp.bean.oa.applydata.ContentValue.Member
-
- Member() - 类 的构造器me.chanjar.weixin.cp.bean.oa.meeting.WxCpMeeting.Attendees.Member
-
- MemberRange() - 类 的构造器me.chanjar.weixin.cp.bean.kf.WxCpKfServiceUpgradeConfigResp.MemberRange
-
- memChangeCnt - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Mem change cnt.
- memChangeCnt(String) - 类 中的方法me.chanjar.weixin.cp.bean.outxmlbuilder.EventBuilder
-
Mem change cnt event builder.
- MENU_CREATE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Menu
-
The constant MENU_CREATE.
- MENU_DELETE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Menu
-
The constant MENU_DELETE.
- MENU_GET - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Menu
-
The constant MENU_GET.
- MenuClick() - 类 的构造器me.chanjar.weixin.cp.bean.kf.msg.WxCpKfMenuMsg.MenuClick
-
- MenuText() - 类 的构造器me.chanjar.weixin.cp.bean.kf.msg.WxCpKfMenuMsg.MenuText
-
- MenuView() - 类 的构造器me.chanjar.weixin.cp.bean.kf.msg.WxCpKfMenuMsg.MenuView
-
- MESSAGE_RECALL - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Message
-
撤回应用消息
https://developer.work.weixin.qq.com/document/path/94867
- MESSAGE_SEND - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Message
-
发送应用消息
- MiniProgram() - 类 的构造器me.chanjar.weixin.cp.bean.external.contact.ExternalContact.ExternalAttribute.MiniProgram
-
- MiniProgram - me.chanjar.weixin.cp.bean.external.msg中的类
-
小程序消息.
- MiniProgram() - 类 的构造器me.chanjar.weixin.cp.bean.external.msg.MiniProgram
-
- MiniProgram() - 类 的构造器me.chanjar.weixin.cp.bean.kf.msg.WxCpKfMenuMsg.MiniProgram
-
- MiniProgram() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpExternalContact.MiniProgram
-
- MiniProgram() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpUserExternalContactInfo.ExternalAttribute.MiniProgram
-
- MINIPROGRAM - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.WelcomeMsgType
-
小程序消息.
- MINIPROGRAM_NOTICE - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.LinkedCorpMsgType
-
小程序通知消息.
- MiniProgramNoticeMsgBuilder - me.chanjar.weixin.cp.bean.messagebuilder中的类
-
miniprogram_notice 类型的消息 builder
Created by Binary Wang on 2019/6/16.
- MiniProgramNoticeMsgBuilder() - 类 的构造器me.chanjar.weixin.cp.bean.messagebuilder.MiniProgramNoticeMsgBuilder
-
Instantiates a new Mini program notice msg builder.
- Mixed() - 类 的构造器me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Mixed
-
- mobile - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Mobile.
- MODIFY - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Living
-
The constant MODIFY.
- MODIFY_CALENDAR - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.EventType
-
修改日历事件
- MODIFY_SCHEDULE - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.EventType
-
修改日程事件
- MomentInfo - me.chanjar.weixin.cp.bean.external.moment中的类
-
The type Moment info.
- MomentInfo() - 类 的构造器me.chanjar.weixin.cp.bean.external.moment.MomentInfo
-
- MomentTaskItem() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpGetMomentTask.MomentTaskItem
-
- MP4 - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.MsgAuditMediaType.MsgAuditSuffix
-
- MPNEWS() - 类 中的静态方法me.chanjar.weixin.cp.bean.message.WxCpMessage
-
获得mpnews图文消息builder.
- MPNEWS - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.AppChatMsgType
-
图文消息(点击跳转到图文消息页面).
- MPNEWS - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.LinkedCorpMsgType
-
图文消息(点击跳转到图文消息页面).
- MpnewsArticle - me.chanjar.weixin.cp.bean.article中的类
-
Created by BinaryWang on 2017/3/27.
- MpnewsArticle() - 类 的构造器me.chanjar.weixin.cp.bean.article.MpnewsArticle
-
- MpnewsBuilder - me.chanjar.weixin.cp.bean.messagebuilder中的类
-
mpnews类型的图文消息builder
用法:
WxCustomMessage m = WxCustomMessage.MPNEWS().addArticle(article).toUser(...).build();
- MpnewsBuilder() - 类 的构造器me.chanjar.weixin.cp.bean.messagebuilder.MpnewsBuilder
-
Instantiates a new Mpnews builder.
- MSG_AUDIT_APPROVED - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.MsgAuditChangeType
-
The constant MSG_AUDIT_APPROVED.
- MSGAUDIT_NOTIFY - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.EventType
-
产生会话回调事件
- MsgAuditChangeType() - 类 的构造器me.chanjar.weixin.cp.constant.WxCpConsts.MsgAuditChangeType
-
- MsgAuditMediaType() - 类 的构造器me.chanjar.weixin.cp.constant.WxCpConsts.MsgAuditMediaType
-
- MsgAuditSuffix() - 类 的构造器me.chanjar.weixin.cp.constant.WxCpConsts.MsgAuditMediaType.MsgAuditSuffix
-
- msgEncrypt - 类 中的变量me.chanjar.weixin.cp.bean.WxCpTpXmlPackage
-
The Msg encrypt.
- msgId - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Msg id.
- msgType - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Msg type.
- msgType - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpXmlOutMessage
-
The Msg type.
- msgType - 类 中的变量me.chanjar.weixin.cp.bean.messagebuilder.BaseBuilder
-
The Msg type.
- msgType(String) - 类 中的方法me.chanjar.weixin.cp.message.WxCpMessageRouterRule
-
如果msgType等于某值
- msgType(String) - 类 中的方法me.chanjar.weixin.cp.tp.message.WxCpTpMessageRouterRule
-
如果msgType等于某值
- MultipleSelect - me.chanjar.weixin.cp.bean.templatecard中的类
-
下拉式的选择器列表,multiple_interaction类型的卡片该字段不可为空,一个消息最多支持 3 个选择器
- MultipleSelect() - 类 的构造器me.chanjar.weixin.cp.bean.templatecard.MultipleSelect
-
N
- name - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Name.
- NewArticle - me.chanjar.weixin.cp.bean.article中的类
-
Created by BinaryWang on 2017/3/27.
- NewArticle() - 类 的构造器me.chanjar.weixin.cp.bean.article.NewArticle
-
- NewExternalUserIdInfo() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpNewExternalUserIdList.NewExternalUserIdInfo
-
- NewMediaData() - 类 中的静态方法com.tencent.wework.Finance
-
New media data long.
- newMiniProgramNoticeBuilder() - 类 中的静态方法me.chanjar.weixin.cp.bean.message.WxCpMessage
-
获得小程序通知消息builder.
- NEWS() - 类 中的静态方法me.chanjar.weixin.cp.bean.message.WxCpMessage
-
获得图文消息builder.
- NEWS() - 类 中的静态方法me.chanjar.weixin.cp.bean.message.WxCpXmlOutMessage
-
获得图文消息builder.
- NEWS - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.AppChatMsgType
-
图文消息(点击跳转到外链).
- NEWS - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.GroupRobotMsgType
-
图文消息(点击跳转到外链).
- NEWS - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.LinkedCorpMsgType
-
图文消息(点击跳转到外链).
- NewsBuilder - me.chanjar.weixin.cp.bean.messagebuilder中的类
-
图文消息builder
用法:
WxCustomMessage m = WxCustomMessage.NEWS().addArticle(article).toUser(...).build();
- NewsBuilder() - 类 的构造器me.chanjar.weixin.cp.bean.messagebuilder.NewsBuilder
-
Instantiates a new News builder.
- NewsBuilder - me.chanjar.weixin.cp.bean.outxmlbuilder中的类
-
图文消息builder
- NewsBuilder() - 类 的构造器me.chanjar.weixin.cp.bean.outxmlbuilder.NewsBuilder
-
- NewSdk() - 类 中的静态方法com.tencent.wework.Finance
-
New sdk long.
- NewsItem() - 类 的构造器me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.NewsItem
-
- NewSlice() - 类 中的静态方法com.tencent.wework.Finance
-
New slice long.
- next() - 类 中的方法me.chanjar.weixin.cp.message.WxCpMessageRouterRule
-
规则结束,但是消息还会进入其他规则
- next() - 类 中的方法me.chanjar.weixin.cp.tp.message.WxCpTpMessageRouterRule
-
规则结束,但是消息还会进入其他规则
- nodeAttr - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage.ApprovalInfo.ApprovalNode
-
已过时。
The Node attr.
- nodeStatus - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage.ApprovalInfo.ApprovalNode
-
已过时。
The Node status.
- nodeType - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage.ApprovalInfo.ApprovalNode
-
已过时。
The Node type.
- Notifier() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpXmlApprovalInfo.Notifier
-
- NotifyNode() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage.ApprovalInfo.NotifyNode
-
已过时。
- NotifyNode() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpXmlApprovalInfo.NotifyNode
-
- NotifyNode() - 类 的构造器me.chanjar.weixin.cp.bean.oa.selfagent.WxCpOpenApprovalData.NotifyNode
-
- notifyNodes - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage.ApprovalInfo
-
已过时。
The Notify nodes.
- NotifyNodes() - 类 的构造器me.chanjar.weixin.cp.bean.oa.selfagent.WxCpOpenApprovalData.NotifyNodes
-
O
- onjobTransferGroupChat(String[], String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- onjobTransferGroupChat(String[], String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
企业可通过此接口,将在职成员为群主的群,分配给另一个客服成员。
- OPEN_APPROVAL_CHANGE - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.EventType
-
企业微信审批事件推送(自建应用审批)
https://developer.work.weixin.qq.com/document/path/90269
- OPEN_KF_ID - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.IdConvert
-
将企业主体下的微信客服ID转换成服务商主体下的微信客服ID
- OPEN_ORDER - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpTpConsts.InfoType
-
下单成功通知
- OPEN_USERID_TO_USERID - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.User
-
The constant OPEN_USERID_TO_USERID.
- opengidToChatid(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- opengidToChatid(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
客户群opengid转换
文档地址:https://open.work.weixin.qq.com/api/doc/90000/90135/94822
用户在微信里的客户群里打开小程序时,某些场景下可以获取到群的opengid,如果该群是企业微信的客户群,
则企业或第三方可以调用此接口将一个opengid转换为客户群chat_id
权限说明:
企业需要使用“客户联系”secret或配置到“可调用应用”列表中的自建应用secret所获取的accesstoken来调用(accesstoken如何获取?)
- openid2UserId(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpUserServiceImpl
-
- openid2UserId(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpUserService
-
openid转userid.
- openid2UserId(String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpUserServiceImpl
-
- openid2UserId(String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpUserService
-
openid转userid.
- OPENID_TO_CHATID - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant OPENID_TO_CHATID.
- openSpName - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage.ApprovalInfo
-
已过时。
The Open sp name.
- openSpStatus - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage.ApprovalInfo
-
已过时。
The Open sp status.
- openTemplateId - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage.ApprovalInfo
-
已过时。
The Open template id.
- openUseridToUserid(List<String>, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpUserServiceImpl
-
- openUseridToUserid(List<String>, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpUserService
-
- Option() - 类 的构造器me.chanjar.weixin.cp.bean.oa.applydata.ContentValue.Selector.Option
-
- OptionList() - 类 的构造器me.chanjar.weixin.cp.bean.school.health.WxCpGetReportJobInfo.OptionList
-
- OptionList() - 类 的构造器me.chanjar.weixin.cp.bean.school.WxCpCustomizeHealthInfo.OptionList
-
- OptionListDTO() - 类 的构造器me.chanjar.weixin.cp.bean.message.TemplateCardMessage.TemplateCardDTO.CheckboxDTO.OptionListDTO
-
- OptionListDTO() - 类 的构造器me.chanjar.weixin.cp.bean.message.TemplateCardMessage.TemplateCardDTO.SelectListDTO.OptionListDTO
-
- options(List<CheckboxOption>) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.TemplateCardBuilder
-
Options template card builder.
- order - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Order.
- OtApplyInfo() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCropCheckinOption.OtApplyInfo
-
- OtCheckInfo() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCropCheckinOption.OtCheckInfo
-
- OtInfo() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCheckinDayData.OtInfo
-
- OtInfo() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCropCheckinOption.OtInfo
-
- OtNonworkingDayRestInfo() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCropCheckinOption.OtNonworkingDayRestInfo
-
- OtWorkingDayRestInfo() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCropCheckinOption.OtWorkingDayRestInfo
-
- OverWorkInfo() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCheckinMonthData.OverWorkInfo
-
P
- page(String) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.MiniProgramNoticeMsgBuilder
-
Page mini program notice msg builder.
- Parent() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpBatchCreateParentRequest.Parent
-
- Parent() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpBatchUpdateParentRequest.Parent
-
- Parent() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpListParentResult.Parent
-
- Parent() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpUserListResult.Parent
-
- Parent() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpUserResult.Parent
-
- parentId - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Parent id.
- Parties() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpAgent.Parties
-
- Party() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTpContactSearchResp.QueryResult.Party
-
- PAY_FOR_APP_SUCCESS - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpTpConsts.InfoType
-
支付成功通知
- PaymentResult() - 类 的构造器me.chanjar.weixin.cp.bean.school.WxCpPaymentResult.PaymentResult
-
- PIC_PHOTO_OR_ALBUM - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.EventType
-
弹出拍照或者相册发图的事件推送.
- PIC_SYSPHOTO - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.EventType
-
弹出系统拍照发图的事件推送.
- PIC_WEIXIN - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.EventType
-
弹出微信相册发图器的事件推送.
- picList - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpXmlMessage.SendPicsInfo
-
The Pic list.
- picUrl - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Pic url.
- PNG - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.MsgAuditMediaType.MsgAuditSuffix
-
- position - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Position.
- post(String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- post(String, JsonObject) - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- post(String, ToJson) - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- post(String, Object) - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- post(String, String, WxCpCorpGroupCorpGetTokenReq) - 类 中的方法me.chanjar.weixin.cp.corpgroup.service.impl.BaseWxCpCgServiceImpl
-
- post(String, String, boolean, WxCpCorpGroupCorpGetTokenReq) - 类 中的方法me.chanjar.weixin.cp.corpgroup.service.impl.BaseWxCpCgServiceImpl
-
Post string.
- post(String, String, WxCpCorpGroupCorpGetTokenReq) - 接口 中的方法me.chanjar.weixin.cp.corpgroup.service.WxCpCgService
-
当本Service没有实现某个API的时候,可以用这个,针对所有微信API中的POST请求.
- post(String, String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- post(String, String, boolean) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
Post string.
- post(String, String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
当本Service没有实现某个API的时候,可以用这个,针对所有微信API中的POST请求.
- postWithoutToken(String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- postWithoutToken(String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
当不需要自动带accessToken的时候,可以用这个发起post请求
- Privilege() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTpAuthInfo.Privilege
-
- Privilege() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTpPermanentCodeInfo.Privilege
-
- ProductAttachmentType() - 类 的构造器me.chanjar.weixin.cp.constant.WxCpConsts.ProductAttachmentType
-
- PROLONG_TRY - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Tp
-
The constant PROLONG_TRY.
- prolongTry(String, Integer, String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpEditionServiceImpl
-
延长试用期
文档地址
一个应用可以多次延长试用,但是试用总天数不能超过60天
仅限时试用或试用过期状态下的应用可以延长试用期
- prolongTry(String, Integer, String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpEditionService
-
延长试用期
文档地址
注意:
一个应用可以多次延长试用,但是试用总天数不能超过60天
仅限时试用或试用过期状态下的应用可以延长试用期
- PunchCorrection() - 类 的构造器me.chanjar.weixin.cp.bean.oa.applydata.ContentValue.PunchCorrection
-
Q
- QrCodeList() - 类 的构造器me.chanjar.weixin.cp.bean.school.WxCpResultList.QrCodeList
-
- QueryResult() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTpContactSearchResp.QueryResult
-
- QuestionTemplate() - 类 的构造器me.chanjar.weixin.cp.bean.school.health.WxCpGetReportJobInfo.QuestionTemplate
-
- QuestionTemplate() - 类 的构造器me.chanjar.weixin.cp.bean.school.WxCpCustomizeHealthInfo.QuestionTemplate
-
- quitScene - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Quit scene.
- quitScene(String) - 类 中的方法me.chanjar.weixin.cp.bean.outxmlbuilder.EventBuilder
-
Quit scene event builder.
- QuotaAttr() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCorpConfInfo.QuotaAttr
-
- quoteArea(QuoteArea) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.TemplateCardBuilder
-
Quote area template card builder.
- QuoteArea - me.chanjar.weixin.cp.bean.templatecard中的类
-
引用文献样式
- QuoteArea() - 类 的构造器me.chanjar.weixin.cp.bean.templatecard.QuoteArea
-
- QuoteAreaDTO() - 类 的构造器me.chanjar.weixin.cp.bean.message.TemplateCardMessage.TemplateCardDTO.QuoteAreaDTO
-
R
- Range() - 类 的构造器me.chanjar.weixin.cp.bean.external.acquisition.WxCpCustomerAcquisitionInfo.Range
-
- Range() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCropCheckinOption.Range
-
- rContent(String) - 类 中的方法me.chanjar.weixin.cp.message.WxCpMessageRouterRule
-
如果content匹配该正则表达式
- recall(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpMessageServiceImpl
-
- recall(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpMessageService
-
撤回应用消息
请求地址: https://qyapi.weixin.qq.com/cgi-bin/message/recall?
- Redpacket() - 类 的构造器me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Redpacket
-
- REFUND - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpTpConsts.InfoType
-
退款通知
- register(Class, XStream) - 类 中的静态方法me.chanjar.weixin.cp.util.xml.XStreamTransformer
-
注册扩展消息的解析器.
- REGISTER_CORP - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpTpConsts.InfoType
-
用户进行企业微信的注册,注册完成回调通知
- registerCode - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Register code.
- RegisterCodeInfo() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTpPermanentCodeInfo.RegisterCodeInfo
-
- RelatedApproval() - 类 的构造器me.chanjar.weixin.cp.bean.oa.applydata.ContentValue.RelatedApproval
-
- REMIND_GROUP_MSG_SEND - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
提醒成员群发
- Reminder() - 类 的构造器me.chanjar.weixin.cp.bean.oa.meeting.WxCpMeeting.Reminder
-
- Reminder() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpOaSchedule.Reminder
-
- remindGroupMsgSend(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- remindGroupMsgSend(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
提醒成员群发
企业和第三方应用可调用此接口,重新触发群发通知,提醒成员完成群发任务,24小时内每个群发最多触发三次提醒。
- removeUsersFromTag(String, List<String>, List<String>) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpTagServiceImpl
-
- removeUsersFromTag(String, List<String>, List<String>) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpTagService
-
移除标签成员.
- removeUsersFromTag(String, List<String>, List<String>) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpTagServiceImpl
-
- removeUsersFromTag(String, List<String>, List<String>) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpTagService
-
移除标签成员.
- replaceName(String) - 类 中的方法me.chanjar.weixin.cp.bean.outxmlbuilder.TaskCardBuilder
-
Replace name task card builder.
- replaceName(String) - 类 中的方法me.chanjar.weixin.cp.bean.outxmlbuilder.UpdateButtonBuilder
-
Replace name update button builder.
- replaceParty(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- replaceParty(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
上传部门列表覆盖企业号上的部门信息
- replaceUser(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- replaceUser(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
上传用户列表覆盖企业号上的用户信息
- Reporter() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCropCheckinOption.Reporter
-
- ReporterInfo() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCropCheckinOption.ReporterInfo
-
- ReportTo() - 类 的构造器me.chanjar.weixin.cp.bean.school.health.WxCpGetReportJobInfo.ReportTo
-
- ReportValue() - 类 的构造器me.chanjar.weixin.cp.bean.school.health.WxCpGetReportAnswer.ReportValue
-
- ReportValue() - 类 的构造器me.chanjar.weixin.cp.bean.school.WxCpCustomizeHealthInfo.ReportValue
-
- RESET_PERMANENT_CODE - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpTpConsts.InfoType
-
重置永久授权码通知
- RESIGNED_TRANSFER_CUSTOMER - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant RESIGNED_TRANSFER_CUSTOMER.
- RESIGNED_TRANSFER_RESULT - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant RESIGNED_TRANSFER_RESULT.
- resignedTransferCustomer(WxCpUserTransferCustomerReq) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- resignedTransferCustomer(WxCpUserTransferCustomerReq) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
企业可通过此接口,分配离职成员的客户给其他成员。
- resignedTransferResult(String, String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- resignedTransferResult(String, String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
企业和第三方可通过此接口查询离职成员的客户分配情况。
- ResultList() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpBatchResultList.ResultList
-
- Results() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTpConvertTmpExternalUserIdResult.Results
-
- Revoke() - 类 的构造器me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Revoke
-
- route(WxCpXmlMessage, Map<String, Object>) - 类 中的方法me.chanjar.weixin.cp.message.WxCpMessageRouter
-
处理微信消息.
- route(WxCpXmlMessage) - 类 中的方法me.chanjar.weixin.cp.message.WxCpMessageRouter
-
处理微信消息.
- route(WxCpTpXmlMessage, Map<String, Object>) - 类 中的方法me.chanjar.weixin.cp.tp.message.WxCpTpMessageRouter
-
处理微信消息.
- route(WxCpTpXmlMessage) - 类 中的方法me.chanjar.weixin.cp.tp.message.WxCpTpMessageRouter
-
处理微信消息.
- rule() - 类 中的方法me.chanjar.weixin.cp.message.WxCpMessageRouter
-
开始一个新的Route规则.
- rule() - 类 中的方法me.chanjar.weixin.cp.tp.message.WxCpTpMessageRouter
-
开始一个新的Route规则.
- RuleInfo() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCheckinDayData.BaseInfo.RuleInfo
-
- RuleInfo() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCheckinMonthData.BaseInfo.RuleInfo
-
S
- safe - 类 中的变量me.chanjar.weixin.cp.bean.messagebuilder.BaseBuilder
-
The Safe.
- safe(String) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.BaseBuilder
-
Safe t.
- SCANCODE_PUSH - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.EventType
-
扫码推事件的事件推送.
- SCANCODE_WAITMSG - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.EventType
-
扫码推事件且弹出“消息接收中”提示框的事件推送.
- ScanCodeInfo() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpXmlMessage.ScanCodeInfo
-
- Schedule() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCheckinGroupBase.Schedule
-
- Schedule() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCheckinSchedule.UserSchedule.Schedule
-
- SCHEDULE_ADD - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant SCHEDULE_ADD.
- SCHEDULE_DEL - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant SCHEDULE_DEL.
- SCHEDULE_GET - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant SCHEDULE_GET.
- SCHEDULE_LIST - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant SCHEDULE_LIST.
- SCHEDULE_UPDATE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant SCHEDULE_UPDATE.
- ScheduleInfo() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCheckinSchedule.UserSchedule.Schedule.ScheduleInfo
-
- SchoolContactChangeType() - 类 的构造器me.chanjar.weixin.cp.constant.WxCpConsts.SchoolContactChangeType
-
- SelectListDTO() - 类 的构造器me.chanjar.weixin.cp.bean.message.TemplateCardMessage.TemplateCardDTO.SelectListDTO
-
- Selector() - 类 的构造器me.chanjar.weixin.cp.bean.oa.applydata.ContentValue.Selector
-
- selects(List<MultipleSelect>) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.TemplateCardBuilder
-
Selects template card builder.
- send(WxCpMessage) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpMessageServiceImpl
-
- send(WxCpMessage) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpMessageService
-
发送消息
详情请见: https://work.weixin.qq.com/api/doc/90000/90135/90236
- SEND_MSG - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Kf
-
The constant SEND_MSG.
- SEND_MSG_ON_EVENT - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Kf
-
The constant SEND_MSG_ON_EVENT.
- SEND_WELCOME_MSG - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant SEND_WELCOME_MSG.
- SenderList - me.chanjar.weixin.cp.bean.external.moment中的类
-
The type Sender list.
- SenderList() - 类 的构造器me.chanjar.weixin.cp.bean.external.moment.SenderList
-
- sendFile(String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpGroupRobotServiceImpl
-
- sendFile(String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpGroupRobotService
-
发送文件类型的消息
- sendImage(String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpGroupRobotServiceImpl
-
- sendImage(String, String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpGroupRobotServiceImpl
-
- sendImage(String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpGroupRobotService
-
发送image类型的消息
- sendImage(String, String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpGroupRobotService
-
发送image类型的消息
- sendLinkedCorpMessage(WxCpLinkedCorpMessage) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpMessageServiceImpl
-
- sendLinkedCorpMessage(WxCpLinkedCorpMessage) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpMessageService
-
互联企业的应用支持推送文本、图片、视频、文件、图文等类型。
- SendLocationInfo() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpXmlMessage.SendLocationInfo
-
- sendMarkdown(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpGroupRobotServiceImpl
-
- sendMarkdown(String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpGroupRobotServiceImpl
-
- sendMarkdown(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpGroupRobotService
-
发送markdown类型的消息
- sendMarkdown(String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpGroupRobotService
-
发送markdown类型的消息
- sendMsg(WxCpAppChatMessage) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpChatServiceImpl
-
- sendMsg(WxCpKfMsgSendRequest) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpKfServiceImpl
-
- sendMsg(WxCpAppChatMessage) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpChatService
-
应用支持推送文本、图片、视频、文件、图文等类型.
- sendMsg(WxCpKfMsgSendRequest) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpKfService
-
发送消息
当微信客户处于“新接入待处理”或“由智能助手接待”状态下,可调用该接口给用户发送消息。
- sendMsgOnEvent(WxCpKfMsgSendRequest) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpKfServiceImpl
-
- sendMsgOnEvent(WxCpKfMsgSendRequest) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpKfService
-
发送欢迎语等事件响应消息
当特定的事件回调消息包含code字段,或通过接口变更到特定的会话状态,会返回code字段。
- sendNews(List<NewArticle>) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpGroupRobotServiceImpl
-
- sendNews(String, List<NewArticle>) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpGroupRobotServiceImpl
-
- sendNews(List<NewArticle>) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpGroupRobotService
-
发送news类型的消息
- sendNews(String, List<NewArticle>) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpGroupRobotService
-
发送news类型的消息
- SendPicsInfo() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpXmlMessage.SendPicsInfo
-
- sendSchoolContactMessage(WxCpSchoolContactMessage) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpMessageServiceImpl
-
- sendSchoolContactMessage(WxCpSchoolContactMessage) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpMessageService
-
发送「学校通知」
https://developer.work.weixin.qq.com/document/path/92321
学校可以通过此接口来给家长发送不同类型的学校通知,来满足多种场景下的学校通知需求。
- sendTemplateCardMessage(String, WxCpGroupRobotMessage) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpGroupRobotServiceImpl
-
- sendTemplateCardMessage(String, WxCpGroupRobotMessage) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpGroupRobotService
-
发送模板卡片消息
- sendText(String, List<String>, List<String>) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpGroupRobotServiceImpl
-
- sendText(String, String, List<String>, List<String>) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpGroupRobotServiceImpl
-
- sendText(String, List<String>, List<String>) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpGroupRobotService
-
发送text类型的消息
- sendText(String, String, List<String>, List<String>) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpGroupRobotService
-
发送text类型的消息
- sendVoice(String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpGroupRobotServiceImpl
-
- sendVoice(String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpGroupRobotService
-
发送文件类型的消息
- sendWelcomeMsg(WxCpWelcomeMsg) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- sendWelcomeMsg(WxCpWelcomeMsg) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
发送新客户欢迎语
企业微信在向企业推送添加外部联系人事件时,会额外返回一个welcome_code,企业以此为凭据调用接口,即可通过成员向新添加的客户发送个性化的欢迎语。
- SENG_MESSAGE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.LinkedCorp
-
发送应用消息
https://developer.work.weixin.qq.com/document/path/90250
- serialize(WxCpChat, Type, JsonSerializationContext) - 类 中的方法me.chanjar.weixin.cp.util.json.WxCpChatGsonAdapter
-
- serialize(WxCpContactWayInfo.ContactWay.Conclusion, Type, JsonSerializationContext) - 类 中的方法me.chanjar.weixin.cp.util.json.WxCpConclusionAdapter
-
- serialize(WxCpDepart, Type, JsonSerializationContext) - 类 中的方法me.chanjar.weixin.cp.util.json.WxCpDepartGsonAdapter
-
- serialize(WxCpTag, Type, JsonSerializationContext) - 类 中的方法me.chanjar.weixin.cp.util.json.WxCpTagGsonAdapter
-
- serialize(WxCpUser, Type, JsonSerializationContext) - 类 中的方法me.chanjar.weixin.cp.util.json.WxCpUserGsonAdapter
-
- service(WxCpXmlMessage, Map<String, Object>, WxCpService, WxSessionManager, WxErrorExceptionHandler) - 类 中的方法me.chanjar.weixin.cp.message.WxCpMessageRouterRule
-
处理微信推送过来的消息
- service(WxCpTpXmlMessage, Map<String, Object>, WxCpTpService, WxSessionManager, WxErrorExceptionHandler) - 类 中的方法me.chanjar.weixin.cp.tp.message.WxCpTpMessageRouterRule
-
处理微信推送过来的消息
- SERVICE_STATE_GET - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Kf
-
The constant SERVICE_STATE_GET.
- SERVICE_STATE_TRANS - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Kf
-
The constant SERVICE_STATE_TRANS.
- serviceCorpId - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Service corp id.
- SERVICER_ADD - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Kf
-
The constant SERVICER_ADD.
- SERVICER_DEL - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Kf
-
The constant SERVICER_DEL.
- SERVICER_LIST - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Kf
-
The constant SERVICER_LIST.
- set(WxCpAgent) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpAgentServiceImpl
-
- set(WxCpAgent) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpAgentService
-
设置应用.
- SET_ARCH_SYNC_MODE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.School
-
The constant SET_ARCH_SYNC_MODE.
- SET_CHECKIN_SCHEDULE_DATA - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant SET_CHECKIN_SCHEDULE_DATA.
- SET_ONE_USER_QUOTA - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant SET_ONE_USER_QUOTA.
- SET_SUBSCRIBE_MODE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant SET_SUBSCRIBE_MODE.
- SET_UPGRADE_INFO - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.School
-
The constant SET_UPGRADE_INFO.
- setAccessToken(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
Sets access token.
- setAesKey(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
Sets aes key.
- setAesKey(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
Sets aes key.
- setAesKey(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
已过时。
- setAgentId(Integer) - 类 中的方法me.chanjar.weixin.cp.config.impl.AbstractWxCpInRedisConfigImpl
-
设置企业微信自研应用ID(整数),同时初始化相关的redis key,注意要先调用setCorpId,再调用setAgentId
- setAgentId(Integer) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupDefaultConfigImpl
-
- setAgentId(Integer) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupRedissonConfigImpl
-
- setAgentId(Integer) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
Sets agent id.
- setAgentId(Integer) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
Sets agent id.
- setAgentId(Integer) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpCorpGroupConfigStorage
-
- setAgentService(WxCpAgentService) - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
Sets agent service.
- setApacheHttpClientBuilder(ApacheHttpClientBuilder) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupDefaultConfigImpl
-
Sets apache http client builder.
- setApacheHttpClientBuilder(ApacheHttpClientBuilder) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupRedissonConfigImpl
-
Sets apache http client builder.
- setApacheHttpClientBuilder(ApacheHttpClientBuilder) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
Sets apache http client builder.
- setApacheHttpClientBuilder(ApacheHttpClientBuilder) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
Sets apache http client builder.
- setApacheHttpClientBuilder(ApacheHttpClientBuilder) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
Sets apache http client builder.
- setArchSyncMode(Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpSchoolUserServiceImpl
-
- setArchSyncMode(Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpSchoolUserService
-
设置家校通讯录自动同步模式
企业和第三方可通过此接口修改家校通讯录与班级标签之间的自动同步模式,注意,一旦设置禁止自动同步,将无法再次开启。
- setBaseApiUrl(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupDefaultConfigImpl
-
- setBaseApiUrl(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupRedissonConfigImpl
-
- setBaseApiUrl(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- setBaseApiUrl(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- setBaseApiUrl(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- setBaseApiUrl(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- setBaseApiUrl(String) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
设置企业微信服务器 baseUrl.
- setBaseApiUrl(String) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpCorpGroupConfigStorage
-
设置企业微信服务器 baseUrl.
- setBaseApiUrl(String) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
设置企业微信服务器 baseUrl.
- setCheckinScheduleList(WxCpSetCheckinSchedule) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaServiceImpl
-
- setCheckinScheduleList(WxCpSetCheckinSchedule) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaService
-
为打卡人员排班
- setCommon(WxCpXmlOutMessage) - 类 中的方法me.chanjar.weixin.cp.bean.outxmlbuilder.BaseBuilder
-
Sets common.
- setCorpId(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupDefaultConfigImpl
-
- setCorpId(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupRedissonConfigImpl
-
- setCorpId(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
Sets corp id.
- setCorpId(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
Sets corp id.
- setCorpId(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
已过时。
- setCorpId(String) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpCorpGroupConfigStorage
-
- setCorpSecret(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
Sets corp secret.
- setCorpSecret(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
Sets corp secret.
- setCorpSecret(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
已过时。
- setDepartmentService(WxCpDepartmentService) - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- setDepartmentService(WxCpDepartmentService) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
Sets department service.
- setDescription(String) - 类 中的方法me.chanjar.weixin.cp.bean.message.WxCpXmlOutVideoMessage
-
Sets description.
- setErrcode(Long) - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpUserExternalContactList
-
Sets errcode.
- setErrmsg(String) - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpUserExternalContactList
-
Sets errmsg.
- setExceptionHandler(WxErrorExceptionHandler) - 类 中的方法me.chanjar.weixin.cp.message.WxCpMessageRouter
-
- setExceptionHandler(WxErrorExceptionHandler) - 类 中的方法me.chanjar.weixin.cp.tp.message.WxCpTpMessageRouter
-
- setExecutorService(ExecutorService) - 类 中的方法me.chanjar.weixin.cp.message.WxCpMessageRouter
-
- setExecutorService(ExecutorService) - 类 中的方法me.chanjar.weixin.cp.tp.message.WxCpTpMessageRouter
-
- setExpiresTime(long) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
Sets expires time.
- setExportService(WxCpExportService) - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- setExportService(WxCpExportService) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
设置异步导出服务
- setExternalUserId(List<String>) - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpUserExternalContactList
-
Sets external user id.
- setFile(File) - 类 中的方法me.chanjar.weixin.cp.bean.external.msg.Attachment
-
Sets file.
- setHttpProxyHost(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupDefaultConfigImpl
-
Sets http proxy host.
- setHttpProxyHost(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupRedissonConfigImpl
-
Sets http proxy host.
- setHttpProxyHost(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
Sets http proxy host.
- setHttpProxyHost(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
Sets http proxy host.
- setHttpProxyHost(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
Sets http proxy host.
- setHttpProxyPassword(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupDefaultConfigImpl
-
Sets http proxy password.
- setHttpProxyPassword(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupRedissonConfigImpl
-
Sets http proxy password.
- setHttpProxyPassword(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
Sets http proxy password.
- setHttpProxyPassword(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
Sets http proxy password.
- setHttpProxyPassword(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
Sets http proxy password.
- setHttpProxyPort(int) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupDefaultConfigImpl
-
Sets http proxy port.
- setHttpProxyPort(int) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupRedissonConfigImpl
-
Sets http proxy port.
- setHttpProxyPort(int) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
Sets http proxy port.
- setHttpProxyPort(int) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
Sets http proxy port.
- setHttpProxyPort(int) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
Sets http proxy port.
- setHttpProxyUsername(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupDefaultConfigImpl
-
Sets http proxy username.
- setHttpProxyUsername(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupRedissonConfigImpl
-
Sets http proxy username.
- setHttpProxyUsername(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
Sets http proxy username.
- setHttpProxyUsername(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
Sets http proxy username.
- setHttpProxyUsername(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
Sets http proxy username.
- setImage(Image) - 类 中的方法me.chanjar.weixin.cp.bean.external.msg.Attachment
-
Sets image.
- setImage(Image) - 类 中的方法me.chanjar.weixin.cp.bean.external.product.Attachment
-
Sets image.
- setJsapiTicket(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
Sets jsapi ticket.
- setJsapiTicketExpiresTime(long) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
Sets jsapi ticket expires time.
- setKfService(WxCpKfService) - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- setKfService(WxCpKfService) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
Sets kf service.
- setLink(Link) - 类 中的方法me.chanjar.weixin.cp.bean.external.msg.Attachment
-
Sets link.
- setMaxRetryTimes(int) - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- setMaxRetryTimes(int) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
设置当微信系统响应系统繁忙时,最大重试次数
默认:5次
- setMaxRetryTimes(int) - 类 中的方法me.chanjar.weixin.cp.corpgroup.service.impl.BaseWxCpCgServiceImpl
-
- setMaxRetryTimes(int) - 接口 中的方法me.chanjar.weixin.cp.corpgroup.service.WxCpCgService
-
设置当微信系统响应系统繁忙时,最大重试次数.
- setMaxRetryTimes(int) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- setMaxRetryTimes(int) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
设置当微信系统响应系统繁忙时,最大重试次数.
- setMediaId(String) - 类 中的方法me.chanjar.weixin.cp.bean.message.WxCpXmlOutVideoMessage
-
Sets media id.
- setMediaService(WxCpMediaService) - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- setMediaService(WxCpMediaService) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
Sets media service.
- setMenuService(WxCpMenuService) - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- setMenuService(WxCpMenuService) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
Sets menu service.
- setMessageDuplicateChecker(WxMessageDuplicateChecker) - 类 中的方法me.chanjar.weixin.cp.message.WxCpMessageRouter
-
- setMessageDuplicateChecker(WxMessageDuplicateChecker) - 类 中的方法me.chanjar.weixin.cp.tp.message.WxCpTpMessageRouter
-
- setMiniProgram(MiniProgram) - 类 中的方法me.chanjar.weixin.cp.bean.external.msg.Attachment
-
Sets mini program.
- setMsgAuditLibPath(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
设置企微会话存档路径.
- setMsgAuditPriKey(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
设置会话存档私钥
- setMsgAuditSecret(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
设置会话存档secret
- setMsgType(String) - 类 中的方法me.chanjar.weixin.cp.bean.message.WxCpLinkedCorpMessage
-
请使用.
- setMsgType(String) - 类 中的方法me.chanjar.weixin.cp.bean.message.WxCpMessage
-
请使用.
- setMsgType(String) - 类 中的方法me.chanjar.weixin.cp.bean.message.WxCpSchoolContactMessage
-
请使用.
- setOauth2redirectUri(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
Sets oauth 2 redirect uri.
- setOauth2redirectUri(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
Sets oauth 2 redirect uri.
- setOauth2redirectUri(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
Sets oauth 2 redirect uri.
- setOauth2Service(WxCpOAuth2Service) - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- setOauth2Service(WxCpOAuth2Service) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
Sets oauth 2 service.
- setOneUserQuota(String, Integer, Integer, Integer, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaServiceImpl
-
- setOneUserQuota(String, Integer, Integer, Integer, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaService
-
修改成员假期余额
企业可通过审批应用或自建应用Secret调用本接口,修改可见范围内员工的“假期余额”。
- setRetrySleepMillis(int) - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- setRetrySleepMillis(int) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
设置当微信系统响应系统繁忙时,要等待多少 retrySleepMillis(ms) * 2^(重试次数 - 1) 再发起重试
默认:1000ms
- setRetrySleepMillis(int) - 类 中的方法me.chanjar.weixin.cp.corpgroup.service.impl.BaseWxCpCgServiceImpl
-
- setRetrySleepMillis(int) - 接口 中的方法me.chanjar.weixin.cp.corpgroup.service.WxCpCgService
-
设置当微信系统响应系统繁忙时,要等待多少 retrySleepMillis(ms) * 2^(重试次数 - 1) 再发起重试.
- setRetrySleepMillis(int) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- setRetrySleepMillis(int) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
设置当微信系统响应系统繁忙时,要等待多少 retrySleepMillis(ms) * 2^(重试次数 - 1) 再发起重试.
- setSessionManager(WxSessionManager) - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- setSessionManager(WxSessionManager) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
- setSessionManager(WxSessionManager) - 类 中的方法me.chanjar.weixin.cp.message.WxCpMessageRouter
-
- setSessionManager(WxSessionManager) - 类 中的方法me.chanjar.weixin.cp.tp.message.WxCpTpMessageRouter
-
- setSubscribeMode(Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpSchoolUserServiceImpl
-
- setSubscribeMode(Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpSchoolUserService
-
设置关注「学校通知」的模式
可通过此接口修改家长关注「学校通知」的模式:“可扫码填写资料加入”或“禁止扫码填写资料加入”
请求方式:POST(HTTPS)
请求地址:https://qyapi.weixin.qq.com/cgi-bin/externalcontact/set_subscribe_mode?
- setSuiteAccessToken(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
Sets suite access token.
- setSuiteAccessTokenExpiresTime(long) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
已过时。
- setSuiteId(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
已过时。
- setSuiteSecret(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
已过时。
- setSuiteTicket(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
已过时。
- setSuiteTicket(String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- setSuiteTicket(String, int) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- setSuiteTicket(String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
保存企业微信定时推送的suite_ticket,(每10分钟)
详情请见:https://work.weixin.qq.com/api/doc#90001/90143/90628
注意:微信不是固定10分钟推送suite_ticket的, 且suite_ticket的有效期为30分钟
https://work.weixin.qq.com/api/doc/10975#%E8%8E%B7%E5%8F%96%E7%AC%AC%E4%B8%89%E6%96%B9%E5%BA%94%E7%94%A8%E5%87%AD%E8%AF%81
- setSuiteTicket(String, int) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
保存企业微信定时推送的suite_ticket,(每10分钟)
详情请见:https://work.weixin.qq.com/api/doc#90001/90143/90628
注意:微信不是固定10分钟推送suite_ticket的, 且suite_ticket的有效期为30分钟
https://work.weixin.qq.com/api/doc/10975#%E8%8E%B7%E5%8F%96%E7%AC%AC%E4%B8%89%E6%96%B9%E5%BA%94%E7%94%A8%E5%87%AD%E8%AF%81
- setSuiteTicketExpiresTime(long) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
已过时。
- setTagService(WxCpTagService) - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- setTagService(WxCpTagService) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
Sets tag service.
- Setting() - 类 的构造器me.chanjar.weixin.cp.bean.oa.meeting.WxCpMeeting.Setting
-
- setTitle(String) - 类 中的方法me.chanjar.weixin.cp.bean.message.WxCpXmlOutVideoMessage
-
Sets title.
- setTmpDirFile(File) - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
Sets tmp dir file.
- setTmpDirFile(File) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
Sets tmp dir file.
- setTmpDirFile(File) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
Sets tmp dir file.
- setTmpDirFile(File) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
Sets tmp dir file.
- setTmpDirFile(File) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
Sets tmp dir file.
- setToken(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
Sets token.
- setToken(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
Sets token.
- setToken(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
已过时。
- setUpgradeInfo(Long, Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpSchoolUserServiceImpl
-
- setUpgradeInfo(Long, Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpSchoolUserService
-
修改自动升年级的配置
请求方式: POST(HTTPS)
请求地址: https://qyapi.weixin.qq.com/cgi-bin/school/set_upgrade_info?
- setUserService(WxCpUserService) - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- setUserService(WxCpUserService) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
Sets user service.
- setVideo(Video) - 类 中的方法me.chanjar.weixin.cp.bean.external.msg.Attachment
-
Sets video.
- setWebhookKey(String) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
Sets webhook key.
- setWorkBenchData(WxCpAgentWorkBench) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpAgentWorkBenchServiceImpl
-
- setWorkBenchData(WxCpAgentWorkBench) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpAgentWorkBenchService
-
Sets work bench data.
- setWorkBenchTemplate(WxCpAgentWorkBench) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpAgentWorkBenchServiceImpl
-
- setWorkBenchTemplate(WxCpAgentWorkBench) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpAgentWorkBenchService
-
Sets work bench template.
- setWxCpConfigStorage(WxCpConfigStorage) - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- setWxCpConfigStorage(WxCpConfigStorage) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
- setWxCpCorpGroupConfigStorage(WxCpCorpGroupConfigStorage) - 类 中的方法me.chanjar.weixin.cp.corpgroup.service.impl.BaseWxCpCgServiceImpl
-
- setWxCpCorpGroupConfigStorage(WxCpCorpGroupConfigStorage) - 接口 中的方法me.chanjar.weixin.cp.corpgroup.service.WxCpCgService
-
- setWxCpService(WxCpService) - 类 中的方法me.chanjar.weixin.cp.corpgroup.service.impl.BaseWxCpCgServiceImpl
-
- setWxCpService(WxCpService) - 接口 中的方法me.chanjar.weixin.cp.corpgroup.service.WxCpCgService
-
- setWxCpTpConfigStorage(WxCpTpConfigStorage) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- setWxCpTpConfigStorage(WxCpTpConfigStorage) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
- setWxCpTpContactService(WxCpTpContactService) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- setWxCpTpContactService(WxCpTpContactService) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
set contact service
- setWxCpTpDepartmentService(WxCpTpDepartmentService) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- setWxCpTpDepartmentService(WxCpTpDepartmentService) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
set department service
- setWxCpTpIdConverService(WxCpTpIdConvertService) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- setWxCpTpIdConverService(WxCpTpIdConvertService) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
- setWxCpTpLicenseService(WxCpTpLicenseService) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- setWxCpTpLicenseService(WxCpTpLicenseService) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
set license service
- setWxCpTpMediaService(WxCpTpMediaService) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- setWxCpTpMediaService(WxCpTpMediaService) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
set media service
- setWxCpTpOAService(WxCpTpOAService) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- setWxCpTpOAService(WxCpTpOAService) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
set oa service
- setWxCpTpOAuth2Service(WxCpTpOAuth2Service) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- setWxCpTpOAuth2Service(WxCpTpOAuth2Service) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
- setWxCpTpOrderService(WxCpTpOrderService) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- setWxCpTpOrderService(WxCpTpEditionService) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- setWxCpTpOrderService(WxCpTpOrderService) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
设置应用版本付费订单相关接口服务
- setWxCpTpOrderService(WxCpTpEditionService) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
设置应用版本付费版本相关接口服务
- setWxCpTpUserService(WxCpTpUserService) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.BaseWxCpTpServiceImpl
-
- setWxCpTpUserService(WxCpTpUserService) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpService
-
set user service
- SHARE_AGENT_CHANGE - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpTpConsts.InfoType
-
企业互联共享应用事件回调
- ShareInfo() - 类 的构造器me.chanjar.weixin.cp.bean.oa.calendar.WxCpOaCalendar.ShareInfo
-
- ShareScreenData() - 类 的构造器me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.MeetingVoiceCall.ShareScreenData
-
- SHUFFLE - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.ExternalTagChangeType
-
重排企业客户标签
- shutDownExecutorService() - 类 中的方法me.chanjar.weixin.cp.message.WxCpMessageRouter
-
系统退出前,应该调用该方法
- shutDownExecutorService(Integer) - 类 中的方法me.chanjar.weixin.cp.message.WxCpMessageRouter
-
系统退出前,应该调用该方法,增加了超时时间检测
- shutDownExecutorService() - 类 中的方法me.chanjar.weixin.cp.tp.message.WxCpTpMessageRouter
-
系统退出前,应该调用该方法
- shutDownExecutorService(Integer) - 类 中的方法me.chanjar.weixin.cp.tp.message.WxCpTpMessageRouter
-
系统退出前,应该调用该方法,增加了超时时间检测
- SIMPLE_USER - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Export
-
The constant SIMPLE_USER.
- simpleList(Long) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpDepartmentServiceImpl
-
- simpleList(Long) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpDepartmentService
-
部门管理接口 - 获取子部门ID列表.
- simpleUser(WxCpExportRequest) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExportServiceImpl
-
- simpleUser(WxCpExportRequest) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExportService
-
导出成员
请求方式:POST(HTTPS)
请求地址:
SingletonSDK() - 类 中的静态方法com.tencent.wework.
Finance
-
单例sdk
- source - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Source.
- source(String) - 类 中的方法me.chanjar.weixin.cp.bean.outxmlbuilder.EventBuilder
-
Source event builder.
- sourceDesc(String) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.TemplateCardBuilder
-
Source desc template card builder.
- sourceDescColor(Integer) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.TemplateCardBuilder
-
Source desc color template card builder.
- SourceDTO() - 类 的构造器me.chanjar.weixin.cp.bean.message.TemplateCardMessage.TemplateCardDTO.SourceDTO
-
- sourceIconUrl(String) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.TemplateCardBuilder
-
Source icon url template card builder.
- SPACE_ACL_ADD - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant SPACE_ACL_ADD.
- SPACE_ACL_DEL - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant SPACE_ACL_DEL.
- SPACE_CREATE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
微盘
https://developer.work.weixin.qq.com/document/path/93654
- SPACE_DISMISS - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant SPACE_DISMISS.
- SPACE_INFO - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant SPACE_INFO.
- SPACE_RENAME - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant SPACE_RENAME.
- SPACE_SETTING - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant SPACE_SETTING.
- SPACE_SHARE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant SPACE_SHARE.
- spaceAclAdd(WxCpSpaceAclAddRequest) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaWeDriveServiceImpl
-
- spaceAclAdd(WxCpSpaceAclAddRequest) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaWeDriveService
-
添加成员/部门
该接口用于对指定空间添加成员/部门,可一次性添加多个。
- spaceAclDel(WxCpSpaceAclDelRequest) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaWeDriveServiceImpl
-
- spaceAclDel(WxCpSpaceAclDelRequest) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaWeDriveService
-
移除成员/部门
该接口用于对指定空间移除成员/部门,操作者需要有移除权限。
- spaceCreate(WxCpSpaceCreateRequest) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaWeDriveServiceImpl
-
- spaceCreate(WxCpSpaceCreateRequest) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaWeDriveService
-
新建空间
该接口用于在微盘内新建空间,可以指定人创建空间。
- spaceDismiss(String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaWeDriveServiceImpl
-
- spaceDismiss(String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaWeDriveService
-
解散空间
该接口用于解散已有空间,需要以空间管理员身份来解散。
- spaceInfo(String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaWeDriveServiceImpl
-
- spaceInfo(String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaWeDriveService
-
获取空间信息
该接口用于获取空间成员列表、信息、权限等信息。
- SpaceInfo() - 类 的构造器me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceInfo.SpaceInfo
-
- spaceRename(WxCpSpaceRenameRequest) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaWeDriveServiceImpl
-
- spaceRename(WxCpSpaceRenameRequest) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaWeDriveService
-
重命名空间
该接口用于重命名已有空间,接收userid参数,以空间管理员身份来重命名。
- spaceSetting(WxCpSpaceSettingRequest) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaWeDriveServiceImpl
-
- spaceSetting(WxCpSpaceSettingRequest) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaWeDriveService
-
权限管理
该接口用于修改空间权限,需要传入userid,修改权限范围继承传入用户的权限范围。
- spaceShare(String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaWeDriveServiceImpl
-
- spaceShare(String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaWeDriveService
-
获取邀请链接
该接口用于获取空间邀请分享链接。
- SpDescription() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCheckinDayData.HolidayInfos.SpDescription
-
- SpeOffDay() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCheckinGroupBase.SpeOffDay
-
- SpeWorkday() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCheckinGroupBase.SpeWorkday
-
- SphFeed() - 类 的构造器me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.SphFeed
-
- SpItem() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCheckinDayData.SpItem
-
- SpItem() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCheckinMonthData.SpItem
-
- SpRecord() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpXmlApprovalInfo.SpRecord
-
- SpTitle() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCheckinDayData.HolidayInfos.SpTitle
-
- state - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The State.
- state(String) - 类 中的方法me.chanjar.weixin.cp.bean.outxmlbuilder.EventBuilder
-
State event builder.
- StatInfo() - 类 的构造器me.chanjar.weixin.cp.bean.living.WxCpWatchStat.StatInfo
-
- StatInfo() - 类 的构造器me.chanjar.weixin.cp.bean.school.WxCpSchoolUnwatchStat.StatInfo
-
- StatInfo() - 类 的构造器me.chanjar.weixin.cp.bean.school.WxCpSchoolWatchStat.StatInfo
-
- Statistic() - 类 的构造器me.chanjar.weixin.cp.bean.kf.WxCpKfGetCorpStatisticResp.Statistic
-
- Statistic() - 类 的构造器me.chanjar.weixin.cp.bean.kf.WxCpKfGetServicerStatisticResp.Statistic
-
- StatisticItem() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpUserExternalGroupChatStatistic.StatisticItem
-
- StatisticItem() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpMessageSendStatistics.StatisticItem
-
- StatisticList() - 类 的构造器me.chanjar.weixin.cp.bean.kf.WxCpKfGetCorpStatisticResp.StatisticList
-
- StatisticList() - 类 的构造器me.chanjar.weixin.cp.bean.kf.WxCpKfGetServicerStatisticResp.StatisticList
-
- StatisticListAdapter - me.chanjar.weixin.cp.util.json中的类
-
The type Statistic list adapter.
- StatisticListAdapter() - 类 的构造器me.chanjar.weixin.cp.util.json.StatisticListAdapter
-
- status - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Status.
- strategyId(String) - 类 中的方法me.chanjar.weixin.cp.bean.outxmlbuilder.EventBuilder
-
Strategy id event builder.
- Student() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpAllowScope.Student
-
- Student() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpBatchCreateStudentRequest.Student
-
- Student() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpBatchUpdateStudentRequest.Student
-
- Student() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpUserListResult.Student
-
- Student() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpUserResult.Student
-
- Student() - 类 的构造器me.chanjar.weixin.cp.bean.school.WxCpSchoolUnwatchStat.Student
-
- Student() - 类 的构造器me.chanjar.weixin.cp.bean.school.WxCpSchoolWatchStat.Student
-
- SUBMIT_ORDER_JOB - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.License
-
The constant SUBMIT_ORDER_JOB.
- SubmitButtonDTO() - 类 的构造器me.chanjar.weixin.cp.bean.message.TemplateCardMessage.TemplateCardDTO.SubmitButtonDTO
-
- submitButtonKey(String) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.TemplateCardBuilder
-
Submit button key template card builder.
- submitButtonText(String) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.TemplateCardBuilder
-
Submit button text template card builder.
- submitRenewOrder(WxCpTpLicenseRenewOrderRequest) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpLicenseServiceImpl
-
- submitRenewOrder(WxCpTpLicenseRenewOrderRequest) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpLicenseService
-
提交续期订单
创建续期任务之后,需要调用该接口,以提交订单任务。
- SUBSCRIBE - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.EventType
-
成员关注事件.
- SUBSCRIBE - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.SchoolContactChangeType
-
The constant SUBSCRIBE.
- SubscriberInfo() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpExternalContact.SubscriberInfo
-
- subTitleText(String) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.TemplateCardBuilder
-
Sub title text template card builder.
- success() - 类 中的方法me.chanjar.weixin.cp.bean.WxCpBaseResp
-
Success boolean.
- SUITE_TICKET - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpTpConsts.InfoType
-
推送更新suite_ticket
- suiteId - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Suite id.
- suiteTicket - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Suite ticket.
- SummaryInfo - me.chanjar.weixin.cp.bean.oa中的类
-
摘要行信息,用于定义某一行摘要显示的内容.
- SummaryInfo() - 类 的构造器me.chanjar.weixin.cp.bean.oa.SummaryInfo
-
- SummaryInfo() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCheckinDayData.SummaryInfo
-
- SummaryInfo() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCheckinMonthData.SummaryInfo
-
- SummaryInfo.SummaryInfoData - me.chanjar.weixin.cp.bean.oa中的类
-
The type Summary info data.
- SummaryInfoData() - 类 的构造器me.chanjar.weixin.cp.bean.oa.SummaryInfo.SummaryInfoData
-
- SYNC_MSG - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Kf
-
The constant SYNC_MSG.
- syncMsg(String, String, Integer, Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpKfServiceImpl
-
- syncMsg(String, String, Integer, Integer, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpKfServiceImpl
-
- syncMsg(String, String, Integer, Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpKfService
-
已过时。
- syncMsg(String, String, Integer, Integer, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpKfService
-
- syncUser(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.BaseWxCpServiceImpl
-
- syncUser(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpService
-
上传用户列表,增量更新成员
- SYS_APPROVAL_CHANGE - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.EventType
-
企业微信审批事件推送(系统审批)
T
- Tag() - 类 的构造器me.chanjar.weixin.cp.bean.external.contact.FollowedUser.Tag
-
- Tag() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpUserExternalTagGroupInfo.Tag
-
- Tag() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpUserExternalTagGroupList.TagGroup.Tag
-
- Tag() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpExternalContact.Tag
-
- Tag() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpUserExternalContactInfo.Tag
-
- TAG - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.TageType
-
标签
- TAG_ADD_TAG_USERS - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Tag
-
The constant TAG_ADD_TAG_USERS.
- TAG_CREATE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Tag
-
The constant TAG_CREATE.
- TAG_DEL_TAG_USERS - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Tag
-
The constant TAG_DEL_TAG_USERS.
- TAG_DELETE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Tag
-
The constant TAG_DELETE.
- TAG_GET - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Tag
-
The constant TAG_GET.
- TAG_GROUP - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.TageType
-
标签组
- TAG_LIST - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Tag
-
The constant TAG_LIST.
- TAG_UPDATE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Tag
-
The constant TAG_UPDATE.
- TAG_USER - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Export
-
The constant TAG_USER.
- TageType() - 类 的构造器me.chanjar.weixin.cp.constant.WxCpConsts.TageType
-
- TagGroup() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpUserExternalTagGroupInfo.TagGroup
-
- TagGroup() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpUserExternalTagGroupList.TagGroup
-
- tagId - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Tag id.
- Tags() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpAgent.Tags
-
- tagType - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Tag type.
- tagType(String) - 类 中的方法me.chanjar.weixin.cp.bean.outxmlbuilder.EventBuilder
-
Tag type event builder.
- tagUser(WxCpExportRequest) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExportServiceImpl
-
- tagUser(WxCpExportRequest) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExportService
-
导出标签成员
请求方式:POST(HTTPS)
请求地址:
TASK_CARD() - 类 中的静态方法me.chanjar.weixin.cp.bean.message.
WxCpXmlOutMessage
-
获得任务卡片消息builder.
- TASKCARD() - 类 中的静态方法me.chanjar.weixin.cp.bean.message.WxCpMessage
-
获得任务卡片消息builder.
- TASKCARD_CLICK - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.EventType
-
任务卡片事件推送.
- TaskCardBuilder - me.chanjar.weixin.cp.bean.messagebuilder中的类
-
任务卡片消息Builder
用法: WxCustomMessage m = WxCustomMessage.TASKCARD().title(...)....toUser(...).build();
- TaskCardBuilder() - 类 的构造器me.chanjar.weixin.cp.bean.messagebuilder.TaskCardBuilder
-
Instantiates a new Task card builder.
- TaskCardBuilder - me.chanjar.weixin.cp.bean.outxmlbuilder中的类
-
任务卡片消息builder
- TaskCardBuilder() - 类 的构造器me.chanjar.weixin.cp.bean.outxmlbuilder.TaskCardBuilder
-
- TaskCardButton - me.chanjar.weixin.cp.bean.taskcard中的类
-
任务卡片按钮
Created by Jeff on 2019-05-16.
- TaskCardButton() - 类 的构造器me.chanjar.weixin.cp.bean.taskcard.TaskCardButton
-
- taskId(String) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.TaskCardBuilder
-
Task id task card builder.
- taskId(String) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.TemplateCardBuilder
-
Task id template card builder.
- TaskResult() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpGetMomentTaskResult.TaskResult
-
- telephone - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Telephone.
- TEMPLATE_CARD - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.GroupRobotMsgType
-
模版类型消息.
- TemplateAttendance - me.chanjar.weixin.cp.bean.oa.templatedata.control中的类
-
The type Template attendance.
- TemplateAttendance() - 类 的构造器me.chanjar.weixin.cp.bean.oa.templatedata.control.TemplateAttendance
-
- TEMPLATECARD() - 类 中的静态方法me.chanjar.weixin.cp.bean.message.WxCpMessage
-
获得模板卡片消息builder.
- TemplateCardBuilder - me.chanjar.weixin.cp.bean.messagebuilder中的类
-
模板卡片消息Builder
用法: WxCustomMessage m = WxCustomMessage.TEMPLATECARD().title(...)....toUser(...).build();
- TemplateCardBuilder() - 类 的构造器me.chanjar.weixin.cp.bean.messagebuilder.TemplateCardBuilder
-
Instantiates a new Template card builder.
- TemplateCardButton - me.chanjar.weixin.cp.bean.templatecard中的类
-
按钮列表,该字段可为空数组,但有数据的话需确认对应字段是否必填,列表长度不超过6
- TemplateCardButton() - 类 的构造器me.chanjar.weixin.cp.bean.templatecard.TemplateCardButton
-
- TemplateCardButtonSelection - me.chanjar.weixin.cp.bean.templatecard中的类
-
- TemplateCardButtonSelection() - 类 的构造器me.chanjar.weixin.cp.bean.templatecard.TemplateCardButtonSelection
-
- TemplateCardButtonSelectionOption - me.chanjar.weixin.cp.bean.templatecard中的类
-
- TemplateCardButtonSelectionOption() - 类 的构造器me.chanjar.weixin.cp.bean.templatecard.TemplateCardButtonSelectionOption
-
- TemplateCardDTO() - 类 的构造器me.chanjar.weixin.cp.bean.message.TemplateCardMessage.TemplateCardDTO
-
- TemplateCardImageTextArea - me.chanjar.weixin.cp.bean.templatecard中的类
-
- TemplateCardImageTextArea() - 类 的构造器me.chanjar.weixin.cp.bean.templatecard.TemplateCardImageTextArea
-
- TemplateCardJump - me.chanjar.weixin.cp.bean.templatecard中的类
-
跳转指引样式的列表,该字段可为空数组,但有数据的话需确认对应字段是否必填,列表长度不超过3
- TemplateCardJump() - 类 的构造器me.chanjar.weixin.cp.bean.templatecard.TemplateCardJump
-
- TemplateCardMessage - me.chanjar.weixin.cp.bean.message中的类
-
- TemplateCardMessage() - 类 的构造器me.chanjar.weixin.cp.bean.message.TemplateCardMessage
-
- TemplateCardMessage.TemplateCardDTO - me.chanjar.weixin.cp.bean.message中的类
-
- TemplateCardMessage.TemplateCardDTO.ActionMenuDTO - me.chanjar.weixin.cp.bean.message中的类
-
- TemplateCardMessage.TemplateCardDTO.ButtonListDTO - me.chanjar.weixin.cp.bean.message中的类
-
- TemplateCardMessage.TemplateCardDTO.ButtonSelectionDTO - me.chanjar.weixin.cp.bean.message中的类
-
- TemplateCardMessage.TemplateCardDTO.CardActionDTO - me.chanjar.weixin.cp.bean.message中的类
-
- TemplateCardMessage.TemplateCardDTO.CardImageDTO - me.chanjar.weixin.cp.bean.message中的类
-
- TemplateCardMessage.TemplateCardDTO.CheckboxDTO - me.chanjar.weixin.cp.bean.message中的类
-
- TemplateCardMessage.TemplateCardDTO.CheckboxDTO.OptionListDTO - me.chanjar.weixin.cp.bean.message中的类
-
- TemplateCardMessage.TemplateCardDTO.HorizontalContentListDTO - me.chanjar.weixin.cp.bean.message中的类
-
- TemplateCardMessage.TemplateCardDTO.ImageTextAreaDTO - me.chanjar.weixin.cp.bean.message中的类
-
- TemplateCardMessage.TemplateCardDTO.JumpListDTO - me.chanjar.weixin.cp.bean.message中的类
-
- TemplateCardMessage.TemplateCardDTO.MainTitleDTO - me.chanjar.weixin.cp.bean.message中的类
-
- TemplateCardMessage.TemplateCardDTO.QuoteAreaDTO - me.chanjar.weixin.cp.bean.message中的类
-
- TemplateCardMessage.TemplateCardDTO.SelectListDTO - me.chanjar.weixin.cp.bean.message中的类
-
- TemplateCardMessage.TemplateCardDTO.SelectListDTO.OptionListDTO - me.chanjar.weixin.cp.bean.message中的类
-
- TemplateCardMessage.TemplateCardDTO.SourceDTO - me.chanjar.weixin.cp.bean.message中的类
-
- TemplateCardMessage.TemplateCardDTO.SubmitButtonDTO - me.chanjar.weixin.cp.bean.message中的类
-
- TemplateConfig - me.chanjar.weixin.cp.bean.oa.templatedata中的类
-
模板控件配置,包含了部分控件类型的附加类型、属性,详见附录说明。
- TemplateConfig() - 类 的构造器me.chanjar.weixin.cp.bean.oa.templatedata.TemplateConfig
-
- TemplateContact - me.chanjar.weixin.cp.bean.oa.templatedata.control中的类
-
The type Template contact.
- TemplateContact() - 类 的构造器me.chanjar.weixin.cp.bean.oa.templatedata.control.TemplateContact
-
- TemplateContent - me.chanjar.weixin.cp.bean.oa.templatedata中的类
-
The type Template content.
- TemplateContent() - 类 的构造器me.chanjar.weixin.cp.bean.oa.templatedata.TemplateContent
-
- TemplateControls - me.chanjar.weixin.cp.bean.oa.templatedata中的类
-
The type Template controls.
- TemplateControls() - 类 的构造器me.chanjar.weixin.cp.bean.oa.templatedata.TemplateControls
-
- TemplateDate - me.chanjar.weixin.cp.bean.oa.templatedata.control中的类
-
The type Template date.
- TemplateDate() - 类 的构造器me.chanjar.weixin.cp.bean.oa.templatedata.control.TemplateDate
-
- TemplateDateRange - me.chanjar.weixin.cp.bean.oa.templatedata中的类
-
The type Template date range.
- TemplateDateRange() - 类 的构造器me.chanjar.weixin.cp.bean.oa.templatedata.TemplateDateRange
-
- templateId - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Template id.
- TemplateName() - 类 的构造器me.chanjar.weixin.cp.bean.oa.applydata.ContentValue.TemplateName
-
- TemplateOptions - me.chanjar.weixin.cp.bean.oa.templatedata中的类
-
The type Template options.
- TemplateOptions() - 类 的构造器me.chanjar.weixin.cp.bean.oa.templatedata.TemplateOptions
-
- TemplateProperty - me.chanjar.weixin.cp.bean.oa.templatedata中的类
-
The type Template property.
- TemplateProperty() - 类 的构造器me.chanjar.weixin.cp.bean.oa.templatedata.TemplateProperty
-
- TemplateSelector - me.chanjar.weixin.cp.bean.oa.templatedata.control中的类
-
The type Template selector.
- TemplateSelector() - 类 的构造器me.chanjar.weixin.cp.bean.oa.templatedata.control.TemplateSelector
-
- TemplateTable - me.chanjar.weixin.cp.bean.oa.templatedata.control中的类
-
The type Template table.
- TemplateTable() - 类 的构造器me.chanjar.weixin.cp.bean.oa.templatedata.control.TemplateTable
-
- TemplateTitle - me.chanjar.weixin.cp.bean.oa.templatedata中的类
-
The type Template title.
- TemplateTitle() - 类 的构造器me.chanjar.weixin.cp.bean.oa.templatedata.TemplateTitle
-
- TemplateVacation - me.chanjar.weixin.cp.bean.oa.templatedata.control中的类
-
The type Template vacation.
- TemplateVacation() - 类 的构造器me.chanjar.weixin.cp.bean.oa.templatedata.control.TemplateVacation
-
- TemplateVacationItem - me.chanjar.weixin.cp.bean.oa.templatedata中的类
-
The type Template vacation item.
- TemplateVacationItem() - 类 的构造器me.chanjar.weixin.cp.bean.oa.templatedata.TemplateVacationItem
-
- test(WxCpXmlMessage) - 类 中的方法me.chanjar.weixin.cp.message.WxCpMessageRouterRule
-
Test boolean.
- test(WxCpTpXmlMessage) - 类 中的方法me.chanjar.weixin.cp.tp.message.WxCpTpMessageRouterRule
-
Test boolean.
- Text() - 类 的构造器me.chanjar.weixin.cp.bean.external.contact.ExternalContact.ExternalAttribute.Text
-
- Text - me.chanjar.weixin.cp.bean.external.msg中的类
-
消息文本消息.
- Text() - 类 的构造器me.chanjar.weixin.cp.bean.external.msg.Text
-
- TEXT() - 类 中的静态方法me.chanjar.weixin.cp.bean.message.WxCpMessage
-
获得文本消息builder.
- TEXT() - 类 中的静态方法me.chanjar.weixin.cp.bean.message.WxCpXmlOutMessage
-
获得文本消息builder.
- Text() - 类 的构造器me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Text
-
- Text() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpExternalContact.Text
-
- Text() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpUserExternalContactInfo.ExternalAttribute.Text
-
- TEXT - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.AppChatMsgType
-
文本消息.
- TEXT - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.GroupRobotMsgType
-
文本消息.
- TEXT - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.LinkedCorpMsgType
-
文本消息.
- TextBuilder - me.chanjar.weixin.cp.bean.messagebuilder中的类
-
文本消息builder
用法: WxCustomMessage m = WxCustomMessage.TEXT().content(...).toUser(...).build();
- TextBuilder() - 类 的构造器me.chanjar.weixin.cp.bean.messagebuilder.TextBuilder
-
Instantiates a new Text builder.
- TextBuilder - me.chanjar.weixin.cp.bean.outxmlbuilder中的类
-
文本消息builder
- TextBuilder() - 类 的构造器me.chanjar.weixin.cp.bean.outxmlbuilder.TextBuilder
-
- TEXTCARD() - 类 中的静态方法me.chanjar.weixin.cp.bean.message.WxCpMessage
-
获得文本卡片消息builder.
- TEXTCARD - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.AppChatMsgType
-
文本卡片消息(CP专用).
- TEXTCARD - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.LinkedCorpMsgType
-
文本卡片消息.
- TextCardBuilder - me.chanjar.weixin.cp.bean.messagebuilder中的类
-
文本卡片消息Builder
用法: WxCustomMessage m = WxCustomMessage.TEXTCARD().title(...)....toUser(...).build();
Created by Binary Wang on 2017-7-2.
- TextCardBuilder() - 类 的构造器me.chanjar.weixin.cp.bean.messagebuilder.TextCardBuilder
-
Instantiates a new Text card builder.
- thirdNo - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage.ApprovalInfo
-
已过时。
The Third no.
- thumbMediaId(String) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.VideoBuilder
-
Thumb media id video builder.
- TimeRule() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCheckinGroupBase.TimeRule
-
- TimeSection() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCheckinGroupBase.TimeSection
-
- TimeSection() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCheckinSchedule.UserSchedule.Schedule.ScheduleInfo.TimeSection
-
- timeStamp - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Time stamp.
- title(String) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.MiniProgramNoticeMsgBuilder
-
Title mini program notice msg builder.
- title(String) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.TaskCardBuilder
-
Title task card builder.
- title(String) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.TextCardBuilder
-
Title text card builder.
- title(String) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.VideoBuilder
-
Title video builder.
- title(String) - 类 中的方法me.chanjar.weixin.cp.bean.outxmlbuilder.VideoBuilder
-
Title video builder.
- TmpExternalUser() - 类 的构造器me.chanjar.weixin.cp.bean.oa.meeting.WxCpMeeting.Attendees.TmpExternalUser
-
- TO_SERVICE_EXTERNAL_USERID - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant TO_SERVICE_EXTERNAL_USERID.
- toEncryptedXml(WxCpConfigStorage) - 类 中的方法me.chanjar.weixin.cp.bean.message.WxCpXmlOutMessage
-
转换成加密的xml格式.
- toEncryptedXml(WxCpTpConfigStorage) - 类 中的方法me.chanjar.weixin.cp.bean.message.WxCpXmlOutMessage
-
企业微信服务商 转换加密的xml 格式
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.corpgroup.WxCpCorpGroupCorp
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.corpgroup.WxCpCorpGroupCorpToken
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.corpgroup.WxCpMaTransferSession
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.export.WxCpExportRequest
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.acquisition.WxCpCustomerAcquisitionCustomerList
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.acquisition.WxCpCustomerAcquisitionInfo.Range
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.acquisition.WxCpCustomerAcquisitionRequest
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.interceptrule.ApplicableRange
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.interceptrule.WxCpInterceptRule
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.interceptrule.WxCpInterceptRuleAddRequest
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.interceptrule.WxCpInterceptRuleAddResult
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpAddMomentResult
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpAddMomentTask
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpContactWayInfo.ContactWay
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpContactWayInfo
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpGetMomentComments
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpGetMomentCustomerList
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpGetMomentList
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpGetMomentSendResult
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpGetMomentTask
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpGetMomentTaskResult.TaskResult
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpGetMomentTaskResult
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpGroupJoinWayInfo.JoinWay
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpGroupJoinWayInfo
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpGroupWelcomeTemplateResult
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpMsgTemplate
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpMsgTemplateAddResult
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpProductAlbumInfo
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpUpdateRemarkRequest
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpUserExternalGroupChatTransferResp.GroupChatFailedTransfer
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpUserExternalGroupChatTransferResp
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpUserExternalTagGroupInfo.TagGroup
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpUserExternalTagGroupInfo
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpUserExternalTagGroupList
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpUserExternalUnassignList
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpUserTransferCustomerReq
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpUserTransferCustomerResp
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpUserTransferCustomerResp.TransferCustomer
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpUserTransferResultResp
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpUserTransferResultResp.TransferResult
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.external.WxCpWelcomeMsg
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.license.order.WxCpTpLicenseNewOrderRequest
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.license.order.WxCpTpLicenseRenewOrderJobRequest
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.license.order.WxCpTpLicenseRenewOrderRequest
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.license.WxCpTpLicenseAccountCount
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.license.WxCpTpLicenseBaseAccount
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.license.WxCpTpLicenseOrder
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.license.WxCpTpLicenseSimpleOrder
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.living.WxCpLivingCreateRequest.ActivityDetail
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.living.WxCpLivingCreateRequest
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.living.WxCpLivingInfo
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.living.WxCpLivingModifyRequest
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.living.WxCpLivingResult.LivingIdResult
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.living.WxCpLivingResult
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.living.WxCpLivingShareInfo
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.living.WxCpWatchStat
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.message.WxCpAppChatMessage
-
生成json字符串.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.message.WxCpGroupRobotMessage
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.message.WxCpLinkedCorpMessage
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.message.WxCpMessage
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.message.WxCpSchoolContactMessage
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.message.WxCpSchoolContactMessageSendResult
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpAgreeInfo.AgreeInfo
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpAgreeInfo
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatDatas
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatDatas.WxCpChatData
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Agree
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Calendar
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Card
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.ChatRecord
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.ChatRecordItem
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Collect
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Details
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Doc
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Emotion
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.File
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Image
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Info
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Link
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Location
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Meeting
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.MeetingVoiceCall.DemoFileData
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.MeetingVoiceCall.ShareScreenData
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.MeetingVoiceCall
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.NewsItem
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Redpacket
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Revoke
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.SphFeed
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Text
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Video
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Voice
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Weapp
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpCheckAgreeRequest.Info
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpCheckAgreeRequest
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpFileItem
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.msgaudit.WxCpGroupChat
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.calendar.WxCpOaCalendar
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.meeting.WxCpMeeting
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.meetingroom.WxCpOaMeetingRoom
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.selfagent.WxCpOpenApprovalData
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileAclAddRequest.AuthInfo
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileAclAddRequest
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileAclDelRequest.AuthInfo
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileAclDelRequest
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileCreate
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileDeleteRequest
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileDownload
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileInfo.FileInfo
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileInfo
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileList.FileList
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileList.Item
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileList
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileListRequest
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileMove.FileList
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileMove.Item
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileMove
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileMoveRequest
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileRename.File
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileRename
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileShare
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileUpload
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileUploadRequest
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceAclAddRequest.AuthInfo
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceAclAddRequest
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceAclDelRequest.AuthInfo
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceAclDelRequest
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceCreateData
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceCreateRequest.AuthInfo
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceCreateRequest
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceInfo.AuthInfo
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceInfo.AuthList
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceInfo.SpaceInfo
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceInfo
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceRenameRequest
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceSettingRequest
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceShare
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.WxCpApprovalInfoQueryFilter
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.WxCpCorpConfInfo
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.WxCpGetApprovalData
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.WxCpOaApplyEventRequest
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.WxCpOaSchedule
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.oa.WxCpUserVacationQuota
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.order.WxCpTpOrderDetails
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.order.WxCpTpOrderListGetResult
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.health.WxCpGetHealthReportStat
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.health.WxCpGetReportAnswer.Answer
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.health.WxCpGetReportAnswer.ReportValue
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.health.WxCpGetReportAnswer
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.health.WxCpGetReportJobIds
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.health.WxCpGetReportJobInfo.ApplyRange
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.health.WxCpGetReportJobInfo.JobInfo
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.health.WxCpGetReportJobInfo.OptionList
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.health.WxCpGetReportJobInfo.QuestionTemplate
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.health.WxCpGetReportJobInfo.ReportTo
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.health.WxCpGetReportJobInfo
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpAllowScope.AllowScope
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpAllowScope.Department
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpAllowScope
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpBatchCreateParentRequest.Children
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpBatchCreateParentRequest.Parent
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpBatchCreateParentRequest
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpBatchCreateStudentRequest.Student
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpBatchCreateStudentRequest
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpBatchDeleteStudentRequest
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpBatchResultList.ResultList
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpBatchResultList
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpBatchUpdateParentRequest.Children
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpBatchUpdateParentRequest.Parent
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpBatchUpdateParentRequest
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpBatchUpdateStudentRequest.Student
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpBatchUpdateStudentRequest
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpCreateDepartment
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpCreateDepartmentRequest.DepartmentAdmin
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpCreateDepartmentRequest
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpCreateParentRequest.Children
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpCreateParentRequest
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpDepartmentList.Department
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpDepartmentList.DepartmentAdmin
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpDepartmentList
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpExternalContact.ExternalAttribute
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpExternalContact.ExternalContact
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpExternalContact.SubscriberInfo
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpExternalContact.Tag
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpExternalContact
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpExternalContact.WxCpFollowUser
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpListParentResult.Children
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpListParentResult.Parent
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpListParentResult
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpSetUpgradeInfo
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpSubscribeQrCode
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpUpdateDepartmentRequest.DepartmentAdmin
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpUpdateDepartmentRequest
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpUpdateParentRequest.Children
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpUpdateParentRequest
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpUserListResult.Parent
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpUserListResult.Student
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpUserListResult
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpUserResult.Children
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpUserResult.Parent
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpUserResult.Student
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.user.WxCpUserResult
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.WxCpCustomizeHealthInfo.HealthInfo
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.WxCpCustomizeHealthInfo.OptionList
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.WxCpCustomizeHealthInfo.QuestionTemplate
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.WxCpCustomizeHealthInfo.ReportValue
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.WxCpCustomizeHealthInfo
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.WxCpPaymentResult.PaymentResult
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.WxCpPaymentResult
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.WxCpResultList.QrCodeList
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.WxCpResultList
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.WxCpSchoolLivingInfo.LivingInfo
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.WxCpSchoolLivingInfo.LivingRange
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.WxCpSchoolLivingInfo
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.WxCpSchoolUnwatchStat
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.WxCpSchoolWatchStat
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.school.WxCpTrade
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.templatecard.ActionMenuItem
-
To json json object.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.templatecard.CheckboxOption
-
To json json object.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.templatecard.HorizontalContent
-
To json json object.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.templatecard.MultipleSelect
-
To json json object.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.templatecard.QuoteArea
-
To json json object.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.templatecard.TemplateCardButton
-
To json json object.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.templatecard.TemplateCardButtonSelection
-
To json json object.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.templatecard.TemplateCardButtonSelectionOption
-
To json json object.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.templatecard.TemplateCardImageTextArea
-
To json json object.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.templatecard.TemplateCardJump
-
To json json object.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.templatecard.VerticalContent
-
To json json object.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.user.WxCpDeptUserResult.DeptUserList
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.user.WxCpDeptUserResult
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.WxCpAgent
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.WxCpBaseResp
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.WxCpDepart
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.WxCpTag
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.WxCpTagGetResult
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.WxCpTpAdmin.Admin
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.WxCpTpAdmin
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.WxCpTpAppQrcode
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.WxCpTpAuthInfo
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.WxCpTpContactSearch
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.WxCpTpCorp
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.WxCpTpCorpId2OpenCorpId
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.WxCpTpDepart
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.WxCpTpPermanentCodeInfo
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.WxCpTpProlongTryResult
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.WxCpTpUserDetail
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.WxCpTpUserInfo
-
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.WxCpUser
-
To json string.
- toJson() - 类 中的方法me.chanjar.weixin.cp.bean.WxTpCustomizedAuthUrl
-
- toParty - 类 中的变量me.chanjar.weixin.cp.bean.messagebuilder.BaseBuilder
-
The To party.
- toParty(String) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.BaseBuilder
-
To party t.
- toServiceExternalUserid(String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- toServiceExternalUserid(String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
代开发应用external_userid转换
文档地址:https://work.weixin.qq.com/api/doc/90001/90143/95195
企业同时安装服务商第三方应用以及授权代开发自建应用的时,服务商可使用该接口将代开发应用获取到的外部联系人id跟第三方应用的id进行关联,
该接口可将代开发自建应用获取到的external_userid转换为服务商第三方应用的external_userid。
- toString() - 类 中的方法me.chanjar.weixin.cp.bean.message.WxCpLinkedCorpMessageSendResult
-
- toString() - 类 中的方法me.chanjar.weixin.cp.bean.message.WxCpMessageSendResult
-
- toString() - 类 中的方法me.chanjar.weixin.cp.bean.message.WxCpXmlMessage
-
- toString() - 类 中的方法me.chanjar.weixin.cp.bean.oa.meeting.WxCpMeetingUpdateResult
-
- toString() - 类 中的方法me.chanjar.weixin.cp.bean.oa.meeting.WxCpUserMeetingIdResult
-
- toString() - 类 中的方法me.chanjar.weixin.cp.bean.WxCpInviteResult
-
- toString() - 类 中的方法me.chanjar.weixin.cp.bean.WxCpOpenUseridToUserid
-
- toString() - 类 中的方法me.chanjar.weixin.cp.bean.WxCpOpenUseridToUseridResult
-
- toString() - 类 中的方法me.chanjar.weixin.cp.bean.WxCpTagAddOrRemoveUsersResult
-
- toString() - 类 中的方法me.chanjar.weixin.cp.bean.WxCpUseridToOpenUserid
-
- toString() - 类 中的方法me.chanjar.weixin.cp.bean.WxCpUseridToOpenUseridResult
-
- toString() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- toString() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- toString() - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- toTag - 类 中的变量me.chanjar.weixin.cp.bean.messagebuilder.BaseBuilder
-
The To tag.
- toTag(String) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.BaseBuilder
-
To tag t.
- toTemplateString() - 类 中的方法me.chanjar.weixin.cp.bean.WxCpAgentWorkBench
-
生成模板Json字符串
- toUser - 类 中的变量me.chanjar.weixin.cp.bean.messagebuilder.BaseBuilder
-
The To user.
- toUser(String) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.BaseBuilder
-
To user t.
- toUser(String) - 类 中的方法me.chanjar.weixin.cp.bean.outxmlbuilder.BaseBuilder
-
To user builder type.
- toUserDataString() - 类 中的方法me.chanjar.weixin.cp.bean.WxCpAgentWorkBench
-
生成用户数据Json字符串
- toUserName - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The To user name.
- toUserName - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpXmlOutMessage
-
The To user name.
- toUserName - 类 中的变量me.chanjar.weixin.cp.bean.outxmlbuilder.BaseBuilder
-
The To user name.
- toUserName - 类 中的变量me.chanjar.weixin.cp.bean.WxCpTpXmlPackage
-
The To user name.
- toXml() - 类 中的方法me.chanjar.weixin.cp.bean.message.WxCpXmlOutMessage
-
To xml string.
- toXml(Class<T>, T) - 类 中的静态方法me.chanjar.weixin.cp.util.xml.XStreamTransformer
-
pojo -> xml.
- TRANSFER_CUSTOMER - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant TRANSFER_CUSTOMER.
- TRANSFER_FAIL - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.ExternalContactChangeType
-
客户接替失败事件
- TRANSFER_RESULT - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant TRANSFER_RESULT.
- TRANSFER_UNASSIGNED_CONTACT - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
已过时。
- transferCustomer(WxCpUserTransferCustomerReq) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- transferCustomer(WxCpUserTransferCustomerReq) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
企业可通过此接口,转接在职成员的客户给其他成员。
- TransferCustomer() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpUserTransferCustomerResp.TransferCustomer
-
- transferExternalContact(String, String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- transferExternalContact(String, String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
- transferGroupChat(String[], String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- transferGroupChat(String[], String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
企业可通过此接口,将已离职成员为群主的群,分配给另一个客服成员。
- transferResult(String, String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- transferResult(String, String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
企业和第三方可通过此接口查询在职成员的客户转接情况。
- TransferResult() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpUserTransferResultResp.TransferResult
-
- transServiceState(String, String, Integer, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpKfServiceImpl
-
- transServiceState(String, String, Integer, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpKfService
-
分配客服会话
变更会话状态
U
- UnassignInfo() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpUserExternalUnassignList.UnassignInfo
-
- UNION_ID_TO_EXTERNAL_USER_ID - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.IdConvert
-
将微信客户的unionid转为第三方主体的external_userid
该接口有调用频率限制,当subject_type为0时,按企业作如下的限制:10万次/小时、48万次/天、750万次/月
- UNIONID_TO_EXTERNAL_USERID - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant UNIONID_TO_EXTERNAL_USERID.
- UNIONID_TO_EXTERNAL_USERID_3RD - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant UNIONID_TO_EXTERNAL_USERID_3RD.
- unionidToExternalUserid(String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- unionidToExternalUserid(String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
服务商为企业代开发微信小程序的场景,服务商可通过此接口,将微信客户的unionid转为external_userid。
- unionidToExternalUserid(String, String, String, Integer) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpIdConvertServiceImpl
-
- unionidToExternalUserid(String, String, String, Integer) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpIdConvertService
-
unionid与external_userid的关联
查看文档
- unionidToExternalUserid3rd(String, String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- unionidToExternalUserid3rd(String, String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
企业客户微信unionid的升级 - unionid查询external_userid
文档地址:https://open.work.weixin.qq.com/api/doc/35863#4.2%20unionid%E6%9F%A5%E8%AF%A2external_userid
当微信用户在微信中使用第三方应用的小程序或公众号时,第三方可将获取到的unionid与openid,调用此接口转换为企业客户external_userid。
- UNLICENSED_NOTIFY - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpTpConsts.InfoType
-
接口许可失效通知
- UNSUBSCRIBE - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.EventType
-
成员取消关注事件.
- UNSUBSCRIBE - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.SchoolContactChangeType
-
The constant UNSUBSCRIBE.
- updAccount(WxCpKfAccountUpd) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpKfServiceImpl
-
- updAccount(WxCpKfAccountUpd) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpKfService
-
修改已有的客服帐号,可修改客服名称和头像。
- update(String, String, String, List<String>, List<String>) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpChatServiceImpl
-
- update(WxCpDepart) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpDepartmentServiceImpl
-
- update(WxCpMeeting) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpMeetingServiceImpl
-
- update(WxCpOaCalendar) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaCalendarServiceImpl
-
- update(WxCpOaSchedule) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaOaScheduleServiceImpl
-
- update(String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpTagServiceImpl
-
- update(List<String>, String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpTaskCardServiceImpl
-
- update(WxCpUser) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpUserServiceImpl
-
- update(String, String, String, List<String>, List<String>) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpChatService
-
修改群聊会话.
- update(WxCpDepart) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpDepartmentService
-
部门管理接口 - 更新部门.
- update(WxCpMeeting) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpMeetingService
-
修改预约会议
该接口用于修改一个指定的预约会议。。
- update(WxCpOaCalendar) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaCalendarService
-
更新日历.
- update(WxCpOaSchedule) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaScheduleService
-
更新日程
该接口用于在日历中更新指定的日程。
- update(String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpTagService
-
更新标签.
- update(List<String>, String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpTaskCardService
-
更新任务卡片消息状态
详情请见: https://work.weixin.qq.com/api/doc#90000/90135/91579
注意: 这个方法使用WxCpConfigStorage里的agentId
- update(WxCpUser) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpUserService
-
更新用户.
- UPDATE - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.ExternalChatChangeType
-
客户群变更事件
- UPDATE - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.ExternalTagChangeType
-
变更企业客户标签
- update(WxCpTpDepart) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpDepartmentServiceImpl
-
- update(String, String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpTagServiceImpl
-
- update(WxCpUser) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpUserServiceImpl
-
- update(WxCpTpDepart) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpDepartmentService
-
部门管理接口 - 更新部门.
- update(String, String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpTagService
-
更新标签.
- update(WxCpUser) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpUserService
-
更新用户.
- UPDATE_BUTTON() - 类 中的静态方法me.chanjar.weixin.cp.bean.message.WxCpXmlOutMessage
-
获得任务卡片消息builder.
- UPDATE_CONTACT_WAY - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant UPDATE_CONTACT_WAY.
- UPDATE_DEPARTMENT - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.SchoolContactChangeType
-
The constant UPDATE_DEPARTMENT.
- UPDATE_INTERCEPT_RULE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant UPDATE_INTERCEPT_RULE.
- UPDATE_JOIN_WAY - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant UPDATE_JOIN_WAY.
- UPDATE_PARENT - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.School
-
The constant UPDATE_PARENT.
- UPDATE_PARENT - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.SchoolContactChangeType
-
The constant UPDATE_PARENT.
- UPDATE_PARTY - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.ContactChangeType
-
更新部门事件.
- UPDATE_PRODUCT_ALBUM - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant UPDATE_PRODUCT_ALBUM.
- UPDATE_REMARK - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant UPDATE_REMARK.
- UPDATE_STUDENT - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.School
-
The constant UPDATE_STUDENT.
- UPDATE_STUDENT - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.SchoolContactChangeType
-
The constant UPDATE_STUDENT.
- UPDATE_TAG - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.ContactChangeType
-
标签成员变更事件.
- UPDATE_TASK_CARD - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.TaskCard
-
The constant UPDATE_TASK_CARD.
- UPDATE_TEMPLATE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Oa
-
The constant CREATE_TEMPLATE.
- UPDATE_TEMPLATE_CARD - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.TaskCard
-
The constant UPDATE_TEMPLATE_CARD.
- UPDATE_USER - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.ContactChangeType
-
更新成员事件.
- updateAccessToken(WxAccessToken) - 类 中的方法me.chanjar.weixin.cp.config.impl.AbstractWxCpInRedisConfigImpl
-
- updateAccessToken(String, int) - 类 中的方法me.chanjar.weixin.cp.config.impl.AbstractWxCpInRedisConfigImpl
-
- updateAccessToken(WxAccessToken) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- updateAccessToken(String, int) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- updateAccessToken(WxAccessToken) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- updateAccessToken(String, int) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- updateAccessToken(String, String, int) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- updateAccessToken(String, String, int) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- updateAccessToken(WxAccessToken) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
Update access token.
- updateAccessToken(String, int) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
Update access token.
- updateAccessToken(String, String, int) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
Update access token.
- updateAgentJsapiTicket(String, int) - 类 中的方法me.chanjar.weixin.cp.config.impl.AbstractWxCpInRedisConfigImpl
-
- updateAgentJsapiTicket(String, int) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- updateAgentJsapiTicket(String, int) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- updateAgentJsapiTicket(String, int) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
应该是线程安全的.
- updateAuthCorpJsApiTicket(String, String, int) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- updateAuthCorpJsApiTicket(String, String, int) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- updateAuthCorpJsApiTicket(String, String, int) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
Update auth corp js api ticket.
- updateAuthSuiteJsApiTicket(String, String, int) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- updateAuthSuiteJsApiTicket(String, String, int) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- updateAuthSuiteJsApiTicket(String, String, int) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
Update auth suite js api ticket.
- UpdateButtonBuilder - me.chanjar.weixin.cp.bean.outxmlbuilder中的类
-
模板卡片更新点击用户的按钮点击文案消息builder
- UpdateButtonBuilder() - 类 的构造器me.chanjar.weixin.cp.bean.outxmlbuilder.UpdateButtonBuilder
-
- updateContactWay(WxCpContactWayInfo) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- updateContactWay(WxCpContactWayInfo) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
更新企业已配置的「联系我」方式
更新企业配置的「联系我」二维码和「联系我」小程序按钮中的信息,如使用人员和备注等。
- updateCorpAccessToken(String, Integer, String, int) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupDefaultConfigImpl
-
- updateCorpAccessToken(String, Integer, String, int) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpCorpGroupRedissonConfigImpl
-
- updateCorpAccessToken(String, Integer, String, int) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpCorpGroupConfigStorage
-
Update corp access token.
- updateCorpAccessToken(String, Integer, String, int) - 类 中的方法me.chanjar.weixin.cp.corpgroup.service.impl.BaseWxCpCgServiceImpl
-
- updateCorpAccessToken(String, Integer, String, int) - 接口 中的方法me.chanjar.weixin.cp.corpgroup.service.WxCpCgService
-
Update corp access token.
- updateDepartment(WxCpUpdateDepartmentRequest) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpSchoolUserServiceImpl
-
- updateDepartment(WxCpUpdateDepartmentRequest) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpSchoolUserService
-
更新部门
请求方式:POST(HTTPS)
请求地址:https://qyapi.weixin.qq.com/cgi-bin/school/department/update?
- updateDetail - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Update detail.
- updateDetail(String) - 类 中的方法me.chanjar.weixin.cp.bean.outxmlbuilder.EventBuilder
-
Update detail event builder.
- updateInterceptRule(WxCpInterceptRule) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- updateInterceptRule(WxCpInterceptRule) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
修改敏感词规则
文档地址
企业和第三方应用可以通过此接口修改敏感词规则
请求方式:POST(HTTPS)
请求地址:https://qyapi.weixin.qq.com/cgi-bin/externalcontact/update_intercept_rule?
- updateJoinWay(WxCpGroupJoinWayInfo) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- updateJoinWay(WxCpGroupJoinWayInfo) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
更新客户群进群方式配置
更新进群方式配置信息。
- updateJsapiTicket(String, int) - 类 中的方法me.chanjar.weixin.cp.config.impl.AbstractWxCpInRedisConfigImpl
-
- updateJsapiTicket(String, int) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- updateJsapiTicket(String, int) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
- updateJsapiTicket(String, int) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpConfigStorage
-
应该是线程安全的.
- updateOaApprovalTemplate(WxCpOaApprovalTemplate) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpOaServiceImpl
-
- updateOaApprovalTemplate(WxCpOaApprovalTemplate) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpOaService
-
更新审批模板
可调用本接口更新审批模板。
- updateParent(WxCpUpdateParentRequest) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpSchoolUserServiceImpl
-
- updateParent(WxCpUpdateParentRequest) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpSchoolUserService
-
更新家长
请求方式:POST(HTTPS)
请求地址:https://qyapi.weixin.qq.com/cgi-bin/school/user/update_parent?
- updateProductAlbum(WxCpProductAlbumInfo) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- updateProductAlbum(WxCpProductAlbumInfo) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
编辑商品图册
企业和第三方应用可以通过此接口修改商品信息
请求方式:POST(HTTPS)
请求地址:
updateProviderToken(String, int) - 类 中的方法me.chanjar.weixin.cp.config.impl.
WxCpTpDefaultConfigImpl
-
- updateProviderToken(String, int) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- updateProviderToken(String, int) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
Update provider token.
- updateRemark(WxCpUpdateRemarkRequest) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- updateRemark(WxCpUpdateRemarkRequest) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
修改客户备注信息.
- updateStudent(String, String, String, List<Integer>) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpSchoolUserServiceImpl
-
- updateStudent(String, String, String, List<Integer>) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpSchoolUserService
-
更新学生
请求方式:POST(HTTPS)
请求地址:https://qyapi.weixin.qq.com/cgi-bin/school/user/update_student?
- updateSuiteAccessToken(WxAccessToken) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- updateSuiteAccessToken(String, int) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- updateSuiteAccessToken(WxAccessToken) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- updateSuiteAccessToken(String, int) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- updateSuiteAccessToken(WxAccessToken) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
Update suite access token.
- updateSuiteAccessToken(String, int) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
Update suite access token.
- updateSuiteTicket(String, int) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- updateSuiteTicket(String, int) - 类 中的方法me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- updateSuiteTicket(String, int) - 接口 中的方法me.chanjar.weixin.cp.config.WxCpTpConfigStorage
-
Update suite ticket.
- updateTemplateCardButton(List<String>, List<Integer>, List<Integer>, Integer, String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpTaskCardServiceImpl
-
- updateTemplateCardButton(TemplateCardMessage) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpTaskCardServiceImpl
-
- updateTemplateCardButton(List<String>, List<Integer>, List<Integer>, Integer, String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpTaskCardService
-
更新按钮为不可点击状态
详情请见https://developer.work.weixin.qq.com/document/path/94888#%E6%9B%B4%E6%96%B0%E6%8C%89%E9%92%AE%E4%B8%BA%E4%B8
%8D%E5%8F%AF%E7%82%B9%E5%87%BB%E7%8A%B6%E6%80%81
- updateTemplateCardButton(TemplateCardMessage) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpTaskCardService
-
- upgradeGroupchatService(String, String, String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpKfServiceImpl
-
- upgradeGroupchatService(String, String, String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpKfService
-
升级客户群服务
- upgradeMemberService(String, String, String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpKfServiceImpl
-
- upgradeMemberService(String, String, String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpKfService
-
升级专员服务
- upload(String, String, InputStream) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpMediaServiceImpl
-
- upload(String, String, String) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpMediaServiceImpl
-
- upload(String, File) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpMediaServiceImpl
-
- upload(String, String, InputStream) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpMediaService
-
上传多媒体文件.
- upload(String, String, String) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpMediaService
-
上传多媒体文件.
- upload(String, File) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpMediaService
-
上传多媒体文件.
- upload(String, String, InputStream, String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpMediaServiceImpl
-
- upload(String, File, String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpMediaServiceImpl
-
- upload(String, String, InputStream, String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpMediaService
-
上传多媒体文件.
- upload(String, File, String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpMediaService
-
上传多媒体文件.
- UPLOAD_ATTACHMENT - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.ExternalContact
-
The constant UPLOAD_ATTACHMENT.
- uploadAttachment(String, String, Integer, InputStream) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- uploadAttachment(String, Integer, File) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- uploadAttachment(String, String, Integer, InputStream) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
- uploadAttachment(String, Integer, File) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExternalContactService
-
- uploadImg(File) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpMediaServiceImpl
-
- uploadImg(File) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpMediaService
-
上传图片.
- uploadImg(File, String) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpMediaServiceImpl
-
- uploadImg(File, String) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpMediaService
-
上传图片.
- url(String) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.TaskCardBuilder
-
Url task card builder.
- url(String) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.TextCardBuilder
-
Url text card builder.
- URL_OAUTH2_AUTHORIZE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.OAuth2
-
The constant URL_OAUTH2_AUTHORIZE.
- user(WxCpExportRequest) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpExportServiceImpl
-
- user(WxCpExportRequest) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpExportService
-
导出成员详情
请求方式:POST(HTTPS)
请求地址:
User() - 类 的构造器me.chanjar.weixin.cp.bean.living.
WxCpWatchStat.User
-
- User() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpAgent.User
-
- User() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTpContactSearchResp.QueryResult.User
-
- USER - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.Export
-
The constant USER.
- USER_AUTHENTICATE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.User
-
The constant USER_AUTHENTICATE.
- USER_BATCH_DELETE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.User
-
The constant USER_BATCH_DELETE.
- USER_CONVERT_TO_OPENID - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.User
-
The constant USER_CONVERT_TO_OPENID.
- USER_CONVERT_TO_USERID - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.User
-
The constant USER_CONVERT_TO_USERID.
- USER_CREATE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.User
-
The constant USER_CREATE.
- USER_DELETE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.User
-
The constant USER_DELETE.
- USER_GET - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.User
-
The constant USER_GET.
- USER_LIST - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.User
-
The constant USER_LIST.
- USER_LIST_ID - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.User
-
The constant USER_LIST_ID.
- USER_SIMPLE_LIST - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.User
-
The constant USER_SIMPLE_LIST.
- USER_UPDATE - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.User
-
The constant USER_UPDATE.
- userId - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage.AuthUserInfo
-
The User id.
- userID - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The User id.
- userID(String) - 类 中的方法me.chanjar.weixin.cp.bean.outxmlbuilder.EventBuilder
-
User id event builder.
- userId2Openid(String, Integer) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpUserServiceImpl
-
- userId2Openid(String, Integer) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpUserService
-
userid转openid.
- userId2Openid(String, Integer) - 类 中的方法me.chanjar.weixin.cp.tp.service.impl.WxCpTpUserServiceImpl
-
- userId2Openid(String, Integer) - 接口 中的方法me.chanjar.weixin.cp.tp.service.WxCpTpUserService
-
userid转openid.
- USERID_TO_OPEN_USERID - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.User
-
The constant USERID_TO_OPEN_USERID.
- useridToOpenUserid(ArrayList<String>) - 类 中的方法me.chanjar.weixin.cp.api.impl.WxCpUserServiceImpl
-
- useridToOpenUserid(ArrayList<String>) - 接口 中的方法me.chanjar.weixin.cp.api.WxCpUserService
-
userid转换为open_userid
将自建应用或代开发应用获取的userid转换为第三方应用的userid
https://developer.work.weixin.qq.com/document/path/95603
- UserInfo() - 类 的构造器me.chanjar.weixin.cp.bean.WxTpLoginInfo.UserInfo
-
- Users() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpAgent.Users
-
- UserSchedule() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCheckinSchedule.UserSchedule
-
V
- Vacation() - 类 的构造器me.chanjar.weixin.cp.bean.oa.applydata.ContentValue.Vacation
-
- VacationQuota() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpUserVacationQuota.VacationQuota
-
- valueOf(String) - 枚举 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpContactWayInfo.SCENE
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpContactWayInfo.TYPE
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpUserTransferResultResp.STATUS
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法me.chanjar.weixin.cp.bean.Gender
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法me.chanjar.weixin.cp.bean.oa.WxCpApprovalInfoQueryFilter.KEY
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法me.chanjar.weixin.cp.bean.oa.WxCpApproverAttr
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法me.chanjar.weixin.cp.bean.oa.WxCpRecordSpStatus
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法me.chanjar.weixin.cp.bean.oa.WxCpSpStatus
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpContactWayInfo.SCENE
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpContactWayInfo.TYPE
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法me.chanjar.weixin.cp.bean.external.WxCpUserTransferResultResp.STATUS
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法me.chanjar.weixin.cp.bean.Gender
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法me.chanjar.weixin.cp.bean.oa.WxCpApprovalInfoQueryFilter.KEY
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法me.chanjar.weixin.cp.bean.oa.WxCpApproverAttr
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法me.chanjar.weixin.cp.bean.oa.WxCpRecordSpStatus
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法me.chanjar.weixin.cp.bean.oa.WxCpSpStatus
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- VerticalContent - me.chanjar.weixin.cp.bean.templatecard中的类
-
卡片二级垂直内容,该字段可为空数组,但有数据的话需确认对应字段是否必填,列表长度不超过4
- VerticalContent() - 类 的构造器me.chanjar.weixin.cp.bean.templatecard.VerticalContent
-
- verticalContents(List<VerticalContent>) - 类 中的方法me.chanjar.weixin.cp.bean.messagebuilder.TemplateCardBuilder
-
Vertical contents template card builder.
- Video - me.chanjar.weixin.cp.bean.external.msg中的类
-
视频消息
- Video() - 类 的构造器me.chanjar.weixin.cp.bean.external.msg.Video
-
- VIDEO() - 类 中的静态方法me.chanjar.weixin.cp.bean.message.WxCpMessage
-
获得视频消息builder.
- VIDEO() - 类 中的静态方法me.chanjar.weixin.cp.bean.message.WxCpXmlOutMessage
-
获得视频消息builder.
- video - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpXmlOutVideoMessage
-
The Video.
- Video() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpXmlOutVideoMessage.Video
-
- Video() - 类 的构造器me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Video
-
- VIDEO - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.AppChatMsgType
-
视频消息.
- VIDEO - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.LinkedCorpMsgType
-
视频消息.
- VIDEO - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.MsgAuditMediaType
-
视频
- VIDEO - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.WelcomeMsgType
-
视频消息.
- VideoBuilder - me.chanjar.weixin.cp.bean.messagebuilder中的类
-
视频消息builder
用法: WxCustomMessage m = WxCustomMessage.VOICE()
.mediaId(...)
.title(...)
.thumbMediaId(..)
.description(..)
.toUser(...)
.build();
- VideoBuilder() - 类 的构造器me.chanjar.weixin.cp.bean.messagebuilder.VideoBuilder
-
Instantiates a new Video builder.
- VideoBuilder - me.chanjar.weixin.cp.bean.outxmlbuilder中的类
-
视频消息builder
- VideoBuilder() - 类 的构造器me.chanjar.weixin.cp.bean.outxmlbuilder.VideoBuilder
-
- VIEW - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.EventType
-
点击菜单跳转链接的事件推送.
- VisibleRange - me.chanjar.weixin.cp.bean.external.moment中的类
-
The type Visible range.
- VisibleRange() - 类 的构造器me.chanjar.weixin.cp.bean.external.moment.VisibleRange
-
- Visitor() - 类 的构造器me.chanjar.weixin.cp.bean.school.WxCpSchoolWatchStat.Visitor
-
- VOICE() - 类 中的静态方法me.chanjar.weixin.cp.bean.message.WxCpMessage
-
获得语音消息builder.
- VOICE() - 类 中的静态方法me.chanjar.weixin.cp.bean.message.WxCpXmlOutMessage
-
获得语音消息builder.
- Voice() - 类 的构造器me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Voice
-
- VOICE - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.AppChatMsgType
-
语音消息.
- VOICE - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.GroupRobotMsgType
-
文件类型消息.
- VOICE - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.MsgAuditMediaType
-
语音
- VoiceBuilder - me.chanjar.weixin.cp.bean.messagebuilder中的类
-
语音消息builder
用法: WxCustomMessage m = WxCustomMessage.VOICE().mediaId(...).toUser(...).build();
- VoiceBuilder() - 类 的构造器me.chanjar.weixin.cp.bean.messagebuilder.VoiceBuilder
-
Instantiates a new Voice builder.
- VoiceBuilder - me.chanjar.weixin.cp.bean.outxmlbuilder中的类
-
语音消息builder
- VoiceBuilder() - 类 的构造器me.chanjar.weixin.cp.bean.outxmlbuilder.VoiceBuilder
-
- VOIP_DOC_SHARE - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.MsgAuditMediaType
-
音频共享文档消息
W
- Weapp() - 类 的构造器me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel.Weapp
-
- Web() - 类 的构造器me.chanjar.weixin.cp.bean.external.contact.ExternalContact.ExternalAttribute.Web
-
- Web() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpExternalContact.Web
-
- Web() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpUserExternalContactInfo.ExternalAttribute.Web
-
- WEBHOOK_SEND - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts
-
The constant WEBHOOK_SEND.
- WEBVIEW - 类 中的静态变量me.chanjar.weixin.cp.constant.WxCpConsts.WorkBenchType
-
The constant WEBVIEW.
- WechatChannel() - 类 的构造器me.chanjar.weixin.cp.bean.external.contact.ExternalContact.WechatChannel
-
- WechatChannels() - 类 的构造器me.chanjar.weixin.cp.bean.external.contact.FollowedUser.WechatChannels
-
- WechatChannels() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpUser.WechatChannels
-
- welcomeCode - 类 中的变量me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
The Welcome code.
- welcomeCode(String) - 类 中的方法me.chanjar.weixin.cp.bean.outxmlbuilder.EventBuilder
-
Welcome code event builder.
- WelcomeMsgType() - 类 的构造器me.chanjar.weixin.cp.constant.WxCpConsts.WelcomeMsgType
-
- WifiMacInfo() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCheckinGroupBase.WifiMacInfo
-
- WORKBENCH_DATA_SET - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.WorkBench
-
The constant WORKBENCH_DATA_SET.
- WORKBENCH_TEMPLATE_GET - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.WorkBench
-
The constant WORKBENCH_TEMPLATE_GET.
- WORKBENCH_TEMPLATE_SET - 接口 中的静态变量me.chanjar.weixin.cp.constant.WxCpApiPathConsts.WorkBench
-
The constant WORKBENCH_TEMPLATE_SET.
- WorkBenchKeyData - me.chanjar.weixin.cp.bean.workbench中的类
-
The type Work bench key data.
- WorkBenchKeyData() - 类 的构造器me.chanjar.weixin.cp.bean.workbench.WorkBenchKeyData
-
- WorkBenchList - me.chanjar.weixin.cp.bean.workbench中的类
-
列表模板类型 *
- WorkBenchList() - 类 的构造器me.chanjar.weixin.cp.bean.workbench.WorkBenchList
-
- WorkBenchType() - 类 的构造器me.chanjar.weixin.cp.constant.WxCpConsts.WorkBenchType
-
- WxCpAddMomentResult - me.chanjar.weixin.cp.bean.external中的类
-
企业发表内容到客户的朋友圈 创建发表任务结果
- WxCpAddMomentResult() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpAddMomentResult
-
- WxCpAddMomentTask - me.chanjar.weixin.cp.bean.external中的类
-
企业发表内容到客户的朋友圈 创建发表任务
- WxCpAddMomentTask() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpAddMomentTask
-
- WxCpAgent - me.chanjar.weixin.cp.bean中的类
-
企业号应用信息.
- WxCpAgent() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpAgent
-
- WxCpAgent.Parties - me.chanjar.weixin.cp.bean中的类
-
The type Parties.
- WxCpAgent.Tags - me.chanjar.weixin.cp.bean中的类
-
The type Tags.
- WxCpAgent.User - me.chanjar.weixin.cp.bean中的类
-
The type User.
- WxCpAgent.Users - me.chanjar.weixin.cp.bean中的类
-
The type Users.
- WxCpAgentJsapiSignature - me.chanjar.weixin.cp.bean中的类
-
调用wx.agentConfig时所需要的签名信息
- WxCpAgentJsapiSignature() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpAgentJsapiSignature
-
- WxCpAgentService - me.chanjar.weixin.cp.api中的接口
-
- WxCpAgentServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
管理企业号应用
Created by huansinho on 2018/4/13.
- WxCpAgentServiceImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpAgentServiceImpl
-
- WxCpAgentWorkBench - me.chanjar.weixin.cp.bean中的类
-
The type Wx cp agent work bench.
- WxCpAgentWorkBench() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpAgentWorkBench
-
- WxCpAgentWorkBenchService - me.chanjar.weixin.cp.api中的接口
-
The interface Wx cp agent work bench service.
- WxCpAgentWorkBenchServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
工作台自定义展示实现
- WxCpAgentWorkBenchServiceImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpAgentWorkBenchServiceImpl
-
- WxCpAgreeInfo - me.chanjar.weixin.cp.bean.msgaudit中的类
-
获取会话同意情况返回对象.
- WxCpAgreeInfo() - 类 的构造器me.chanjar.weixin.cp.bean.msgaudit.WxCpAgreeInfo
-
- WxCpAgreeInfo.AgreeInfo - me.chanjar.weixin.cp.bean.msgaudit中的类
-
The type Agree info.
- WxCpAllowScope - me.chanjar.weixin.cp.bean.school.user中的类
-
获取可使用的家长范围 返回结果.
- WxCpAllowScope() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpAllowScope
-
- WxCpAllowScope.AllowScope - me.chanjar.weixin.cp.bean.school.user中的类
-
The type Allow scope.
- WxCpAllowScope.Department - me.chanjar.weixin.cp.bean.school.user中的类
-
The type Department.
- WxCpAllowScope.Student - me.chanjar.weixin.cp.bean.school.user中的类
-
The type Student.
- WxCpApiPathConsts - me.chanjar.weixin.cp.constant中的接口
-
企业微信api地址常量类
Created by BinaryWang on 2019-06-02.
- WxCpApiPathConsts.Agent - me.chanjar.weixin.cp.constant中的接口
-
The interface Agent.
- WxCpApiPathConsts.Chat - me.chanjar.weixin.cp.constant中的接口
-
The interface Chat.
- WxCpApiPathConsts.CorpGroup - me.chanjar.weixin.cp.constant中的接口
-
- WxCpApiPathConsts.Department - me.chanjar.weixin.cp.constant中的接口
-
The interface Department.
- WxCpApiPathConsts.Export - me.chanjar.weixin.cp.constant中的接口
-
The interface Export.
- WxCpApiPathConsts.ExternalContact - me.chanjar.weixin.cp.constant中的接口
-
The interface External contact.
- WxCpApiPathConsts.IdConvert - me.chanjar.weixin.cp.constant中的接口
-
- WxCpApiPathConsts.Kf - me.chanjar.weixin.cp.constant中的接口
-
The interface Kf.
- WxCpApiPathConsts.License - me.chanjar.weixin.cp.constant中的接口
-
The interface License.
- WxCpApiPathConsts.LinkedCorp - me.chanjar.weixin.cp.constant中的接口
-
- WxCpApiPathConsts.Living - me.chanjar.weixin.cp.constant中的接口
-
The interface Living.
- WxCpApiPathConsts.Media - me.chanjar.weixin.cp.constant中的接口
-
The interface Media.
- WxCpApiPathConsts.Menu - me.chanjar.weixin.cp.constant中的接口
-
The interface Menu.
- WxCpApiPathConsts.Message - me.chanjar.weixin.cp.constant中的接口
-
消息推送相关接口
https://work.weixin.qq.com/api/doc/90000/90135/90235
- WxCpApiPathConsts.MsgAudit - me.chanjar.weixin.cp.constant中的接口
-
The interface Msg audit.
- WxCpApiPathConsts.Oa - me.chanjar.weixin.cp.constant中的接口
-
The interface Oa.
- WxCpApiPathConsts.OAuth2 - me.chanjar.weixin.cp.constant中的接口
-
The interface O auth 2.
- WxCpApiPathConsts.School - me.chanjar.weixin.cp.constant中的接口
-
The interface School.
- WxCpApiPathConsts.Tag - me.chanjar.weixin.cp.constant中的接口
-
The interface Tag.
- WxCpApiPathConsts.TaskCard - me.chanjar.weixin.cp.constant中的接口
-
The interface Task card.
- WxCpApiPathConsts.Tp - me.chanjar.weixin.cp.constant中的接口
-
The interface Tp.
- WxCpApiPathConsts.User - me.chanjar.weixin.cp.constant中的接口
-
The interface User.
- WxCpApiPathConsts.WorkBench - me.chanjar.weixin.cp.constant中的接口
-
The interface Work bench.
- WxCpAppChatMessage - me.chanjar.weixin.cp.bean.message中的类
-
应用推送消息
Created by Binary Wang on 2019/1/26.
- WxCpAppChatMessage() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpAppChatMessage
-
- WxCpApprovalApplier - me.chanjar.weixin.cp.bean.oa中的类
-
申请人信息
- WxCpApprovalApplier() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpApprovalApplier
-
- WxCpApprovalApplyData - me.chanjar.weixin.cp.bean.oa中的类
-
审批申请数据
- WxCpApprovalApplyData() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpApprovalApplyData
-
- WxCpApprovalComment - me.chanjar.weixin.cp.bean.oa中的类
-
审批申请备注信息
- WxCpApprovalComment() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpApprovalComment
-
- WxCpApprovalDetail() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpApprovalDetailResult.WxCpApprovalDetail
-
- WxCpApprovalDetailResult - me.chanjar.weixin.cp.bean.oa中的类
-
审批申请详情响应结果
- WxCpApprovalDetailResult() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpApprovalDetailResult
-
- WxCpApprovalDetailResult.WxCpApprovalDetail - me.chanjar.weixin.cp.bean.oa中的类
-
The type Wx cp approval detail.
- WxCpApprovalInfo - me.chanjar.weixin.cp.bean.oa中的类
-
The type Wx cp approval info.
- WxCpApprovalInfo() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpApprovalInfo
-
- WxCpApprovalInfoQueryFilter - me.chanjar.weixin.cp.bean.oa中的类
-
批量获取审批单号的筛选条件,可对批量拉取的审批申请设置约束条件,支持设置多个条件
注意:
仅“部门”支持同时配置多个筛选条件。
- WxCpApprovalInfoQueryFilter() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpApprovalInfoQueryFilter
-
- WxCpApprovalInfoQueryFilter.KEY - me.chanjar.weixin.cp.bean.oa中的枚举
-
The enum Key.
- WxCpApprovalRecord - me.chanjar.weixin.cp.bean.oa中的类
-
审批流程信息
- WxCpApprovalRecord() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpApprovalRecord
-
- WxCpApprovalRecordDetail - me.chanjar.weixin.cp.bean.oa中的类
-
审批节点详情
- WxCpApprovalRecordDetail() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpApprovalRecordDetail
-
- WxCpApproverAttr - me.chanjar.weixin.cp.bean.oa中的枚举
-
审批方式
- WxCpBaseResp - me.chanjar.weixin.cp.bean中的类
-
返回结果
- WxCpBaseResp() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpBaseResp
-
- WxCpBatchCreateParentRequest - me.chanjar.weixin.cp.bean.school.user中的类
-
批量创建家长.
- WxCpBatchCreateParentRequest() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpBatchCreateParentRequest
-
- WxCpBatchCreateParentRequest.Children - me.chanjar.weixin.cp.bean.school.user中的类
-
The type Children.
- WxCpBatchCreateParentRequest.Parent - me.chanjar.weixin.cp.bean.school.user中的类
-
The type Parent.
- WxCpBatchCreateStudentRequest - me.chanjar.weixin.cp.bean.school.user中的类
-
批量创建学生请求.
- WxCpBatchCreateStudentRequest() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpBatchCreateStudentRequest
-
- WxCpBatchCreateStudentRequest.Student - me.chanjar.weixin.cp.bean.school.user中的类
-
The type Student.
- WxCpBatchDeleteStudentRequest - me.chanjar.weixin.cp.bean.school.user中的类
-
批量删除学生请求.
- WxCpBatchDeleteStudentRequest() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpBatchDeleteStudentRequest
-
- WxCpBatchResultList - me.chanjar.weixin.cp.bean.school.user中的类
-
批量返回结果.
- WxCpBatchResultList() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpBatchResultList
-
- WxCpBatchResultList.ResultList - me.chanjar.weixin.cp.bean.school.user中的类
-
The type Result list.
- WxCpBatchUpdateParentRequest - me.chanjar.weixin.cp.bean.school.user中的类
-
批量更新家长.
- WxCpBatchUpdateParentRequest() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpBatchUpdateParentRequest
-
- WxCpBatchUpdateParentRequest.Children - me.chanjar.weixin.cp.bean.school.user中的类
-
The type Children.
- WxCpBatchUpdateParentRequest.Parent - me.chanjar.weixin.cp.bean.school.user中的类
-
The type Parent.
- WxCpBatchUpdateStudentRequest - me.chanjar.weixin.cp.bean.school.user中的类
-
批量更新学生请求.
- WxCpBatchUpdateStudentRequest() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpBatchUpdateStudentRequest
-
- WxCpBatchUpdateStudentRequest.Student - me.chanjar.weixin.cp.bean.school.user中的类
-
The type Student.
- WxCpCgService - me.chanjar.weixin.cp.corpgroup.service中的接口
-
企业微信企业互联API的Service.
- WxCpCgServiceApacheHttpClientImpl - me.chanjar.weixin.cp.corpgroup.service.impl中的类
-
- WxCpCgServiceApacheHttpClientImpl() - 类 的构造器me.chanjar.weixin.cp.corpgroup.service.impl.WxCpCgServiceApacheHttpClientImpl
-
- WxCpChat - me.chanjar.weixin.cp.bean中的类
-
群聊
- WxCpChat() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpChat
-
- WxCpChatData() - 类 的构造器me.chanjar.weixin.cp.bean.msgaudit.WxCpChatDatas.WxCpChatData
-
- WxCpChatDatas - me.chanjar.weixin.cp.bean.msgaudit中的类
-
聊天记录数据内容.
- WxCpChatDatas() - 类 的构造器me.chanjar.weixin.cp.bean.msgaudit.WxCpChatDatas
-
- WxCpChatDatas.WxCpChatData - me.chanjar.weixin.cp.bean.msgaudit中的类
-
The type Wx cp chat data.
- WxCpChatGsonAdapter - me.chanjar.weixin.cp.util.json中的类
-
群聊适配器
- WxCpChatGsonAdapter() - 类 的构造器me.chanjar.weixin.cp.util.json.WxCpChatGsonAdapter
-
- WxCpChatModel - me.chanjar.weixin.cp.bean.msgaudit中的类
-
聊天记录数据内容.
- WxCpChatModel() - 类 的构造器me.chanjar.weixin.cp.bean.msgaudit.WxCpChatModel
-
- WxCpChatModel.Agree - me.chanjar.weixin.cp.bean.msgaudit中的类
-
The type Agree.
- WxCpChatModel.Calendar - me.chanjar.weixin.cp.bean.msgaudit中的类
-
日程消息
- WxCpChatModel.Card - me.chanjar.weixin.cp.bean.msgaudit中的类
-
The type Card.
- WxCpChatModel.ChatRecord - me.chanjar.weixin.cp.bean.msgaudit中的类
-
会话记录消息
- WxCpChatModel.ChatRecordItem - me.chanjar.weixin.cp.bean.msgaudit中的类
-
The type Chat record item.
- WxCpChatModel.Collect - me.chanjar.weixin.cp.bean.msgaudit中的类
-
填表消息
- WxCpChatModel.Details - me.chanjar.weixin.cp.bean.msgaudit中的类
-
The type Details.
- WxCpChatModel.Doc - me.chanjar.weixin.cp.bean.msgaudit中的类
-
在线文档消息
- WxCpChatModel.Emotion - me.chanjar.weixin.cp.bean.msgaudit中的类
-
The type Emotion.
- WxCpChatModel.File - me.chanjar.weixin.cp.bean.msgaudit中的类
-
The type File.
- WxCpChatModel.Image - me.chanjar.weixin.cp.bean.msgaudit中的类
-
The type Image.
- WxCpChatModel.Info - me.chanjar.weixin.cp.bean.msgaudit中的类
-
MarkDown格式消息
- WxCpChatModel.Link - me.chanjar.weixin.cp.bean.msgaudit中的类
-
The type Link.
- WxCpChatModel.Location - me.chanjar.weixin.cp.bean.msgaudit中的类
-
The type Location.
- WxCpChatModel.Meeting - me.chanjar.weixin.cp.bean.msgaudit中的类
-
会议邀请消息
- WxCpChatModel.MeetingVoiceCall - me.chanjar.weixin.cp.bean.msgaudit中的类
-
音频存档消息
- WxCpChatModel.MeetingVoiceCall.DemoFileData - me.chanjar.weixin.cp.bean.msgaudit中的类
-
The type Demo file data.
- WxCpChatModel.MeetingVoiceCall.ShareScreenData - me.chanjar.weixin.cp.bean.msgaudit中的类
-
The type Share screen data.
- WxCpChatModel.Mixed - me.chanjar.weixin.cp.bean.msgaudit中的类
-
混合消息
- WxCpChatModel.Mixed.Item - me.chanjar.weixin.cp.bean.msgaudit中的类
-
The type Item.
- WxCpChatModel.NewsItem - me.chanjar.weixin.cp.bean.msgaudit中的类
-
图文消息
- WxCpChatModel.Redpacket - me.chanjar.weixin.cp.bean.msgaudit中的类
-
红包消息
- WxCpChatModel.Revoke - me.chanjar.weixin.cp.bean.msgaudit中的类
-
The type Revoke.
- WxCpChatModel.SphFeed - me.chanjar.weixin.cp.bean.msgaudit中的类
-
视频号消息
- WxCpChatModel.Text - me.chanjar.weixin.cp.bean.msgaudit中的类
-
The type Text.
- WxCpChatModel.Video - me.chanjar.weixin.cp.bean.msgaudit中的类
-
The type Video.
- WxCpChatModel.Voice - me.chanjar.weixin.cp.bean.msgaudit中的类
-
The type Voice.
- WxCpChatModel.Weapp - me.chanjar.weixin.cp.bean.msgaudit中的类
-
小程序消息
- WxCpChatService - me.chanjar.weixin.cp.api中的接口
-
群聊服务.
- WxCpChatServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
群聊服务实现.
- WxCpChatServiceImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpChatServiceImpl
-
- WxCpCheckAgreeRequest - me.chanjar.weixin.cp.bean.msgaudit中的类
-
获取会话同意情况请求参数.
- WxCpCheckAgreeRequest() - 类 的构造器me.chanjar.weixin.cp.bean.msgaudit.WxCpCheckAgreeRequest
-
- WxCpCheckAgreeRequest.Info - me.chanjar.weixin.cp.bean.msgaudit中的类
-
The type Info.
- WxCpCheckinData - me.chanjar.weixin.cp.bean.oa中的类
-
企业微信打卡数据.
- WxCpCheckinData() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCheckinData
-
- WxCpCheckinDayData - me.chanjar.weixin.cp.bean.oa中的类
-
企业微信打卡日报数据
- WxCpCheckinDayData() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCheckinDayData
-
- WxCpCheckinDayData.BaseInfo - me.chanjar.weixin.cp.bean.oa中的类
-
The type Base info.
- WxCpCheckinDayData.BaseInfo.RuleInfo - me.chanjar.weixin.cp.bean.oa中的类
-
The type Rule info.
- WxCpCheckinDayData.BaseInfo.RuleInfo.CheckinTime - me.chanjar.weixin.cp.bean.oa中的类
-
The type Checkin time.
- WxCpCheckinDayData.ExceptionInfos - me.chanjar.weixin.cp.bean.oa中的类
-
The type Exception infos.
- WxCpCheckinDayData.HolidayInfos - me.chanjar.weixin.cp.bean.oa中的类
-
The type Holiday infos.
- WxCpCheckinDayData.HolidayInfos.SpDescription - me.chanjar.weixin.cp.bean.oa中的类
-
The type Sp description.
- WxCpCheckinDayData.HolidayInfos.SpDescription.Data - me.chanjar.weixin.cp.bean.oa中的类
-
The type Data.
- WxCpCheckinDayData.HolidayInfos.SpTitle - me.chanjar.weixin.cp.bean.oa中的类
-
The type Sp title.
- WxCpCheckinDayData.HolidayInfos.SpTitle.Data - me.chanjar.weixin.cp.bean.oa中的类
-
The type Data.
- WxCpCheckinDayData.OtInfo - me.chanjar.weixin.cp.bean.oa中的类
-
The type Ot info.
- WxCpCheckinDayData.SpItem - me.chanjar.weixin.cp.bean.oa中的类
-
The type Sp item.
- WxCpCheckinDayData.SummaryInfo - me.chanjar.weixin.cp.bean.oa中的类
-
The type Summary info.
- WxCpCheckinGroupBase - me.chanjar.weixin.cp.bean.oa中的类
-
打卡规则基础信息
- WxCpCheckinGroupBase() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCheckinGroupBase
-
- WxCpCheckinGroupBase.CheckinDate - me.chanjar.weixin.cp.bean.oa中的类
-
The type Checkin date.
- WxCpCheckinGroupBase.CheckinTime - me.chanjar.weixin.cp.bean.oa中的类
-
The type Checkin time.
- WxCpCheckinGroupBase.LateRule - me.chanjar.weixin.cp.bean.oa中的类
-
The type Late rule.
- WxCpCheckinGroupBase.LocInfo - me.chanjar.weixin.cp.bean.oa中的类
-
The type Loc info.
- WxCpCheckinGroupBase.Schedule - me.chanjar.weixin.cp.bean.oa中的类
-
The type Schedule.
- WxCpCheckinGroupBase.SpeOffDay - me.chanjar.weixin.cp.bean.oa中的类
-
The type Spe off day.
- WxCpCheckinGroupBase.SpeWorkday - me.chanjar.weixin.cp.bean.oa中的类
-
The type Spe workday.
- WxCpCheckinGroupBase.TimeRule - me.chanjar.weixin.cp.bean.oa中的类
-
The type Time rule.
- WxCpCheckinGroupBase.TimeSection - me.chanjar.weixin.cp.bean.oa中的类
-
The type Time section.
- WxCpCheckinGroupBase.WifiMacInfo - me.chanjar.weixin.cp.bean.oa中的类
-
The type Wifi mac info.
- WxCpCheckinMonthData - me.chanjar.weixin.cp.bean.oa中的类
-
企业微信打卡月报数据
- WxCpCheckinMonthData() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCheckinMonthData
-
- WxCpCheckinMonthData.BaseInfo - me.chanjar.weixin.cp.bean.oa中的类
-
The type Base info.
- WxCpCheckinMonthData.BaseInfo.RuleInfo - me.chanjar.weixin.cp.bean.oa中的类
-
The type Rule info.
- WxCpCheckinMonthData.ExceptionInfo - me.chanjar.weixin.cp.bean.oa中的类
-
The type Exception info.
- WxCpCheckinMonthData.OverWorkInfo - me.chanjar.weixin.cp.bean.oa中的类
-
The type Over work info.
- WxCpCheckinMonthData.SpItem - me.chanjar.weixin.cp.bean.oa中的类
-
The type Sp item.
- WxCpCheckinMonthData.SummaryInfo - me.chanjar.weixin.cp.bean.oa中的类
-
The type Summary info.
- WxCpCheckinOption - me.chanjar.weixin.cp.bean.oa中的类
-
企业微信打卡规则.
- WxCpCheckinOption() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCheckinOption
-
- WxCpCheckinSchedule - me.chanjar.weixin.cp.bean.oa中的类
-
打卡人员排班信息
- WxCpCheckinSchedule() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCheckinSchedule
-
- WxCpCheckinSchedule.UserSchedule - me.chanjar.weixin.cp.bean.oa中的类
-
The type User schedule.
- WxCpCheckinSchedule.UserSchedule.Schedule - me.chanjar.weixin.cp.bean.oa中的类
-
The type Schedule.
- WxCpCheckinSchedule.UserSchedule.Schedule.ScheduleInfo - me.chanjar.weixin.cp.bean.oa中的类
-
The type Schedule info.
- WxCpCheckinSchedule.UserSchedule.Schedule.ScheduleInfo.TimeSection - me.chanjar.weixin.cp.bean.oa中的类
-
The type Time section.
- WxCpConclusionAdapter - me.chanjar.weixin.cp.util.json中的类
-
结束语序列化转换器
- WxCpConclusionAdapter() - 类 的构造器me.chanjar.weixin.cp.util.json.WxCpConclusionAdapter
-
- WxCpConfigStorage - me.chanjar.weixin.cp.config中的接口
-
微信客户端配置存储.
- WxCpConsts - me.chanjar.weixin.cp.constant中的类
-
企业微信常量
Created by Binary Wang on 2018/8/25.
- WxCpConsts() - 类 的构造器me.chanjar.weixin.cp.constant.WxCpConsts
-
- WxCpConsts.AppChatMsgType - me.chanjar.weixin.cp.constant中的类
-
应用推送消息的消息类型.
- WxCpConsts.ContactChangeType - me.chanjar.weixin.cp.constant中的类
-
企业微信通讯录变更事件.
- WxCpConsts.EventType - me.chanjar.weixin.cp.constant中的类
-
企业微信端推送过来的事件类型.
- WxCpConsts.ExternalChatChangeType - me.chanjar.weixin.cp.constant中的类
-
The type External chat change type.
- WxCpConsts.ExternalChatChangeType.ExternalChatUpdateDetail - me.chanjar.weixin.cp.constant中的类
-
The type External chat update detail.
- WxCpConsts.ExternalContactChangeType - me.chanjar.weixin.cp.constant中的类
-
企业外部联系人变更事件的CHANGE_TYPE
- WxCpConsts.ExternalContactChangeType.ExternalContactTransferFailReason - me.chanjar.weixin.cp.constant中的类
-
The type External contact transfer fail reason.
- WxCpConsts.ExternalTagChangeType - me.chanjar.weixin.cp.constant中的类
-
The type External tag change type.
- WxCpConsts.GroupRobotMsgType - me.chanjar.weixin.cp.constant中的类
-
群机器人的消息类型.
- WxCpConsts.LinkedCorpMsgType - me.chanjar.weixin.cp.constant中的类
-
互联企业发送应用消息的消息类型.
- WxCpConsts.MsgAuditChangeType - me.chanjar.weixin.cp.constant中的类
-
会话存档事件CHANGE_TYPE
https://developer.work.weixin.qq.com/document/path/92005
- WxCpConsts.MsgAuditMediaType - me.chanjar.weixin.cp.constant中的类
-
会话存档媒体类型
https://developer.work.weixin.qq.com/document/path/91774
- WxCpConsts.MsgAuditMediaType.MsgAuditSuffix - me.chanjar.weixin.cp.constant中的类
-
- WxCpConsts.ProductAttachmentType - me.chanjar.weixin.cp.constant中的类
-
The type Product attachment type.
- WxCpConsts.SchoolContactChangeType - me.chanjar.weixin.cp.constant中的类
-
家校通讯录变更事件CHANGE_TYPE
- WxCpConsts.TageType - me.chanjar.weixin.cp.constant中的类
-
The type Tage type.
- WxCpConsts.WelcomeMsgType - me.chanjar.weixin.cp.constant中的类
-
The type Welcome msg type.
- WxCpConsts.WorkBenchType - me.chanjar.weixin.cp.constant中的类
-
The type Work bench type.
- WxCpContactWayInfo - me.chanjar.weixin.cp.bean.external中的类
-
「联系我」方式 对象
- WxCpContactWayInfo() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpContactWayInfo
-
- WxCpContactWayInfo.ContactWay - me.chanjar.weixin.cp.bean.external中的类
-
The type Contact way.
- WxCpContactWayInfo.ContactWay.Conclusion - me.chanjar.weixin.cp.bean.external中的类
-
结束语定义
- WxCpContactWayInfo.SCENE - me.chanjar.weixin.cp.bean.external中的枚举
-
The enum Scene.
- WxCpContactWayInfo.TYPE - me.chanjar.weixin.cp.bean.external中的枚举
-
The enum Type.
- WxCpContactWayResult - me.chanjar.weixin.cp.bean.external中的类
-
「联系我」方式 处理结果
- WxCpContactWayResult() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpContactWayResult
-
- WxCpCorpConfInfo - me.chanjar.weixin.cp.bean.oa中的类
-
企业假期管理配置信息.
- WxCpCorpConfInfo() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCorpConfInfo
-
- WxCpCorpConfInfo.CorpConf - me.chanjar.weixin.cp.bean.oa中的类
-
The type Corp conf.
- WxCpCorpConfInfo.QuotaAttr - me.chanjar.weixin.cp.bean.oa中的类
-
The type Quota attr.
- WxCpCorpGroupConfigStorage - me.chanjar.weixin.cp.config中的接口
-
微信客户端(企业互联)配置
- WxCpCorpGroupCorp - me.chanjar.weixin.cp.bean.corpgroup中的类
-
- WxCpCorpGroupCorp() - 类 的构造器me.chanjar.weixin.cp.bean.corpgroup.WxCpCorpGroupCorp
-
- WxCpCorpGroupCorpGetTokenReq - me.chanjar.weixin.cp.bean.corpgroup中的类
-
获取下级/下游企业的access_token
- WxCpCorpGroupCorpGetTokenReq() - 类 的构造器me.chanjar.weixin.cp.bean.corpgroup.WxCpCorpGroupCorpGetTokenReq
-
- WxCpCorpGroupCorpListAppShareInfoResp - me.chanjar.weixin.cp.bean.corpgroup中的类
-
获取应用共享信息返回类
- WxCpCorpGroupCorpListAppShareInfoResp() - 类 的构造器me.chanjar.weixin.cp.bean.corpgroup.WxCpCorpGroupCorpListAppShareInfoResp
-
- WxCpCorpGroupCorpToken - me.chanjar.weixin.cp.bean.corpgroup中的类
-
获取下级/下游企业的access_token返回类
- WxCpCorpGroupCorpToken() - 类 的构造器me.chanjar.weixin.cp.bean.corpgroup.WxCpCorpGroupCorpToken
-
- WxCpCorpGroupDefaultConfigImpl - me.chanjar.weixin.cp.config.impl中的类
-
基于内存的微信配置provider,在实际生产环境中应该将这些配置持久化.
- WxCpCorpGroupDefaultConfigImpl() - 类 的构造器me.chanjar.weixin.cp.config.impl.WxCpCorpGroupDefaultConfigImpl
-
- WxCpCorpGroupRedissonConfigImpl - me.chanjar.weixin.cp.config.impl中的类
-
企业微信企业互联各种固定、授权配置的Redisson存储实现
- WxCpCorpGroupRedissonConfigImpl() - 类 的构造器me.chanjar.weixin.cp.config.impl.WxCpCorpGroupRedissonConfigImpl
-
- WxCpCorpGroupService - me.chanjar.weixin.cp.api中的接口
-
企业互联相关接口
- WxCpCorpGroupServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
企业互联相关接口实现类
- WxCpCorpGroupServiceImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpCorpGroupServiceImpl
-
- WxCpCreateDepartment - me.chanjar.weixin.cp.bean.school.user中的类
-
创建部门返回结果.
- WxCpCreateDepartment() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpCreateDepartment
-
- WxCpCreateDepartmentRequest - me.chanjar.weixin.cp.bean.school.user中的类
-
创建部门请求.
- WxCpCreateDepartmentRequest() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpCreateDepartmentRequest
-
- WxCpCreateDepartmentRequest.DepartmentAdmin - me.chanjar.weixin.cp.bean.school.user中的类
-
The type Department admin.
- WxCpCreateParentRequest - me.chanjar.weixin.cp.bean.school.user中的类
-
创建家长请求.
- WxCpCreateParentRequest() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpCreateParentRequest
-
- WxCpCreateParentRequest.Children - me.chanjar.weixin.cp.bean.school.user中的类
-
The type Children.
- WxCpCropCheckinOption - me.chanjar.weixin.cp.bean.oa中的类
-
企业微信企业所有打卡规则.
- WxCpCropCheckinOption() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpCropCheckinOption
-
- WxCpCropCheckinOption.CalOtTimeRule - me.chanjar.weixin.cp.bean.oa中的类
-
The type Cal ot time rule.
- WxCpCropCheckinOption.FixTimeRule - me.chanjar.weixin.cp.bean.oa中的类
-
The type Fix time rule.
- WxCpCropCheckinOption.Item - me.chanjar.weixin.cp.bean.oa中的类
-
The type Item.
- WxCpCropCheckinOption.OtApplyInfo - me.chanjar.weixin.cp.bean.oa中的类
-
The type Ot apply info.
- WxCpCropCheckinOption.OtCheckInfo - me.chanjar.weixin.cp.bean.oa中的类
-
The type Ot check info.
- WxCpCropCheckinOption.OtInfo - me.chanjar.weixin.cp.bean.oa中的类
-
The type Ot info.
- WxCpCropCheckinOption.OtNonworkingDayRestInfo - me.chanjar.weixin.cp.bean.oa中的类
-
The type Ot nonworking day rest info.
- WxCpCropCheckinOption.OtWorkingDayRestInfo - me.chanjar.weixin.cp.bean.oa中的类
-
The type Ot working day rest info.
- WxCpCropCheckinOption.Range - me.chanjar.weixin.cp.bean.oa中的类
-
The type Range.
- WxCpCropCheckinOption.Reporter - me.chanjar.weixin.cp.bean.oa中的类
-
The type Reporter.
- WxCpCropCheckinOption.ReporterInfo - me.chanjar.weixin.cp.bean.oa中的类
-
The type Reporter info.
- WxCpCryptUtil - me.chanjar.weixin.cp.util.crypto中的类
-
The type Wx cp crypt util.
- WxCpCryptUtil(WxCpConfigStorage) - 类 的构造器me.chanjar.weixin.cp.util.crypto.WxCpCryptUtil
-
Instantiates a new Wx cp crypt util.
- WxCpCustomerAcquisitionCreateResult - me.chanjar.weixin.cp.bean.external.acquisition中的类
-
创建获客助手链接结果
- WxCpCustomerAcquisitionCreateResult() - 类 的构造器me.chanjar.weixin.cp.bean.external.acquisition.WxCpCustomerAcquisitionCreateResult
-
- WxCpCustomerAcquisitionCustomerList - me.chanjar.weixin.cp.bean.external.acquisition中的类
-
获取由获客链接添加的客户信息结果
- WxCpCustomerAcquisitionCustomerList() - 类 的构造器me.chanjar.weixin.cp.bean.external.acquisition.WxCpCustomerAcquisitionCustomerList
-
- WxCpCustomerAcquisitionCustomerList.Customer - me.chanjar.weixin.cp.bean.external.acquisition中的类
-
- WxCpCustomerAcquisitionInfo - me.chanjar.weixin.cp.bean.external.acquisition中的类
-
获客链接详情
- WxCpCustomerAcquisitionInfo() - 类 的构造器me.chanjar.weixin.cp.bean.external.acquisition.WxCpCustomerAcquisitionInfo
-
- WxCpCustomerAcquisitionInfo.Link - me.chanjar.weixin.cp.bean.external.acquisition中的类
-
- WxCpCustomerAcquisitionInfo.Range - me.chanjar.weixin.cp.bean.external.acquisition中的类
-
- WxCpCustomerAcquisitionList - me.chanjar.weixin.cp.bean.external.acquisition中的类
-
获客链接列表
- WxCpCustomerAcquisitionList() - 类 的构造器me.chanjar.weixin.cp.bean.external.acquisition.WxCpCustomerAcquisitionList
-
- WxCpCustomerAcquisitionQuota - me.chanjar.weixin.cp.bean.external.acquisition中的类
-
剩余使用量
- WxCpCustomerAcquisitionQuota() - 类 的构造器me.chanjar.weixin.cp.bean.external.acquisition.WxCpCustomerAcquisitionQuota
-
- WxCpCustomerAcquisitionRequest - me.chanjar.weixin.cp.bean.external.acquisition中的类
-
创建/更新获客链接请求体
- WxCpCustomerAcquisitionRequest() - 类 的构造器me.chanjar.weixin.cp.bean.external.acquisition.WxCpCustomerAcquisitionRequest
-
- WxCpCustomerAcquisitionStatistic - me.chanjar.weixin.cp.bean.external.acquisition中的类
-
获客链接的使用详情
- WxCpCustomerAcquisitionStatistic() - 类 的构造器me.chanjar.weixin.cp.bean.external.acquisition.WxCpCustomerAcquisitionStatistic
-
- WxCpCustomizeHealthInfo - me.chanjar.weixin.cp.bean.school中的类
-
获取健康信息.
- WxCpCustomizeHealthInfo() - 类 的构造器me.chanjar.weixin.cp.bean.school.WxCpCustomizeHealthInfo
-
- WxCpCustomizeHealthInfo.HealthInfo - me.chanjar.weixin.cp.bean.school中的类
-
The type Health info.
- WxCpCustomizeHealthInfo.OptionList - me.chanjar.weixin.cp.bean.school中的类
-
The type Option list.
- WxCpCustomizeHealthInfo.QuestionTemplate - me.chanjar.weixin.cp.bean.school中的类
-
The type Question template.
- WxCpCustomizeHealthInfo.ReportValue - me.chanjar.weixin.cp.bean.school中的类
-
The type Report value.
- WxCpDefaultConfigImpl - me.chanjar.weixin.cp.config.impl中的类
-
基于内存的微信配置provider,在实际生产环境中应该将这些配置持久化.
- WxCpDefaultConfigImpl() - 类 的构造器me.chanjar.weixin.cp.config.impl.WxCpDefaultConfigImpl
-
- WxCpDepart - me.chanjar.weixin.cp.bean中的类
-
企业微信的部门.
- WxCpDepart() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpDepart
-
- WxCpDepartGsonAdapter - me.chanjar.weixin.cp.util.json中的类
-
WxCpDepart的gson适配器.
- WxCpDepartGsonAdapter() - 类 的构造器me.chanjar.weixin.cp.util.json.WxCpDepartGsonAdapter
-
- WxCpDepartmentList - me.chanjar.weixin.cp.bean.school.user中的类
-
获取部门列表返回结果.
- WxCpDepartmentList() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpDepartmentList
-
- WxCpDepartmentList.Department - me.chanjar.weixin.cp.bean.school.user中的类
-
The type Department.
- WxCpDepartmentList.DepartmentAdmin - me.chanjar.weixin.cp.bean.school.user中的类
-
The type Department admin.
- WxCpDepartmentService - me.chanjar.weixin.cp.api中的接口
-
部门管理接口
Created by BinaryWang on 2017/6/24.
- WxCpDepartmentServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
部门管理接口
Created by BinaryWang on 2017/6/24.
- WxCpDepartmentServiceImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpDepartmentServiceImpl
-
- WxCpDeptUserResult - me.chanjar.weixin.cp.bean.user中的类
-
获取成员ID列表返回参数
- WxCpDeptUserResult() - 类 的构造器me.chanjar.weixin.cp.bean.user.WxCpDeptUserResult
-
- WxCpDeptUserResult.DeptUserList - me.chanjar.weixin.cp.bean.user中的类
-
The type Dept user list.
- WxCpDialRecord - me.chanjar.weixin.cp.bean.oa中的类
-
公费电话拨打记录.
- WxCpDialRecord() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpDialRecord
-
- WxCpDialRecord.Callee - me.chanjar.weixin.cp.bean.oa中的类
-
被叫信息
- WxCpDialRecord.Caller - me.chanjar.weixin.cp.bean.oa中的类
-
主叫信息
- WxCpExportRequest - me.chanjar.weixin.cp.bean.export中的类
-
异步导出参数
- WxCpExportRequest() - 类 的构造器me.chanjar.weixin.cp.bean.export.WxCpExportRequest
-
- WxCpExportResult - me.chanjar.weixin.cp.bean.export中的类
-
异步导出响应
- WxCpExportResult() - 类 的构造器me.chanjar.weixin.cp.bean.export.WxCpExportResult
-
- WxCpExportResult.ExportData - me.chanjar.weixin.cp.bean.export中的类
-
The type Export data.
- WxCpExportService - me.chanjar.weixin.cp.api中的接口
-
异步导出接口
- WxCpExportServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
异步导出接口
- WxCpExportServiceImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpExportServiceImpl
-
- WxCpExternalContact - me.chanjar.weixin.cp.bean.school.user中的类
-
获取外部联系人详情
https://developer.work.weixin.qq.com/document/path/91670
- WxCpExternalContact() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpExternalContact
-
- WxCpExternalContact.ExternalAttribute - me.chanjar.weixin.cp.bean.school.user中的类
-
The type External attribute.
- WxCpExternalContact.ExternalContact - me.chanjar.weixin.cp.bean.school.user中的类
-
The type External contact.
- WxCpExternalContact.ExternalProfile - me.chanjar.weixin.cp.bean.school.user中的类
-
The type External profile.
- WxCpExternalContact.MiniProgram - me.chanjar.weixin.cp.bean.school.user中的类
-
The type Mini program.
- WxCpExternalContact.SubscriberInfo - me.chanjar.weixin.cp.bean.school.user中的类
-
The type Subscriber info.
- WxCpExternalContact.Tag - me.chanjar.weixin.cp.bean.school.user中的类
-
The type Tag.
- WxCpExternalContact.Text - me.chanjar.weixin.cp.bean.school.user中的类
-
The type Text.
- WxCpExternalContact.Web - me.chanjar.weixin.cp.bean.school.user中的类
-
The type Web.
- WxCpExternalContact.WxCpFollowUser - me.chanjar.weixin.cp.bean.school.user中的类
-
The type Wx cp follow user.
- WxCpExternalContactBatchInfo - me.chanjar.weixin.cp.bean.external.contact中的类
-
批量获取客户详情
参考文档:https://work.weixin.qq.com/api/doc/90000/90135/92994
- WxCpExternalContactBatchInfo() - 类 的构造器me.chanjar.weixin.cp.bean.external.contact.WxCpExternalContactBatchInfo
-
- WxCpExternalContactBatchInfo.ExternalContactInfo - me.chanjar.weixin.cp.bean.external.contact中的类
-
The type External contact info.
- WxCpExternalContactInfo - me.chanjar.weixin.cp.bean.external.contact中的类
-
外部联系人详情
Created by Binary Wang on 2018/9/16.
- WxCpExternalContactInfo() - 类 的构造器me.chanjar.weixin.cp.bean.external.contact.WxCpExternalContactInfo
-
- WxCpExternalContactService - me.chanjar.weixin.cp.api中的接口
-
外部联系人管理接口,企业微信的外部联系人的接口和通讯录接口已经拆离
Created by Joe Cao on 2019/6/14
- WxCpExternalContactServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
The type Wx cp external contact service.
- WxCpExternalContactServiceImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpExternalContactServiceImpl
-
- WxCpExternalUserIdList - me.chanjar.weixin.cp.bean.external中的类
-
企业客户微信unionid的升级 - 企业客户external_userid列表
- WxCpExternalUserIdList() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpExternalUserIdList
-
- WxCpExternalUserIdList.ExternalUserIdInfo - me.chanjar.weixin.cp.bean.external中的类
-
The type External user id info.
- WxCpFileAclAddRequest - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
新增指定人请求参数.
- WxCpFileAclAddRequest() - 类 的构造器me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileAclAddRequest
-
- WxCpFileAclAddRequest.AuthInfo - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
The type Auth info.
- WxCpFileAclDelRequest - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
删除指定人请求参数.
- WxCpFileAclDelRequest() - 类 的构造器me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileAclDelRequest
-
- WxCpFileAclDelRequest.AuthInfo - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
The type Auth info.
- WxCpFileCreate - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
新建文件/微文档 返回信息.
- WxCpFileCreate() - 类 的构造器me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileCreate
-
- WxCpFileDeleteRequest - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
删除文件请求.
- WxCpFileDeleteRequest() - 类 的构造器me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileDeleteRequest
-
- WxCpFileDownload - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
下载文件返回信息.
- WxCpFileDownload() - 类 的构造器me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileDownload
-
- WxCpFileInfo - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
文件信息.
- WxCpFileInfo() - 类 的构造器me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileInfo
-
- WxCpFileInfo.FileInfo - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
The type File info.
- WxCpFileItem - me.chanjar.weixin.cp.bean.msgaudit中的类
-
会话存档 文档信息对象
- WxCpFileItem() - 类 的构造器me.chanjar.weixin.cp.bean.msgaudit.WxCpFileItem
-
- WxCpFileList - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
获取邀请链接.
- WxCpFileList() - 类 的构造器me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileList
-
- WxCpFileList.FileList - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
The type File list.
- WxCpFileList.Item - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
The type Item.
- WxCpFileListRequest - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
获取文件列表请求.
- WxCpFileListRequest() - 类 的构造器me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileListRequest
-
- WxCpFileMove - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
移动文件返回信息.
- WxCpFileMove() - 类 的构造器me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileMove
-
- WxCpFileMove.FileList - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
The type File list.
- WxCpFileMove.Item - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
The type Item.
- WxCpFileMoveRequest - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
移动文件请求.
- WxCpFileMoveRequest() - 类 的构造器me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileMoveRequest
-
- WxCpFileRename - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
下载文件返回信息.
- WxCpFileRename() - 类 的构造器me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileRename
-
- WxCpFileRename.File - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
The type File.
- WxCpFileShare - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
获取分享链接返回信息.
- WxCpFileShare() - 类 的构造器me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileShare
-
- WxCpFileUpload - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
上传文件返回信息.
- WxCpFileUpload() - 类 的构造器me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileUpload
-
- WxCpFileUploadRequest - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
上传文件请求.
- WxCpFileUploadRequest() - 类 的构造器me.chanjar.weixin.cp.bean.oa.wedrive.WxCpFileUploadRequest
-
- WxCpFollowUser() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpExternalContact.WxCpFollowUser
-
- WxCpGetApprovalData - me.chanjar.weixin.cp.bean.oa中的类
-
获取审批数据(旧).
- WxCpGetApprovalData() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpGetApprovalData
-
- WxCpGetApprovalData.ApprovalData - me.chanjar.weixin.cp.bean.oa中的类
-
The type Approval data.
- WxCpGetApprovalData.Comm - me.chanjar.weixin.cp.bean.oa中的类
-
The type Comm.
- WxCpGetApprovalData.Expense - me.chanjar.weixin.cp.bean.oa中的类
-
The type Expense.
- WxCpGetApprovalData.Item - me.chanjar.weixin.cp.bean.oa中的类
-
The type Item.
- WxCpGetHealthReportStat - me.chanjar.weixin.cp.bean.school.health中的类
-
获取健康上报使用统计.
- WxCpGetHealthReportStat() - 类 的构造器me.chanjar.weixin.cp.bean.school.health.WxCpGetHealthReportStat
-
- WxCpGetMomentComments - me.chanjar.weixin.cp.bean.external中的类
-
企业发表内容到客户的朋友圈 获取客户朋友圈的互动数据
- WxCpGetMomentComments() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpGetMomentComments
-
- WxCpGetMomentComments.CommentLikeItem - me.chanjar.weixin.cp.bean.external中的类
-
The type Comment like item.
- WxCpGetMomentCustomerList - me.chanjar.weixin.cp.bean.external中的类
-
企业发表内容到客户的朋友圈 获取客户朋友圈发表时选择的可见范围
- WxCpGetMomentCustomerList() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpGetMomentCustomerList
-
- WxCpGetMomentList - me.chanjar.weixin.cp.bean.external中的类
-
企业发表内容到客户的朋友圈 获取企业全部的发表列表
- WxCpGetMomentList() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpGetMomentList
-
- WxCpGetMomentSendResult - me.chanjar.weixin.cp.bean.external中的类
-
企业发表内容到客户的朋友圈 获取客户朋友圈发表后的可见客户列表
- WxCpGetMomentSendResult() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpGetMomentSendResult
-
- WxCpGetMomentTask - me.chanjar.weixin.cp.bean.external中的类
-
企业发表内容到客户的朋友圈 获取客户朋友圈企业发表的列表
- WxCpGetMomentTask() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpGetMomentTask
-
- WxCpGetMomentTask.MomentTaskItem - me.chanjar.weixin.cp.bean.external中的类
-
The type Moment task item.
- WxCpGetMomentTaskResult - me.chanjar.weixin.cp.bean.external中的类
-
企业发表内容到客户的朋友圈 获取任务创建结果
- WxCpGetMomentTaskResult() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpGetMomentTaskResult
-
- WxCpGetMomentTaskResult.TaskResult - me.chanjar.weixin.cp.bean.external中的类
-
The type Task result.
- WxCpGetReportAnswer - me.chanjar.weixin.cp.bean.school.health中的类
-
获取用户填写答案.
- WxCpGetReportAnswer() - 类 的构造器me.chanjar.weixin.cp.bean.school.health.WxCpGetReportAnswer
-
- WxCpGetReportAnswer.Answer - me.chanjar.weixin.cp.bean.school.health中的类
-
The type Answer.
- WxCpGetReportAnswer.ReportValue - me.chanjar.weixin.cp.bean.school.health中的类
-
The type Report value.
- WxCpGetReportJobIds - me.chanjar.weixin.cp.bean.school.health中的类
-
获取健康上报使用统计.
- WxCpGetReportJobIds() - 类 的构造器me.chanjar.weixin.cp.bean.school.health.WxCpGetReportJobIds
-
- WxCpGetReportJobInfo - me.chanjar.weixin.cp.bean.school.health中的类
-
获取健康上报任务详情.
- WxCpGetReportJobInfo() - 类 的构造器me.chanjar.weixin.cp.bean.school.health.WxCpGetReportJobInfo
-
- WxCpGetReportJobInfo.ApplyRange - me.chanjar.weixin.cp.bean.school.health中的类
-
The type Apply range.
- WxCpGetReportJobInfo.JobInfo - me.chanjar.weixin.cp.bean.school.health中的类
-
The type Job info.
- WxCpGetReportJobInfo.OptionList - me.chanjar.weixin.cp.bean.school.health中的类
-
The type Option list.
- WxCpGetReportJobInfo.QuestionTemplate - me.chanjar.weixin.cp.bean.school.health中的类
-
The type Question template.
- WxCpGetReportJobInfo.ReportTo - me.chanjar.weixin.cp.bean.school.health中的类
-
The type Report to.
- WxCpGroupChat - me.chanjar.weixin.cp.bean.msgaudit中的类
-
内部群信息
- WxCpGroupChat() - 类 的构造器me.chanjar.weixin.cp.bean.msgaudit.WxCpGroupChat
-
- WxCpGroupChat.Member - me.chanjar.weixin.cp.bean.msgaudit中的类
-
The type Member.
- WxCpGroupJoinWayInfo - me.chanjar.weixin.cp.bean.external中的类
-
客户群「加入群聊」对象
- WxCpGroupJoinWayInfo() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpGroupJoinWayInfo
-
- WxCpGroupJoinWayInfo.JoinWay - me.chanjar.weixin.cp.bean.external中的类
-
The type Join way.
- WxCpGroupJoinWayResult - me.chanjar.weixin.cp.bean.external中的类
-
客户群「加入群聊」配置处理结果
- WxCpGroupJoinWayResult() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpGroupJoinWayResult
-
- WxCpGroupMsgListResult - me.chanjar.weixin.cp.bean.external.contact中的类
-
获取企业群发成员执行结果
参考文档:https://work.weixin.qq.com/api/doc/90000/90135/93338
- WxCpGroupMsgListResult() - 类 的构造器me.chanjar.weixin.cp.bean.external.contact.WxCpGroupMsgListResult
-
- WxCpGroupMsgListResult.ExternalContactGroupMsgInfo - me.chanjar.weixin.cp.bean.external.contact中的类
-
The type External contact group msg info.
- WxCpGroupMsgResult - me.chanjar.weixin.cp.bean.external.contact中的类
-
获取企业群发成员执行结果
参考文档:https://work.weixin.qq.com/api/doc/16251
- WxCpGroupMsgResult() - 类 的构造器me.chanjar.weixin.cp.bean.external.contact.WxCpGroupMsgResult
-
- WxCpGroupMsgResult.ExternalContactGroupMsgDetailInfo - me.chanjar.weixin.cp.bean.external.contact中的类
-
The type External contact group msg detail info.
- WxCpGroupMsgSendResult - me.chanjar.weixin.cp.bean.external.contact中的类
-
获取企业群发成员执行结果
参考文档:https://work.weixin.qq.com/api/doc/90000/90135/93338
- WxCpGroupMsgSendResult() - 类 的构造器me.chanjar.weixin.cp.bean.external.contact.WxCpGroupMsgSendResult
-
- WxCpGroupMsgSendResult.ExternalContactGroupMsgSendInfo - me.chanjar.weixin.cp.bean.external.contact中的类
-
The type External contact group msg send info.
- WxCpGroupMsgTaskResult - me.chanjar.weixin.cp.bean.external.contact中的类
-
获取群发成员发送任务列表
参考文档:https://work.weixin.qq.com/api/doc/90000/90135/93338
- WxCpGroupMsgTaskResult() - 类 的构造器me.chanjar.weixin.cp.bean.external.contact.WxCpGroupMsgTaskResult
-
- WxCpGroupMsgTaskResult.ExternalContactGroupMsgTaskInfo - me.chanjar.weixin.cp.bean.external.contact中的类
-
The type External contact group msg task info.
- WxCpGroupRobotMessage - me.chanjar.weixin.cp.bean.message中的类
-
微信群机器人消息
- WxCpGroupRobotMessage() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpGroupRobotMessage
-
- WxCpGroupRobotService - me.chanjar.weixin.cp.api中的接口
-
微信群机器人消息发送api
文档地址:https://work.weixin.qq.com/help?
- WxCpGroupRobotServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
企业微信群机器人消息发送api 实现
- WxCpGroupRobotServiceImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpGroupRobotServiceImpl
-
- WxCpGroupWelcomeTemplateResult - me.chanjar.weixin.cp.bean.external中的类
-
入群欢迎语素材.
- WxCpGroupWelcomeTemplateResult() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpGroupWelcomeTemplateResult
-
- WxCpGsonBuilder - me.chanjar.weixin.cp.util.json中的类
-
The type Wx cp gson builder.
- WxCpGsonBuilder() - 类 的构造器me.chanjar.weixin.cp.util.json.WxCpGsonBuilder
-
- WxCpInterceptRule - me.chanjar.weixin.cp.bean.external.interceptrule中的类
-
敏感词规则修改接口请求和详情接口响应共用的实体类
- WxCpInterceptRule() - 类 的构造器me.chanjar.weixin.cp.bean.external.interceptrule.WxCpInterceptRule
-
- WxCpInterceptRule.ExtraRule - me.chanjar.weixin.cp.bean.external.interceptrule中的类
-
- WxCpInterceptRuleAddRequest - me.chanjar.weixin.cp.bean.external.interceptrule中的类
-
新增敏感词规则请求参数封装实体类
- WxCpInterceptRuleAddRequest() - 类 的构造器me.chanjar.weixin.cp.bean.external.interceptrule.WxCpInterceptRuleAddRequest
-
- WxCpInterceptRuleAddResult - me.chanjar.weixin.cp.bean.external.interceptrule中的类
-
新建敏感词规则负返回结果
- WxCpInterceptRuleAddResult() - 类 的构造器me.chanjar.weixin.cp.bean.external.interceptrule.WxCpInterceptRuleAddResult
-
- WxCpInviteResult - me.chanjar.weixin.cp.bean中的类
-
邀请成员的结果对象类.
- WxCpInviteResult() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpInviteResult
-
- WxCpJedisConfigImpl - me.chanjar.weixin.cp.config.impl中的类
-
基于 jdis 的实现
- WxCpJedisConfigImpl(Pool<Jedis>) - 类 的构造器me.chanjar.weixin.cp.config.impl.WxCpJedisConfigImpl
-
- WxCpJedisConfigImpl(Pool<Jedis>, String) - 类 的构造器me.chanjar.weixin.cp.config.impl.WxCpJedisConfigImpl
-
- WxCpKfAccountAdd - me.chanjar.weixin.cp.bean.kf中的类
-
添加客服帐号-请求参数
- WxCpKfAccountAdd() - 类 的构造器me.chanjar.weixin.cp.bean.kf.WxCpKfAccountAdd
-
- WxCpKfAccountAddResp - me.chanjar.weixin.cp.bean.kf中的类
-
添加客服帐号-返回结果
- WxCpKfAccountAddResp() - 类 的构造器me.chanjar.weixin.cp.bean.kf.WxCpKfAccountAddResp
-
- WxCpKfAccountDel - me.chanjar.weixin.cp.bean.kf中的类
-
删除客服帐号-请求参数
- WxCpKfAccountDel() - 类 的构造器me.chanjar.weixin.cp.bean.kf.WxCpKfAccountDel
-
- WxCpKfAccountLink - me.chanjar.weixin.cp.bean.kf中的类
-
获取客服帐号链接-请求参数
- WxCpKfAccountLink() - 类 的构造器me.chanjar.weixin.cp.bean.kf.WxCpKfAccountLink
-
- WxCpKfAccountLinkResp - me.chanjar.weixin.cp.bean.kf中的类
-
获取客服帐号链接-结果
- WxCpKfAccountLinkResp() - 类 的构造器me.chanjar.weixin.cp.bean.kf.WxCpKfAccountLinkResp
-
- WxCpKfAccountListResp - me.chanjar.weixin.cp.bean.kf中的类
-
获取客服帐号列表-结果
- WxCpKfAccountListResp() - 类 的构造器me.chanjar.weixin.cp.bean.kf.WxCpKfAccountListResp
-
- WxCpKfAccountListResp.AccountListDTO - me.chanjar.weixin.cp.bean.kf中的类
-
The type Account list dto.
- WxCpKfAccountUpd - me.chanjar.weixin.cp.bean.kf中的类
-
修改客服帐号-请求参数
- WxCpKfAccountUpd() - 类 的构造器me.chanjar.weixin.cp.bean.kf.WxCpKfAccountUpd
-
- WxCpKfBusinessCardMsg - me.chanjar.weixin.cp.bean.kf.msg中的类
-
The type Wx cp kf business card msg.
- WxCpKfBusinessCardMsg() - 类 的构造器me.chanjar.weixin.cp.bean.kf.msg.WxCpKfBusinessCardMsg
-
- WxCpKfChannelsShopOrderMsg - me.chanjar.weixin.cp.bean.kf.msg中的类
-
The type Wx cp kf channels shop order msg.
- WxCpKfChannelsShopOrderMsg() - 类 的构造器me.chanjar.weixin.cp.bean.kf.msg.WxCpKfChannelsShopOrderMsg
-
- WxCpKfChannelsShopProductMsg - me.chanjar.weixin.cp.bean.kf.msg中的类
-
The type Wx cp kf channels shop product msg.
- WxCpKfChannelsShopProductMsg() - 类 的构造器me.chanjar.weixin.cp.bean.kf.msg.WxCpKfChannelsShopProductMsg
-
- WxCpKfCustomerBatchGetResp - me.chanjar.weixin.cp.bean.kf中的类
-
The type Wx cp kf customer batch get resp.
- WxCpKfCustomerBatchGetResp() - 类 的构造器me.chanjar.weixin.cp.bean.kf.WxCpKfCustomerBatchGetResp
-
- WxCpKfEventMsg - me.chanjar.weixin.cp.bean.kf.msg中的类
-
The type Wx cp kf event msg.
- WxCpKfEventMsg() - 类 的构造器me.chanjar.weixin.cp.bean.kf.msg.WxCpKfEventMsg
-
- WxCpKfGetCorpStatisticRequest - me.chanjar.weixin.cp.bean.kf中的类
-
获取「客户数据统计」企业汇总数据
- WxCpKfGetCorpStatisticRequest() - 类 的构造器me.chanjar.weixin.cp.bean.kf.WxCpKfGetCorpStatisticRequest
-
- WxCpKfGetCorpStatisticResp - me.chanjar.weixin.cp.bean.kf中的类
-
获取「客户数据统计」企业汇总数据
- WxCpKfGetCorpStatisticResp() - 类 的构造器me.chanjar.weixin.cp.bean.kf.WxCpKfGetCorpStatisticResp
-
- WxCpKfGetCorpStatisticResp.Statistic - me.chanjar.weixin.cp.bean.kf中的类
-
The type Statistic.
- WxCpKfGetCorpStatisticResp.StatisticList - me.chanjar.weixin.cp.bean.kf中的类
-
The type Statistic list.
- WxCpKfGetServicerStatisticRequest - me.chanjar.weixin.cp.bean.kf中的类
-
获取「客户数据统计」接待人员明细数据
- WxCpKfGetServicerStatisticRequest() - 类 的构造器me.chanjar.weixin.cp.bean.kf.WxCpKfGetServicerStatisticRequest
-
- WxCpKfGetServicerStatisticResp - me.chanjar.weixin.cp.bean.kf中的类
-
获取「客户数据统计」接待人员明细数据
- WxCpKfGetServicerStatisticResp() - 类 的构造器me.chanjar.weixin.cp.bean.kf.WxCpKfGetServicerStatisticResp
-
- WxCpKfGetServicerStatisticResp.Statistic - me.chanjar.weixin.cp.bean.kf中的类
-
The type Statistic.
- WxCpKfGetServicerStatisticResp.StatisticList - me.chanjar.weixin.cp.bean.kf中的类
-
The type Statistic list.
- WxCpKfLinkMsg - me.chanjar.weixin.cp.bean.kf.msg中的类
-
The type Wx cp kf link msg.
- WxCpKfLinkMsg() - 类 的构造器me.chanjar.weixin.cp.bean.kf.msg.WxCpKfLinkMsg
-
- WxCpKfLocationMsg - me.chanjar.weixin.cp.bean.kf.msg中的类
-
The type Wx cp kf location msg.
- WxCpKfLocationMsg() - 类 的构造器me.chanjar.weixin.cp.bean.kf.msg.WxCpKfLocationMsg
-
- WxCpKfMenuItem() - 类 的构造器me.chanjar.weixin.cp.bean.kf.msg.WxCpKfMenuMsg.WxCpKfMenuItem
-
- WxCpKfMenuMsg - me.chanjar.weixin.cp.bean.kf.msg中的类
-
The type Wx cp kf menu msg.
- WxCpKfMenuMsg() - 类 的构造器me.chanjar.weixin.cp.bean.kf.msg.WxCpKfMenuMsg
-
- WxCpKfMenuMsg.MenuClick - me.chanjar.weixin.cp.bean.kf.msg中的类
-
The type Menu click.
- WxCpKfMenuMsg.MenuText - me.chanjar.weixin.cp.bean.kf.msg中的类
-
The type Menu text.
- WxCpKfMenuMsg.MenuView - me.chanjar.weixin.cp.bean.kf.msg中的类
-
The type Menu view.
- WxCpKfMenuMsg.MiniProgram - me.chanjar.weixin.cp.bean.kf.msg中的类
-
The type Mini program.
- WxCpKfMenuMsg.WxCpKfMenuItem - me.chanjar.weixin.cp.bean.kf.msg中的类
-
The type Wx cp kf menu item.
- WxCpKfMiniProgramMsg - me.chanjar.weixin.cp.bean.kf.msg中的类
-
The type Wx cp kf mini program msg.
- WxCpKfMiniProgramMsg() - 类 的构造器me.chanjar.weixin.cp.bean.kf.msg.WxCpKfMiniProgramMsg
-
- WxCpKfMsgItem() - 类 的构造器me.chanjar.weixin.cp.bean.kf.WxCpKfMsgListResp.WxCpKfMsgItem
-
- WxCpKfMsgListResp - me.chanjar.weixin.cp.bean.kf中的类
-
The type Wx cp kf msg list resp.
- WxCpKfMsgListResp() - 类 的构造器me.chanjar.weixin.cp.bean.kf.WxCpKfMsgListResp
-
- WxCpKfMsgListResp.WxCpKfMsgItem - me.chanjar.weixin.cp.bean.kf中的类
-
The type Wx cp kf msg item.
- WxCpKfMsgSendRequest - me.chanjar.weixin.cp.bean.kf中的类
-
The type Wx cp kf msg send request.
- WxCpKfMsgSendRequest() - 类 的构造器me.chanjar.weixin.cp.bean.kf.WxCpKfMsgSendRequest
-
- WxCpKfMsgSendResp - me.chanjar.weixin.cp.bean.kf中的类
-
The type Wx cp kf msg send resp.
- WxCpKfMsgSendResp() - 类 的构造器me.chanjar.weixin.cp.bean.kf.WxCpKfMsgSendResp
-
- WxCpKfResourceMsg - me.chanjar.weixin.cp.bean.kf.msg中的类
-
The type Wx cp kf resource msg.
- WxCpKfResourceMsg() - 类 的构造器me.chanjar.weixin.cp.bean.kf.msg.WxCpKfResourceMsg
-
- WxCpKfService - me.chanjar.weixin.cp.api中的接口
-
微信客服接口
微信客服由腾讯微信团队为企业打造,用于满足企业的客服需求,帮助企业做好客户服务。
- WxCpKfServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
微信客服接口-服务实现
- WxCpKfServiceImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpKfServiceImpl
-
- WxCpKfServicerListResp - me.chanjar.weixin.cp.bean.kf中的类
-
The type Wx cp kf servicer list resp.
- WxCpKfServicerListResp() - 类 的构造器me.chanjar.weixin.cp.bean.kf.WxCpKfServicerListResp
-
- WxCpKfServicerListResp.WxCpKfServicerStatus - me.chanjar.weixin.cp.bean.kf中的类
-
The type Wx cp kf servicer status.
- WxCpKfServicerOpResp - me.chanjar.weixin.cp.bean.kf中的类
-
添加/删除客服接待人员返回结果
- WxCpKfServicerOpResp() - 类 的构造器me.chanjar.weixin.cp.bean.kf.WxCpKfServicerOpResp
-
- WxCpKfServicerOpResp.WxCpKfServicerResp - me.chanjar.weixin.cp.bean.kf中的类
-
The type Wx cp kf servicer resp.
- WxCpKfServicerResp() - 类 的构造器me.chanjar.weixin.cp.bean.kf.WxCpKfServicerOpResp.WxCpKfServicerResp
-
- WxCpKfServicerStatus() - 类 的构造器me.chanjar.weixin.cp.bean.kf.WxCpKfServicerListResp.WxCpKfServicerStatus
-
- WxCpKfServiceStateResp - me.chanjar.weixin.cp.bean.kf中的类
-
The type Wx cp kf service state resp.
- WxCpKfServiceStateResp() - 类 的构造器me.chanjar.weixin.cp.bean.kf.WxCpKfServiceStateResp
-
- WxCpKfServiceStateTransResp - me.chanjar.weixin.cp.bean.kf中的类
-
The type Wx cp kf service state trans resp.
- WxCpKfServiceStateTransResp() - 类 的构造器me.chanjar.weixin.cp.bean.kf.WxCpKfServiceStateTransResp
-
- WxCpKfServiceUpgradeConfigResp - me.chanjar.weixin.cp.bean.kf中的类
-
The type Wx cp kf service upgrade config resp.
- WxCpKfServiceUpgradeConfigResp() - 类 的构造器me.chanjar.weixin.cp.bean.kf.WxCpKfServiceUpgradeConfigResp
-
- WxCpKfServiceUpgradeConfigResp.GroupchatRange - me.chanjar.weixin.cp.bean.kf中的类
-
The type Groupchat range.
- WxCpKfServiceUpgradeConfigResp.MemberRange - me.chanjar.weixin.cp.bean.kf中的类
-
The type Member range.
- WxCpKfTextMsg - me.chanjar.weixin.cp.bean.kf.msg中的类
-
The type Wx cp kf text msg.
- WxCpKfTextMsg() - 类 的构造器me.chanjar.weixin.cp.bean.kf.msg.WxCpKfTextMsg
-
- WxCpLinkedCorpAgentPerm - me.chanjar.weixin.cp.bean.linkedcorp中的类
-
获取应用可见范围请求类
- WxCpLinkedCorpAgentPerm() - 类 的构造器me.chanjar.weixin.cp.bean.linkedcorp.WxCpLinkedCorpAgentPerm
-
- WxCpLinkedCorpDepartment - me.chanjar.weixin.cp.bean.linkedcorp中的类
-
获取互联企业部门列表
- WxCpLinkedCorpDepartment() - 类 的构造器me.chanjar.weixin.cp.bean.linkedcorp.WxCpLinkedCorpDepartment
-
- WxCpLinkedCorpMessage - me.chanjar.weixin.cp.bean.message中的类
-
互联企业消息.
- WxCpLinkedCorpMessage() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpLinkedCorpMessage
-
- WxCpLinkedCorpMessageSendResult - me.chanjar.weixin.cp.bean.message中的类
-
互联企业的消息推送接口返回实体
- WxCpLinkedCorpMessageSendResult() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpLinkedCorpMessageSendResult
-
- WxCpLinkedCorpService - me.chanjar.weixin.cp.corpgroup.service中的接口
-
互联企业相关接口
- WxCpLinkedCorpServiceImpl - me.chanjar.weixin.cp.corpgroup.service.impl中的类
-
互联企业相关接口实现类
- WxCpLinkedCorpServiceImpl() - 类 的构造器me.chanjar.weixin.cp.corpgroup.service.impl.WxCpLinkedCorpServiceImpl
-
- WxCpLinkedCorpUser - me.chanjar.weixin.cp.bean.linkedcorp中的类
-
获取互联企业成员详细信息
- WxCpLinkedCorpUser() - 类 的构造器me.chanjar.weixin.cp.bean.linkedcorp.WxCpLinkedCorpUser
-
- WxCpLinkedCorpUser.Attr - me.chanjar.weixin.cp.bean.linkedcorp中的类
-
The type Attr.
- WxCpListParentResult - me.chanjar.weixin.cp.bean.school.user中的类
-
获取部门家长详情返回结果.
- WxCpListParentResult() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpListParentResult
-
- WxCpListParentResult.Children - me.chanjar.weixin.cp.bean.school.user中的类
-
The type Children.
- WxCpListParentResult.Parent - me.chanjar.weixin.cp.bean.school.user中的类
-
The type Parent.
- WxCpLivingCreateRequest - me.chanjar.weixin.cp.bean.living中的类
-
创建预约直播请求.
- WxCpLivingCreateRequest() - 类 的构造器me.chanjar.weixin.cp.bean.living.WxCpLivingCreateRequest
-
- WxCpLivingCreateRequest.ActivityDetail - me.chanjar.weixin.cp.bean.living中的类
-
The type Activity detail.
- WxCpLivingInfo - me.chanjar.weixin.cp.bean.living中的类
-
直播详情信息.
- WxCpLivingInfo() - 类 的构造器me.chanjar.weixin.cp.bean.living.WxCpLivingInfo
-
- WxCpLivingModifyRequest - me.chanjar.weixin.cp.bean.living中的类
-
创建预约直播请求.
- WxCpLivingModifyRequest() - 类 的构造器me.chanjar.weixin.cp.bean.living.WxCpLivingModifyRequest
-
- WxCpLivingResult - me.chanjar.weixin.cp.bean.living中的类
-
直播返回对象.
- WxCpLivingResult() - 类 的构造器me.chanjar.weixin.cp.bean.living.WxCpLivingResult
-
- WxCpLivingResult.LivingIdResult - me.chanjar.weixin.cp.bean.living中的类
-
The type Living id result.
- WxCpLivingService - me.chanjar.weixin.cp.api中的接口
-
企业微信直播接口.
- WxCpLivingServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
企业微信直播接口实现类.
- WxCpLivingServiceImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpLivingServiceImpl
-
- WxCpLivingShareInfo - me.chanjar.weixin.cp.bean.living中的类
-
跳转小程序商城的直播观众信息.
- WxCpLivingShareInfo() - 类 的构造器me.chanjar.weixin.cp.bean.living.WxCpLivingShareInfo
-
- WxCpMaJsCode2SessionResult - me.chanjar.weixin.cp.bean中的类
-
小程序登录凭证校验
文档地址:https://work.weixin.qq.com/api/doc#90000/90136/90289/wx.qy.login
- WxCpMaJsCode2SessionResult() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpMaJsCode2SessionResult
-
- WxCpMaTransferSession - me.chanjar.weixin.cp.bean.corpgroup中的类
-
获取下级/下游企业小程序session返回类
- WxCpMaTransferSession() - 类 的构造器me.chanjar.weixin.cp.bean.corpgroup.WxCpMaTransferSession
-
- WxCpMediaService - me.chanjar.weixin.cp.api中的接口
-
媒体管理接口.
- WxCpMediaServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
媒体管理接口.
- WxCpMediaServiceImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpMediaServiceImpl
-
- WxCpMeeting - me.chanjar.weixin.cp.bean.oa.meeting中的类
-
会议信息bean.
- WxCpMeeting() - 类 的构造器me.chanjar.weixin.cp.bean.oa.meeting.WxCpMeeting
-
- WxCpMeeting.Attendees - me.chanjar.weixin.cp.bean.oa.meeting中的类
-
The type Attendee.
- WxCpMeeting.Attendees.Member - me.chanjar.weixin.cp.bean.oa.meeting中的类
-
企业内部成员
- WxCpMeeting.Attendees.TmpExternalUser - me.chanjar.weixin.cp.bean.oa.meeting中的类
-
会中参会的外部联系人
- WxCpMeeting.Reminder - me.chanjar.weixin.cp.bean.oa.meeting中的类
-
The type Reminder.
- WxCpMeeting.Setting - me.chanjar.weixin.cp.bean.oa.meeting中的类
-
The Settings.
- WxCpMeetingService - me.chanjar.weixin.cp.api中的接口
-
企业微信日程接口.
- WxCpMeetingServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
企业微信日程接口.
- WxCpMeetingServiceImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpMeetingServiceImpl
-
- WxCpMeetingUpdateResult - me.chanjar.weixin.cp.bean.oa.meeting中的类
-
为标签添加或移除用户结果对象类.
- WxCpMeetingUpdateResult() - 类 的构造器me.chanjar.weixin.cp.bean.oa.meeting.WxCpMeetingUpdateResult
-
- WxCpMenuGsonAdapter - me.chanjar.weixin.cp.util.json中的类
-
企业号菜单json转换适配器
Created by Binary Wang on 2017-6-25.
- WxCpMenuGsonAdapter() - 类 的构造器me.chanjar.weixin.cp.util.json.WxCpMenuGsonAdapter
-
- WxCpMenuService - me.chanjar.weixin.cp.api中的接口
-
菜单管理相关接口
Created by BinaryWang on 2017/6/24.
- WxCpMenuServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
菜单管理相关接口.
- WxCpMenuServiceImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpMenuServiceImpl
-
- WxCpMessage - me.chanjar.weixin.cp.bean.message中的类
-
消息.
- WxCpMessage() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpMessage
-
- WxCpMessageHandler - me.chanjar.weixin.cp.message中的接口
-
处理微信推送消息的处理器接口
- WxCpMessageInterceptor - me.chanjar.weixin.cp.message中的接口
-
微信消息拦截器,可以用来做验证
- WxCpMessageMatcher - me.chanjar.weixin.cp.message中的接口
-
消息匹配器,用在消息路由的时候
- WxCpMessageRouter - me.chanjar.weixin.cp.message中的类
-
微信消息路由器,通过代码化的配置,把来自微信的消息交给handler处理
说明:
1.
- WxCpMessageRouter(WxCpService) - 类 的构造器me.chanjar.weixin.cp.message.WxCpMessageRouter
-
构造方法.
- WxCpMessageRouter(WxCpService, ExecutorService) - 类 的构造器me.chanjar.weixin.cp.message.WxCpMessageRouter
-
- WxCpMessageRouterRule - me.chanjar.weixin.cp.message中的类
-
The type Wx cp message router rule.
- WxCpMessageRouterRule(WxCpMessageRouter) - 类 的构造器me.chanjar.weixin.cp.message.WxCpMessageRouterRule
-
Instantiates a new Wx cp message router rule.
- WxCpMessageSendResult - me.chanjar.weixin.cp.bean.message中的类
-
消息发送结果对象类.
- WxCpMessageSendResult() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpMessageSendResult
-
- WxCpMessageSendStatistics - me.chanjar.weixin.cp.bean.message中的类
-
应用消息发送统计信息.
- WxCpMessageSendStatistics() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpMessageSendStatistics
-
- WxCpMessageSendStatistics.StatisticItem - me.chanjar.weixin.cp.bean.message中的类
-
The type Statistic item.
- WxCpMessageService - me.chanjar.weixin.cp.api中的接口
-
消息推送接口.
- WxCpMessageServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
消息推送接口实现类.
- WxCpMessageServiceImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpMessageServiceImpl
-
- WxCpMsgAuditService - me.chanjar.weixin.cp.api中的接口
-
会话内容存档接口.
- WxCpMsgAuditServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
会话内容存档接口实现类.
- WxCpMsgAuditServiceImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpMsgAuditServiceImpl
-
- WxCpMsgTemplate - me.chanjar.weixin.cp.bean.external中的类
-
企业群发消息任务
Created by songfan on 2020/7/14.
- WxCpMsgTemplate() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpMsgTemplate
-
- WxCpMsgTemplateAddResult - me.chanjar.weixin.cp.bean.external中的类
-
Created by songfan on 2020/7/14.
- WxCpMsgTemplateAddResult() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpMsgTemplateAddResult
-
- WxCpNewExternalUserIdList - me.chanjar.weixin.cp.bean.external中的类
-
企业客户微信unionid的升级 - 企业客户external_userid列表
- WxCpNewExternalUserIdList() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpNewExternalUserIdList
-
- WxCpNewExternalUserIdList.NewExternalUserIdInfo - me.chanjar.weixin.cp.bean.external中的类
-
The type New external user id info.
- WxCpOaAgentService - me.chanjar.weixin.cp.api中的接口
-
企业微信自建应用接口.
- WxCpOaAgentServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
企业微信自建应用接口实现类.
- WxCpOaAgentServiceImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpOaAgentServiceImpl
-
- WxCpOaApplyEventRequest - me.chanjar.weixin.cp.bean.oa中的类
-
提交审批申请 请求对象类.
- WxCpOaApplyEventRequest() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpOaApplyEventRequest
-
- WxCpOaApplyEventRequest.ApplyData - me.chanjar.weixin.cp.bean.oa中的类
-
The type Apply data.
- WxCpOaApplyEventRequest.Approver - me.chanjar.weixin.cp.bean.oa中的类
-
The type Approver.
- WxCpOaApprovalTemplate - me.chanjar.weixin.cp.bean.oa中的类
-
新增/更新审批模板的请求对象
- WxCpOaApprovalTemplate() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpOaApprovalTemplate
-
- WxCpOaApprovalTemplateResult - me.chanjar.weixin.cp.bean.oa中的类
-
审批模板详情
- WxCpOaApprovalTemplateResult() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpOaApprovalTemplateResult
-
- WxCpOaCalendar - me.chanjar.weixin.cp.bean.oa.calendar中的类
-
日历.
- WxCpOaCalendar() - 类 的构造器me.chanjar.weixin.cp.bean.oa.calendar.WxCpOaCalendar
-
- WxCpOaCalendar.ShareInfo - me.chanjar.weixin.cp.bean.oa.calendar中的类
-
The type Share info.
- WxCpOaCalendarService - me.chanjar.weixin.cp.api中的接口
-
企业微信日历接口.
- WxCpOaCalendarServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
.
- WxCpOaCalendarServiceImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpOaCalendarServiceImpl
-
- WxCpOaMeetingRoom - me.chanjar.weixin.cp.bean.oa.meetingroom中的类
-
The type Wx cp oa meeting room.
- WxCpOaMeetingRoom() - 类 的构造器me.chanjar.weixin.cp.bean.oa.meetingroom.WxCpOaMeetingRoom
-
- WxCpOaMeetingRoom.Coordinate - me.chanjar.weixin.cp.bean.oa.meetingroom中的类
-
The type Coordinate.
- WxCpOaMeetingRoomService - me.chanjar.weixin.cp.api中的接口
-
企业微信会议室接口.
- WxCpOaMeetingRoomServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
The type Wx cp oa meeting room service.
- WxCpOaMeetingRoomServiceImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpOaMeetingRoomServiceImpl
-
- WxCpOaOaScheduleServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
企业微信日程接口实现类.
- WxCpOaOaScheduleServiceImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpOaOaScheduleServiceImpl
-
- WxCpOaSchedule - me.chanjar.weixin.cp.bean.oa中的类
-
日程信息bean.
- WxCpOaSchedule() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpOaSchedule
-
- WxCpOaSchedule.Attendee - me.chanjar.weixin.cp.bean.oa中的类
-
The type Attendee.
- WxCpOaSchedule.Reminder - me.chanjar.weixin.cp.bean.oa中的类
-
The type Reminder.
- WxCpOaScheduleService - me.chanjar.weixin.cp.api中的接口
-
企业微信日程接口.
- WxCpOaService - me.chanjar.weixin.cp.api中的接口
-
企业微信OA相关接口.
- WxCpOaServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
企业微信 OA 接口实现
- WxCpOaServiceImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpOaServiceImpl
-
- WxCpOAuth2Service - me.chanjar.weixin.cp.api中的接口
-
OAuth2相关管理接口.
- WxCpOAuth2ServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
oauth2相关接口实现类.
- WxCpOAuth2ServiceImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpOAuth2ServiceImpl
-
- WxCpOauth2UserInfo - me.chanjar.weixin.cp.bean中的类
-
用oauth2获取用户信息的结果类
Created by BinaryWang on 2019/5/26.
- WxCpOauth2UserInfo() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpOauth2UserInfo
-
- WxCpOaWeDriveService - me.chanjar.weixin.cp.api中的接口
-
企业微信微盘相关接口.
- WxCpOaWeDriveServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
企业微信微盘接口实现类.
- WxCpOaWeDriveServiceImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpOaWeDriveServiceImpl
-
- WxCpOpenApprovalData - me.chanjar.weixin.cp.bean.oa.selfagent中的类
-
审批申请当前状态信息.
- WxCpOpenApprovalData() - 类 的构造器me.chanjar.weixin.cp.bean.oa.selfagent.WxCpOpenApprovalData
-
- WxCpOpenApprovalData.ApprovalNode - me.chanjar.weixin.cp.bean.oa.selfagent中的类
-
The type Approval node.
- WxCpOpenApprovalData.ApprovalNodes - me.chanjar.weixin.cp.bean.oa.selfagent中的类
-
The type Approval nodes.
- WxCpOpenApprovalData.Item - me.chanjar.weixin.cp.bean.oa.selfagent中的类
-
The type Item.
- WxCpOpenApprovalData.Items - me.chanjar.weixin.cp.bean.oa.selfagent中的类
-
The type Items.
- WxCpOpenApprovalData.NotifyNode - me.chanjar.weixin.cp.bean.oa.selfagent中的类
-
The type Notify node.
- WxCpOpenApprovalData.NotifyNodes - me.chanjar.weixin.cp.bean.oa.selfagent中的类
-
The type Notify nodes.
- WxCpOpenUseridToUserid - me.chanjar.weixin.cp.bean中的类
-
userid转换
将代开发应用或第三方应用获取的密文open_userid转换为明文userid
中间对象
- WxCpOpenUseridToUserid() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpOpenUseridToUserid
-
- WxCpOpenUseridToUseridResult - me.chanjar.weixin.cp.bean中的类
-
userid转换
将代开发应用或第三方应用获取的密文open_userid转换为明文userid
- WxCpOpenUseridToUseridResult() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpOpenUseridToUseridResult
-
- WxCpOperator - me.chanjar.weixin.cp.bean.oa中的类
-
企业微信操作人
- WxCpOperator() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpOperator
-
- WxCpPaymentResult - me.chanjar.weixin.cp.bean.school中的类
-
获取学生付款结果.
- WxCpPaymentResult() - 类 的构造器me.chanjar.weixin.cp.bean.school.WxCpPaymentResult
-
- WxCpPaymentResult.PaymentResult - me.chanjar.weixin.cp.bean.school中的类
-
The type Payment result.
- WxCpProductAlbumInfo - me.chanjar.weixin.cp.bean.external中的类
-
获取商品图册
参考文档:https://work.weixin.qq.com/api/doc/90000/90135/95096#获取商品图册
- WxCpProductAlbumInfo() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpProductAlbumInfo
-
- WxCpProductAlbumListResult - me.chanjar.weixin.cp.bean.external中的类
-
获取商品图册列表执行结果
参考文档:https://work.weixin.qq.com/api/doc/90000/90135/95096#获取商品图册列表
- WxCpProductAlbumListResult() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpProductAlbumListResult
-
- WxCpProductAlbumResult - me.chanjar.weixin.cp.bean.external中的类
-
获取商品图册执行结果
参考文档:https://work.weixin.qq.com/api/doc/90000/90135/95096#获取商品图册
- WxCpProductAlbumResult() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpProductAlbumResult
-
- WxCpProviderToken - me.chanjar.weixin.cp.bean中的类
-
服务商凭证.
- WxCpProviderToken() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpProviderToken
-
- WxCpRecordSpStatus - me.chanjar.weixin.cp.bean.oa中的枚举
-
审批记录(节点)分支审批状态
1-审批中;2-已同意;3-已驳回;4-已转审;11-已退回
- WxCpRedisConfigImpl - me.chanjar.weixin.cp.config.impl中的类
-
- WxCpRedisConfigImpl(JedisPool) - 类 的构造器me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
Instantiates a new Wx cp redis config.
- WxCpRedisConfigImpl(String, int) - 类 的构造器me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
Instantiates a new Wx cp redis config.
- WxCpRedisConfigImpl(JedisPoolConfig, String, int) - 类 的构造器me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
Instantiates a new Wx cp redis config.
- WxCpRedisConfigImpl(JedisPoolConfig, String, int, int, String) - 类 的构造器me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
Instantiates a new Wx cp redis config.
- WxCpRedisConfigImpl(JedisPoolConfig, String, int, int, String, int) - 类 的构造器me.chanjar.weixin.cp.config.impl.WxCpRedisConfigImpl
-
已过时。
Instantiates a new Wx cp redis config.
- WxCpRedissonConfigImpl - me.chanjar.weixin.cp.config.impl中的类
-
基于Redisson的实现
- WxCpRedissonConfigImpl(RedissonClient) - 类 的构造器me.chanjar.weixin.cp.config.impl.WxCpRedissonConfigImpl
-
- WxCpRedissonConfigImpl(RedissonClient, String) - 类 的构造器me.chanjar.weixin.cp.config.impl.WxCpRedissonConfigImpl
-
- WxCpRedisTemplateConfigImpl - me.chanjar.weixin.cp.config.impl中的类
-
基于 RedisTemplate 的实现
- WxCpRedisTemplateConfigImpl(StringRedisTemplate) - 类 的构造器me.chanjar.weixin.cp.config.impl.WxCpRedisTemplateConfigImpl
-
- WxCpRedisTemplateConfigImpl(StringRedisTemplate, String) - 类 的构造器me.chanjar.weixin.cp.config.impl.WxCpRedisTemplateConfigImpl
-
- WxCpResultList - me.chanjar.weixin.cp.bean.school中的类
-
获取师生健康码.
- WxCpResultList() - 类 的构造器me.chanjar.weixin.cp.bean.school.WxCpResultList
-
- WxCpResultList.QrCodeList - me.chanjar.weixin.cp.bean.school中的类
-
The type Qr code list.
- WxCpSchoolContactMessage - me.chanjar.weixin.cp.bean.message中的类
-
发送「学校通知」
https://developer.work.weixin.qq.com/document/path/92321
- WxCpSchoolContactMessage() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpSchoolContactMessage
-
- WxCpSchoolContactMessageSendResult - me.chanjar.weixin.cp.bean.message中的类
-
发送「学校通知」返回实体
https://developer.work.weixin.qq.com/document/path/92321
- WxCpSchoolContactMessageSendResult() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpSchoolContactMessageSendResult
-
- WxCpSchoolHealthService - me.chanjar.weixin.cp.api中的接口
-
企业微信家校应用 健康上报接口.
- WxCpSchoolHealthServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
企业微信家校应用 健康上报接口实现类.
- WxCpSchoolHealthServiceImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpSchoolHealthServiceImpl
-
- WxCpSchoolLivingInfo - me.chanjar.weixin.cp.bean.school中的类
-
获取直播详情.
- WxCpSchoolLivingInfo() - 类 的构造器me.chanjar.weixin.cp.bean.school.WxCpSchoolLivingInfo
-
- WxCpSchoolLivingInfo.LivingInfo - me.chanjar.weixin.cp.bean.school中的类
-
The type Living info.
- WxCpSchoolLivingInfo.LivingRange - me.chanjar.weixin.cp.bean.school中的类
-
The type Living range.
- WxCpSchoolService - me.chanjar.weixin.cp.api中的接口
-
企业微信家校应用 复学码相关接口.
- WxCpSchoolServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
企业微信家校应用 复学码相关接口实现类.
- WxCpSchoolServiceImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpSchoolServiceImpl
-
- WxCpSchoolUnwatchStat - me.chanjar.weixin.cp.bean.school中的类
-
获取未观看直播统计
- WxCpSchoolUnwatchStat() - 类 的构造器me.chanjar.weixin.cp.bean.school.WxCpSchoolUnwatchStat
-
- WxCpSchoolUnwatchStat.StatInfo - me.chanjar.weixin.cp.bean.school中的类
-
The type Stat info.
- WxCpSchoolUnwatchStat.Student - me.chanjar.weixin.cp.bean.school中的类
-
The type Student.
- WxCpSchoolUserService - me.chanjar.weixin.cp.api中的接口
-
企业微信家校沟通相关接口.
- WxCpSchoolUserServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
企业微信家校沟通相关接口.
- WxCpSchoolUserServiceImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpSchoolUserServiceImpl
-
- WxCpSchoolWatchStat - me.chanjar.weixin.cp.bean.school中的类
-
获取观看直播统计.
- WxCpSchoolWatchStat() - 类 的构造器me.chanjar.weixin.cp.bean.school.WxCpSchoolWatchStat
-
- WxCpSchoolWatchStat.StatInfo - me.chanjar.weixin.cp.bean.school中的类
-
The type Stat info.
- WxCpSchoolWatchStat.Student - me.chanjar.weixin.cp.bean.school中的类
-
The type Student.
- WxCpSchoolWatchStat.Visitor - me.chanjar.weixin.cp.bean.school中的类
-
The type Visitor.
- WxCpSecondVerificationInfo - me.chanjar.weixin.cp.bean.workbench中的类
-
- WxCpSecondVerificationInfo() - 类 的构造器me.chanjar.weixin.cp.bean.workbench.WxCpSecondVerificationInfo
-
- WxCpService - me.chanjar.weixin.cp.api中的接口
-
微信API的Service.
- WxCpServiceApacheHttpClientImpl - me.chanjar.weixin.cp.api.impl中的类
-
The type Wx cp service apache http client.
- WxCpServiceApacheHttpClientImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpServiceApacheHttpClientImpl
-
- WxCpServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
默认接口实现类,使用apache httpclient实现
Created by Binary Wang on 2017-5-27.
- WxCpServiceImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpServiceImpl
-
- WxCpServiceJoddHttpImpl - me.chanjar.weixin.cp.api.impl中的类
-
The type Wx cp service jodd http.
- WxCpServiceJoddHttpImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpServiceJoddHttpImpl
-
- WxCpServiceOkHttpImpl - me.chanjar.weixin.cp.api.impl中的类
-
The type Wx cp service ok http.
- WxCpServiceOkHttpImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpServiceOkHttpImpl
-
- WxCpServiceOnTpImpl - me.chanjar.weixin.cp.api.impl中的类
-
默认接口实现类,使用apache httpclient实现,配合第三方应用service使用
Created by zhenjun cai.
- WxCpServiceOnTpImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpServiceOnTpImpl
-
- WxCpSetCheckinSchedule - me.chanjar.weixin.cp.bean.oa中的类
-
The type Wx cp set checkin schedule.
- WxCpSetCheckinSchedule() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpSetCheckinSchedule
-
- WxCpSetCheckinSchedule.Item - me.chanjar.weixin.cp.bean.oa中的类
-
The type Item.
- WxCpSetUpgradeInfo - me.chanjar.weixin.cp.bean.school.user中的类
-
修改自动升年级的配置 返回结果.
- WxCpSetUpgradeInfo() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpSetUpgradeInfo
-
- WxCpSpaceAclAddRequest - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
添加成员/部门请求.
- WxCpSpaceAclAddRequest() - 类 的构造器me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceAclAddRequest
-
- WxCpSpaceAclAddRequest.AuthInfo - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
The type Auth info.
- WxCpSpaceAclDelRequest - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
移除成员/部门请求.
- WxCpSpaceAclDelRequest() - 类 的构造器me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceAclDelRequest
-
- WxCpSpaceAclDelRequest.AuthInfo - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
The type Auth info.
- WxCpSpaceCreateData - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
新建空间信息.
- WxCpSpaceCreateData() - 类 的构造器me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceCreateData
-
- WxCpSpaceCreateRequest - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
新建空间请求.
- WxCpSpaceCreateRequest() - 类 的构造器me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceCreateRequest
-
- WxCpSpaceCreateRequest.AuthInfo - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
The type Auth info.
- WxCpSpaceInfo - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
获取空间信息.
- WxCpSpaceInfo() - 类 的构造器me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceInfo
-
- WxCpSpaceInfo.AuthInfo - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
The type Auth info.
- WxCpSpaceInfo.AuthList - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
The type Auth list.
- WxCpSpaceInfo.SpaceInfo - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
The type Space info.
- WxCpSpaceRenameRequest - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
重命名空间请求.
- WxCpSpaceRenameRequest() - 类 的构造器me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceRenameRequest
-
- WxCpSpaceSettingRequest - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
权限管理请求.
- WxCpSpaceSettingRequest() - 类 的构造器me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceSettingRequest
-
- WxCpSpaceShare - me.chanjar.weixin.cp.bean.oa.wedrive中的类
-
获取邀请链接.
- WxCpSpaceShare() - 类 的构造器me.chanjar.weixin.cp.bean.oa.wedrive.WxCpSpaceShare
-
- WxCpSpStatus - me.chanjar.weixin.cp.bean.oa中的枚举
-
审批单状态
(1-审批中;2-已通过;3-已驳回;4-已撤销;6-通过后撤销;7-已删除;10-已支付)
- WxCpSubscribeQrCode - me.chanjar.weixin.cp.bean.school.user中的类
-
获取「学校通知」二维码 返回结果.
- WxCpSubscribeQrCode() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpSubscribeQrCode
-
- WxCpTag - me.chanjar.weixin.cp.bean中的类
-
Created by Daniel Qian.
- WxCpTag() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTag
-
- WxCpTagAddOrRemoveUsersResult - me.chanjar.weixin.cp.bean中的类
-
为标签添加或移除用户结果对象类.
- WxCpTagAddOrRemoveUsersResult() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTagAddOrRemoveUsersResult
-
- WxCpTagGetResult - me.chanjar.weixin.cp.bean中的类
-
管理企业号应用-测试
Created by huansinho on 2018/4/16.
- WxCpTagGetResult() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTagGetResult
-
- WxCpTagGsonAdapter - me.chanjar.weixin.cp.util.json中的类
-
The type Wx cp tag gson adapter.
- WxCpTagGsonAdapter() - 类 的构造器me.chanjar.weixin.cp.util.json.WxCpTagGsonAdapter
-
- WxCpTagService - me.chanjar.weixin.cp.api中的接口
-
标签管理接口.
- WxCpTagServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
标签管理接口.
- WxCpTagServiceImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpTagServiceImpl
-
- WxCpTaskCardService - me.chanjar.weixin.cp.api中的接口
-
任务卡片管理接口.
- WxCpTaskCardServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
任务卡片管理接口.
- WxCpTaskCardServiceImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpTaskCardServiceImpl
-
- WxCpTaskCardUpdateResult - me.chanjar.weixin.cp.bean中的类
-
更新任务卡片消息状态的返回类
参考文档:https://work.weixin.qq.com/api/doc#90000/90135/91579
Created by Jeff on 2019-05-16.
- WxCpTaskCardUpdateResult() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTaskCardUpdateResult
-
- WxCpTpAdmin - me.chanjar.weixin.cp.bean中的类
-
应用的管理员
- WxCpTpAdmin() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTpAdmin
-
- WxCpTpAdmin.Admin - me.chanjar.weixin.cp.bean中的类
-
The type Admin.
- WxCpTpAppQrcode - me.chanjar.weixin.cp.bean中的类
-
应用的管理员
- WxCpTpAppQrcode() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTpAppQrcode
-
- WxCpTpAuthInfo - me.chanjar.weixin.cp.bean中的类
-
服务商模式获取授权信息
- WxCpTpAuthInfo() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTpAuthInfo
-
- WxCpTpAuthInfo.Agent - me.chanjar.weixin.cp.bean中的类
-
The type Agent.
- WxCpTpAuthInfo.AuthCorpInfo - me.chanjar.weixin.cp.bean中的类
-
The type Auth corp info.
- WxCpTpAuthInfo.AuthInfo - me.chanjar.weixin.cp.bean中的类
-
授权信息
- WxCpTpAuthInfo.DealerCorpInfo - me.chanjar.weixin.cp.bean中的类
-
The type Dealer corp info.
- WxCpTpAuthInfo.EditionInfo - me.chanjar.weixin.cp.bean中的类
-
企业当前生效的版本信息
- WxCpTpAuthInfo.Privilege - me.chanjar.weixin.cp.bean中的类
-
应用对应的权限
- WxCpTpConfigStorage - me.chanjar.weixin.cp.config中的接口
-
微信客户端(第三方应用)配置存储
- WxCpTpConsts - me.chanjar.weixin.cp.constant中的类
-
The type Wx cp tp consts.
- WxCpTpConsts() - 类 的构造器me.chanjar.weixin.cp.constant.WxCpTpConsts
-
- WxCpTpConsts.InfoType - me.chanjar.weixin.cp.constant中的类
-
The type Info type.
- WxCpTpContactSearch - me.chanjar.weixin.cp.bean中的类
-
The type Wx cp tp contact search.
- WxCpTpContactSearch() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTpContactSearch
-
- WxCpTpContactSearchResp - me.chanjar.weixin.cp.bean中的类
-
The type Wx cp tp contact search resp.
- WxCpTpContactSearchResp() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTpContactSearchResp
-
- WxCpTpContactSearchResp.QueryResult - me.chanjar.weixin.cp.bean中的类
-
The type Query result.
- WxCpTpContactSearchResp.QueryResult.Party - me.chanjar.weixin.cp.bean中的类
-
The type Party.
- WxCpTpContactSearchResp.QueryResult.User - me.chanjar.weixin.cp.bean中的类
-
The type User.
- WxCpTpContactService - me.chanjar.weixin.cp.tp.service中的接口
-
The interface Wx cp tp contact service.
- WxCpTpContactServiceImpl - me.chanjar.weixin.cp.tp.service.impl中的类
-
The type Wx cp tp contact service.
- WxCpTpContactServiceImpl() - 类 的构造器me.chanjar.weixin.cp.tp.service.impl.WxCpTpContactServiceImpl
-
- WxCpTpConvertTmpExternalUserIdResult - me.chanjar.weixin.cp.bean中的类
-
- WxCpTpConvertTmpExternalUserIdResult() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTpConvertTmpExternalUserIdResult
-
- WxCpTpConvertTmpExternalUserIdResult.Results - me.chanjar.weixin.cp.bean中的类
-
- WxCpTpCorp - me.chanjar.weixin.cp.bean中的类
-
微信部门.
- WxCpTpCorp() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTpCorp
-
- WxCpTpCorpId2OpenCorpId - me.chanjar.weixin.cp.bean中的类
-
应用的管理员
- WxCpTpCorpId2OpenCorpId() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTpCorpId2OpenCorpId
-
- WxCpTpCryptUtil - me.chanjar.weixin.cp.util.crypto中的类
-
The type Wx cp tp crypt util.
- WxCpTpCryptUtil(WxCpTpConfigStorage) - 类 的构造器me.chanjar.weixin.cp.util.crypto.WxCpTpCryptUtil
-
构造函数.
- WxCpTpDefaultConfigImpl - me.chanjar.weixin.cp.config.impl中的类
-
基于内存的微信配置provider,在实际生产环境中应该将这些配置持久化.
- WxCpTpDefaultConfigImpl() - 类 的构造器me.chanjar.weixin.cp.config.impl.WxCpTpDefaultConfigImpl
-
- WxCpTpDepart - me.chanjar.weixin.cp.bean中的类
-
企业微信的部门.
- WxCpTpDepart() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTpDepart
-
- WxCpTpDepartmentService - me.chanjar.weixin.cp.tp.service中的接口
-
部门管理接口
Created by jamie on 2020/7/22.
- WxCpTpDepartmentServiceImpl - me.chanjar.weixin.cp.tp.service.impl中的类
-
The type Wx cp tp department service.
- WxCpTpDepartmentServiceImpl() - 类 的构造器me.chanjar.weixin.cp.tp.service.impl.WxCpTpDepartmentServiceImpl
-
- WxCpTpEditionService - me.chanjar.weixin.cp.tp.service中的接口
-
应用版本付费版本相关接口
- WxCpTpEditionServiceImpl - me.chanjar.weixin.cp.tp.service.impl中的类
-
应用版本付费版本相关接口实现
- WxCpTpEditionServiceImpl() - 类 的构造器me.chanjar.weixin.cp.tp.service.impl.WxCpTpEditionServiceImpl
-
- WxCpTpIdConvertService - me.chanjar.weixin.cp.tp.service中的接口
-
企业微信三方应用ID转换接口
- WxCpTpIdConvertServiceImpl - me.chanjar.weixin.cp.tp.service.impl中的类
-
- WxCpTpIdConvertServiceImpl() - 类 的构造器me.chanjar.weixin.cp.tp.service.impl.WxCpTpIdConvertServiceImpl
-
- WxCpTpLicenseAccount - me.chanjar.weixin.cp.bean.license中的类
-
订单账号信息
- WxCpTpLicenseAccount() - 类 的构造器me.chanjar.weixin.cp.bean.license.WxCpTpLicenseAccount
-
- WxCpTpLicenseAccountCount - me.chanjar.weixin.cp.bean.license中的类
-
The type Wx cp tp license account count.
- WxCpTpLicenseAccountCount() - 类 的构造器me.chanjar.weixin.cp.bean.license.WxCpTpLicenseAccountCount
-
- WxCpTpLicenseAccountDuration - me.chanjar.weixin.cp.bean.license中的类
-
The type Wx cp tp license account duration.
- WxCpTpLicenseAccountDuration() - 类 的构造器me.chanjar.weixin.cp.bean.license.WxCpTpLicenseAccountDuration
-
- WxCpTpLicenseActiveAccount - me.chanjar.weixin.cp.bean.license中的类
-
The type Wx cp tp license active account.
- WxCpTpLicenseActiveAccount() - 类 的构造器me.chanjar.weixin.cp.bean.license.WxCpTpLicenseActiveAccount
-
- WxCpTpLicenseActiveCodeInfo - me.chanjar.weixin.cp.bean.license中的类
-
激活码信息
文档地址:https://developer.work.weixin.qq.com/document/path/95553
- WxCpTpLicenseActiveCodeInfo() - 类 的构造器me.chanjar.weixin.cp.bean.license.WxCpTpLicenseActiveCodeInfo
-
- WxCpTpLicenseActiveInfoByUserResp - me.chanjar.weixin.cp.bean.license.account中的类
-
某个企业成员的激活情况
文档地址:https://developer.work.weixin.qq.com/document/path/95555
- WxCpTpLicenseActiveInfoByUserResp() - 类 的构造器me.chanjar.weixin.cp.bean.license.account.WxCpTpLicenseActiveInfoByUserResp
-
- WxCpTpLicenseBaseAccount - me.chanjar.weixin.cp.bean.license中的类
-
许可证账号基础类
- WxCpTpLicenseBaseAccount() - 类 的构造器me.chanjar.weixin.cp.bean.license.WxCpTpLicenseBaseAccount
-
- WxCpTpLicenseBatchActiveResultResp - me.chanjar.weixin.cp.bean.license.account中的类
-
批量激活帐号结果
文档地址:https://developer.work.weixin.qq.com/document/path/95553
- WxCpTpLicenseBatchActiveResultResp() - 类 的构造器me.chanjar.weixin.cp.bean.license.account.WxCpTpLicenseBatchActiveResultResp
-
- WxCpTpLicenseBatchCodeInfoResp - me.chanjar.weixin.cp.bean.license.account中的类
-
批量查询的激活码详情
文档地址:https://developer.work.weixin.qq.com/document/path/95553
- WxCpTpLicenseBatchCodeInfoResp() - 类 的构造器me.chanjar.weixin.cp.bean.license.account.WxCpTpLicenseBatchCodeInfoResp
-
- WxCpTpLicenseBatchTransferResp - me.chanjar.weixin.cp.bean.license.account中的类
-
基础结果返回信息
文档地址:https://developer.work.weixin.qq.com/document/path/95673
- WxCpTpLicenseBatchTransferResp() - 类 的构造器me.chanjar.weixin.cp.bean.license.account.WxCpTpLicenseBatchTransferResp
-
- WxCpTpLicenseCodeInfoResp - me.chanjar.weixin.cp.bean.license.account中的类
-
查询的激活码详情
文档地址:https://developer.work.weixin.qq.com/document/path/95553
- WxCpTpLicenseCodeInfoResp() - 类 的构造器me.chanjar.weixin.cp.bean.license.account.WxCpTpLicenseCodeInfoResp
-
- WxCpTpLicenseCorpAccount - me.chanjar.weixin.cp.bean.license中的类
-
The type Wx cp tp license corp account.
- WxCpTpLicenseCorpAccount() - 类 的构造器me.chanjar.weixin.cp.bean.license.WxCpTpLicenseCorpAccount
-
- WxCpTpLicenseCorpAccountListResp - me.chanjar.weixin.cp.bean.license.account中的类
-
企业的帐号列表(已激活)
文档地址:https://developer.work.weixin.qq.com/document/path/95544
- WxCpTpLicenseCorpAccountListResp() - 类 的构造器me.chanjar.weixin.cp.bean.license.account.WxCpTpLicenseCorpAccountListResp
-
- WxCpTpLicenseCreateOrderResp - me.chanjar.weixin.cp.bean.license.order中的类
-
订单创建结果
文档地址:https://developer.work.weixin.qq.com/document/path/95644
- WxCpTpLicenseCreateOrderResp() - 类 的构造器me.chanjar.weixin.cp.bean.license.order.WxCpTpLicenseCreateOrderResp
-
- WxCpTpLicenseInvalidAccount - me.chanjar.weixin.cp.bean.license中的类
-
The type Wx cp tp license invalid account.
- WxCpTpLicenseInvalidAccount() - 类 的构造器me.chanjar.weixin.cp.bean.license.WxCpTpLicenseInvalidAccount
-
- WxCpTpLicenseNewOrderRequest - me.chanjar.weixin.cp.bean.license.order中的类
-
下单购买帐号
文档地址:https://developer.work.weixin.qq.com/document/path/95644
- WxCpTpLicenseNewOrderRequest() - 类 的构造器me.chanjar.weixin.cp.bean.license.order.WxCpTpLicenseNewOrderRequest
-
- WxCpTpLicenseOrder - me.chanjar.weixin.cp.bean.license中的类
-
详细的订单信息
文档地址:https://developer.work.weixin.qq.com/document/path/95648
- WxCpTpLicenseOrder() - 类 的构造器me.chanjar.weixin.cp.bean.license.WxCpTpLicenseOrder
-
- WxCpTpLicenseOrderAccountListResp - me.chanjar.weixin.cp.bean.license.order中的类
-
获取订单中的帐号列表
文档地址:https://developer.work.weixin.qq.com/document/path/95649
- WxCpTpLicenseOrderAccountListResp() - 类 的构造器me.chanjar.weixin.cp.bean.license.order.WxCpTpLicenseOrderAccountListResp
-
- WxCpTpLicenseOrderInfoResp - me.chanjar.weixin.cp.bean.license.order中的类
-
订单详情结果
文档:https://developer.work.weixin.qq.com/document/path/95648
- WxCpTpLicenseOrderInfoResp() - 类 的构造器me.chanjar.weixin.cp.bean.license.order.WxCpTpLicenseOrderInfoResp
-
- WxCpTpLicenseOrderListResp - me.chanjar.weixin.cp.bean.license.order中的类
-
获取订单列表详情
文档地址:https://developer.work.weixin.qq.com/document/path/95647
- WxCpTpLicenseOrderListResp() - 类 的构造器me.chanjar.weixin.cp.bean.license.order.WxCpTpLicenseOrderListResp
-
- WxCpTpLicenseRenewOrderJobRequest - me.chanjar.weixin.cp.bean.license.order中的类
-
创建下单续期帐号任务
文档地址:https://developer.work.weixin.qq.com/document/path/95646
- WxCpTpLicenseRenewOrderJobRequest() - 类 的构造器me.chanjar.weixin.cp.bean.license.order.WxCpTpLicenseRenewOrderJobRequest
-
- WxCpTpLicenseRenewOrderJobResp - me.chanjar.weixin.cp.bean.license.order中的类
-
创建下单购买帐号任务返回结果
文档地址:https://developer.work.weixin.qq.com/document/path/95646
- WxCpTpLicenseRenewOrderJobResp() - 类 的构造器me.chanjar.weixin.cp.bean.license.order.WxCpTpLicenseRenewOrderJobResp
-
- WxCpTpLicenseRenewOrderRequest - me.chanjar.weixin.cp.bean.license.order中的类
-
续期帐号订单
文档地址:https://developer.work.weixin.qq.com/document/path/95646
- WxCpTpLicenseRenewOrderRequest() - 类 的构造器me.chanjar.weixin.cp.bean.license.order.WxCpTpLicenseRenewOrderRequest
-
- WxCpTpLicenseService - me.chanjar.weixin.cp.tp.service中的接口
-
服务商接口调用许可相关接口
文档地址:https://developer.work.weixin.qq.com/document/path/95652
- WxCpTpLicenseServiceImpl - me.chanjar.weixin.cp.tp.service.impl中的类
-
The type Wx cp tp license service.
- WxCpTpLicenseServiceImpl() - 类 的构造器me.chanjar.weixin.cp.tp.service.impl.WxCpTpLicenseServiceImpl
-
- WxCpTpLicenseSimpleOrder - me.chanjar.weixin.cp.bean.license中的类
-
The type Wx cp tp license simple order.
- WxCpTpLicenseSimpleOrder() - 类 的构造器me.chanjar.weixin.cp.bean.license.WxCpTpLicenseSimpleOrder
-
- WxCpTpLicenseTransfer - me.chanjar.weixin.cp.bean.license中的类
-
基础的信息
- WxCpTpLicenseTransfer() - 类 的构造器me.chanjar.weixin.cp.bean.license.WxCpTpLicenseTransfer
-
- WxCpTpMediaService - me.chanjar.weixin.cp.tp.service中的接口
-
媒体管理接口.
- WxCpTpMediaServiceImpl - me.chanjar.weixin.cp.tp.service.impl中的类
-
媒体管理接口.
- WxCpTpMediaServiceImpl() - 类 的构造器me.chanjar.weixin.cp.tp.service.impl.WxCpTpMediaServiceImpl
-
- WxCpTpMessageHandler - me.chanjar.weixin.cp.tp.message中的接口
-
处理微信推送消息的处理器接口
- WxCpTpMessageInterceptor - me.chanjar.weixin.cp.tp.message中的接口
-
微信消息拦截器,可以用来做验证
- WxCpTpMessageMatcher - me.chanjar.weixin.cp.tp.message中的接口
-
消息匹配器,用在消息路由的时候
- WxCpTpMessageRouter - me.chanjar.weixin.cp.tp.message中的类
-
微信消息路由器,通过代码化的配置,把来自微信的消息交给handler处理
和WxCpMessageRouter的rule相比,多了infoType和changeType维度的匹配
说明:
1.
- WxCpTpMessageRouter(WxCpTpService) - 类 的构造器me.chanjar.weixin.cp.tp.message.WxCpTpMessageRouter
-
构造方法.
- WxCpTpMessageRouter(WxCpTpService, ExecutorService) - 类 的构造器me.chanjar.weixin.cp.tp.message.WxCpTpMessageRouter
-
- WxCpTpMessageRouterRule - me.chanjar.weixin.cp.tp.message中的类
-
The type Wx cp message router rule.
- WxCpTpMessageRouterRule(WxCpTpMessageRouter) - 类 的构造器me.chanjar.weixin.cp.tp.message.WxCpTpMessageRouterRule
-
Instantiates a new Wx cp message router rule.
- WxCpTpOAService - me.chanjar.weixin.cp.tp.service中的接口
-
企业微信OA相关接口.
- WxCpTpOAServiceImpl - me.chanjar.weixin.cp.tp.service.impl中的类
-
企业微信 OA 接口实现
- WxCpTpOAServiceImpl() - 类 的构造器me.chanjar.weixin.cp.tp.service.impl.WxCpTpOAServiceImpl
-
- WxCpTpOAuth2Service - me.chanjar.weixin.cp.tp.service中的接口
-
构造第三方应用oauth2链接
Created by feidian108 on 2023/3/24.
- WxCpTpOAuth2ServiceImpl - me.chanjar.weixin.cp.tp.service.impl中的类
-
- WxCpTpOAuth2ServiceImpl() - 类 的构造器me.chanjar.weixin.cp.tp.service.impl.WxCpTpOAuth2ServiceImpl
-
- WxCpTpOpenKfIdConvertResult - me.chanjar.weixin.cp.bean中的类
-
- WxCpTpOpenKfIdConvertResult() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTpOpenKfIdConvertResult
-
- WxCpTpOpenKfIdConvertResult.Item - me.chanjar.weixin.cp.bean中的类
-
- WxCpTpOrderDetails - me.chanjar.weixin.cp.bean.order中的类
-
应用版本付费订单详情
- WxCpTpOrderDetails() - 类 的构造器me.chanjar.weixin.cp.bean.order.WxCpTpOrderDetails
-
- WxCpTpOrderDetails.DealerCorpInfo - me.chanjar.weixin.cp.bean.order中的类
-
渠道商信息(仅当有渠道商报备后才会有此字段)
- WxCpTpOrderListGetResult - me.chanjar.weixin.cp.bean.order中的类
-
应用版本付费订单列表
- WxCpTpOrderListGetResult() - 类 的构造器me.chanjar.weixin.cp.bean.order.WxCpTpOrderListGetResult
-
- WxCpTpOrderService - me.chanjar.weixin.cp.tp.service中的接口
-
应用版本付费订单相关接口
- WxCpTpOrderServiceImpl - me.chanjar.weixin.cp.tp.service.impl中的类
-
应用版本付费订单相关接口实现
- WxCpTpOrderServiceImpl() - 类 的构造器me.chanjar.weixin.cp.tp.service.impl.WxCpTpOrderServiceImpl
-
- WxCpTpPermanentCodeInfo - me.chanjar.weixin.cp.bean中的类
-
服务商模式获取永久授权码信息
- WxCpTpPermanentCodeInfo() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTpPermanentCodeInfo
-
- WxCpTpPermanentCodeInfo.Agent - me.chanjar.weixin.cp.bean中的类
-
The type Agent.
- WxCpTpPermanentCodeInfo.AuthCorpInfo - me.chanjar.weixin.cp.bean中的类
-
The type Auth corp info.
- WxCpTpPermanentCodeInfo.AuthInfo - me.chanjar.weixin.cp.bean中的类
-
授权信息
- WxCpTpPermanentCodeInfo.AuthUserInfo - me.chanjar.weixin.cp.bean中的类
-
授权人员信息
- WxCpTpPermanentCodeInfo.EditionInfo - me.chanjar.weixin.cp.bean中的类
-
企业当前生效的版本信息
- WxCpTpPermanentCodeInfo.Privilege - me.chanjar.weixin.cp.bean中的类
-
应用对应的权限
- WxCpTpPermanentCodeInfo.RegisterCodeInfo - me.chanjar.weixin.cp.bean中的类
-
推广二维码安装相关信息
- WxCpTpPreauthCode - me.chanjar.weixin.cp.bean中的类
-
预授权码返回
- WxCpTpPreauthCode() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTpPreauthCode
-
- WxCpTpProlongTryResult - me.chanjar.weixin.cp.bean中的类
-
应用市场延长试用期结果
- WxCpTpProlongTryResult() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTpProlongTryResult
-
- WxCpTpRedissonConfigImpl - me.chanjar.weixin.cp.config.impl中的类
-
企业微信各种固定、授权配置的Redisson存储实现
- WxCpTpRedissonConfigImpl() - 类 的构造器me.chanjar.weixin.cp.config.impl.WxCpTpRedissonConfigImpl
-
- WxCpTpService - me.chanjar.weixin.cp.tp.service中的接口
-
企业微信第三方应用API的Service.
- WxCpTpServiceApacheHttpClientImpl - me.chanjar.weixin.cp.tp.service.impl中的类
-
The type Wx cp tp service apache http client.
- WxCpTpServiceApacheHttpClientImpl() - 类 的构造器me.chanjar.weixin.cp.tp.service.impl.WxCpTpServiceApacheHttpClientImpl
-
- WxCpTpServiceImpl - me.chanjar.weixin.cp.tp.service.impl中的类
-
默认接口实现类,使用apache httpclient实现
Created by zhenjun cai.
- WxCpTpServiceImpl() - 类 的构造器me.chanjar.weixin.cp.tp.service.impl.WxCpTpServiceImpl
-
- WxCpTpTag - me.chanjar.weixin.cp.bean中的类
-
The type Wx cp tp tag.
- WxCpTpTag() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTpTag
-
- WxCpTpTagAddOrRemoveUsersResult - me.chanjar.weixin.cp.bean中的类
-
企业微信第三方开发-增加标签成员成员api响应体
- WxCpTpTagAddOrRemoveUsersResult() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTpTagAddOrRemoveUsersResult
-
- WxCpTpTagGetResult - me.chanjar.weixin.cp.bean中的类
-
获取标签成员接口响应体
- WxCpTpTagGetResult() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTpTagGetResult
-
- WxCpTpTagIdListConvertResult - me.chanjar.weixin.cp.bean中的类
-
- WxCpTpTagIdListConvertResult() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTpTagIdListConvertResult
-
- WxCpTpTagIdListConvertResult.Item - me.chanjar.weixin.cp.bean中的类
-
- WxCpTpTagService - me.chanjar.weixin.cp.tp.service中的接口
-
企业微信第三方开发-标签相关接口
- WxCpTpTagServiceImpl - me.chanjar.weixin.cp.tp.service.impl中的类
-
企业微信第三方开发-标签相关接口,部分照搬了WxCpTagServiceImpl
- WxCpTpTagServiceImpl() - 类 的构造器me.chanjar.weixin.cp.tp.service.impl.WxCpTpTagServiceImpl
-
- WxCpTpUnionidToExternalUseridResult - me.chanjar.weixin.cp.bean中的类
-
- WxCpTpUnionidToExternalUseridResult() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTpUnionidToExternalUseridResult
-
- WxCpTpUserDetail - me.chanjar.weixin.cp.bean中的类
-
The type Wx cp tp user detail.
- WxCpTpUserDetail() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTpUserDetail
-
- WxCpTpUserInfo - me.chanjar.weixin.cp.bean中的类
-
The type Wx cp tp user info.
- WxCpTpUserInfo() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTpUserInfo
-
- WxCpTpUserService - me.chanjar.weixin.cp.tp.service中的接口
-
用户管理接口
Created by jamie on 2020/7/22.
- WxCpTpUserServiceImpl - me.chanjar.weixin.cp.tp.service.impl中的类
-
Created by jamie on 2020/7/22.
- WxCpTpUserServiceImpl() - 类 的构造器me.chanjar.weixin.cp.tp.service.impl.WxCpTpUserServiceImpl
-
- WxCpTpXmlMessage - me.chanjar.weixin.cp.bean.message中的类
-
sxh 修改版本,有些参数类型错误,修正版
回调推送的message
https://work.weixin.qq.com/api/doc#90001/90143/90612
- WxCpTpXmlMessage() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpTpXmlMessage
-
- WxCpTpXmlMessage.ApprovalInfo - me.chanjar.weixin.cp.bean.message中的类
-
- WxCpTpXmlMessage.ApprovalInfo.ApprovalNode - me.chanjar.weixin.cp.bean.message中的类
-
已过时。
The type Approval node.
- WxCpTpXmlMessage.ApprovalInfo.ApprovalNode.Item - me.chanjar.weixin.cp.bean.message中的类
-
已过时。
The type Item.
- WxCpTpXmlMessage.ApprovalInfo.NotifyNode - me.chanjar.weixin.cp.bean.message中的类
-
已过时。
The type Notify node.
- WxCpTpXmlMessage.AuthUserInfo - me.chanjar.weixin.cp.bean.message中的类
-
The type Auth user info.
- WxCpTpXmlMessage.BatchJob - me.chanjar.weixin.cp.bean.message中的类
-
The type Batch job.
- WxCpTpXmlMessage.ContactSync - me.chanjar.weixin.cp.bean.message中的类
-
The type Contact sync.
- WxCpTpXmlPackage - me.chanjar.weixin.cp.bean中的类
-
回调消息包.
- WxCpTpXmlPackage() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTpXmlPackage
-
- WxCpTrade - me.chanjar.weixin.cp.bean.school中的类
-
获取订单详情.
- WxCpTrade() - 类 的构造器me.chanjar.weixin.cp.bean.school.WxCpTrade
-
- WxCpUpdateDepartmentRequest - me.chanjar.weixin.cp.bean.school.user中的类
-
更新部门请求.
- WxCpUpdateDepartmentRequest() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpUpdateDepartmentRequest
-
- WxCpUpdateDepartmentRequest.DepartmentAdmin - me.chanjar.weixin.cp.bean.school.user中的类
-
The type Department admin.
- WxCpUpdateParentRequest - me.chanjar.weixin.cp.bean.school.user中的类
-
更新家长请求.
- WxCpUpdateParentRequest() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpUpdateParentRequest
-
- WxCpUpdateParentRequest.Children - me.chanjar.weixin.cp.bean.school.user中的类
-
The type Children.
- WxCpUpdateRemarkRequest - me.chanjar.weixin.cp.bean.external中的类
-
修改客户备注信息请求.
- WxCpUpdateRemarkRequest() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpUpdateRemarkRequest
-
- WxCpUser - me.chanjar.weixin.cp.bean中的类
-
微信用户信息.
- WxCpUser() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpUser
-
- WxCpUser.Attr - me.chanjar.weixin.cp.bean中的类
-
The type Attr.
- WxCpUser.ExternalAttribute - me.chanjar.weixin.cp.bean中的类
-
The type External attribute.
- WxCpUser.WechatChannels - me.chanjar.weixin.cp.bean中的类
-
The type Wechat channels.
- WxCpUserDetail - me.chanjar.weixin.cp.bean中的类
-
使用user_ticket获取成员详情接口返回类.
- WxCpUserDetail() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpUserDetail
-
- WxCpUserExternalContactInfo - me.chanjar.weixin.cp.bean中的类
-
外部联系人详情
Created by Binary Wang on 2018/9/16.
- WxCpUserExternalContactInfo() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpUserExternalContactInfo
-
- WxCpUserExternalContactInfo.ExternalAttribute - me.chanjar.weixin.cp.bean中的类
-
The type External attribute.
- WxCpUserExternalContactInfo.ExternalAttribute.MiniProgram - me.chanjar.weixin.cp.bean中的类
-
The type Mini program.
- WxCpUserExternalContactInfo.ExternalAttribute.Text - me.chanjar.weixin.cp.bean中的类
-
The type Text.
- WxCpUserExternalContactInfo.ExternalAttribute.Web - me.chanjar.weixin.cp.bean中的类
-
The type Web.
- WxCpUserExternalContactInfo.ExternalContact - me.chanjar.weixin.cp.bean中的类
-
The type External contact.
- WxCpUserExternalContactInfo.ExternalProfile - me.chanjar.weixin.cp.bean中的类
-
The type External profile.
- WxCpUserExternalContactInfo.FollowedUser - me.chanjar.weixin.cp.bean中的类
-
The type Followed user.
- WxCpUserExternalContactInfo.Tag - me.chanjar.weixin.cp.bean中的类
-
The type Tag.
- WxCpUserExternalContactList - me.chanjar.weixin.cp.bean.external中的类
-
外部联系人列表
Created by Joe Cao on 2019/6/16.
- WxCpUserExternalContactList() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpUserExternalContactList
-
- WxCpUserExternalGroupChatInfo - me.chanjar.weixin.cp.bean.external中的类
-
The type Wx cp user external group chat info.
- WxCpUserExternalGroupChatInfo() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpUserExternalGroupChatInfo
-
- WxCpUserExternalGroupChatInfo.GroupAdmin - me.chanjar.weixin.cp.bean.external中的类
-
群管理员列表
- WxCpUserExternalGroupChatInfo.GroupChat - me.chanjar.weixin.cp.bean.external中的类
-
客户群详情
- WxCpUserExternalGroupChatInfo.GroupMember - me.chanjar.weixin.cp.bean.external中的类
-
群成员
- WxCpUserExternalGroupChatInfo.Invitor - me.chanjar.weixin.cp.bean.external中的类
-
The type Invitor.
- WxCpUserExternalGroupChatList - me.chanjar.weixin.cp.bean.external中的类
-
The type Wx cp user external group chat list.
- WxCpUserExternalGroupChatList() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpUserExternalGroupChatList
-
- WxCpUserExternalGroupChatList.ChatStatus - me.chanjar.weixin.cp.bean.external中的类
-
The type Chat status.
- WxCpUserExternalGroupChatStatistic - me.chanjar.weixin.cp.bean.external中的类
-
联系客户群统计数据
- WxCpUserExternalGroupChatStatistic() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpUserExternalGroupChatStatistic
-
- WxCpUserExternalGroupChatStatistic.ItemData - me.chanjar.weixin.cp.bean.external中的类
-
The type Item data.
- WxCpUserExternalGroupChatStatistic.StatisticItem - me.chanjar.weixin.cp.bean.external中的类
-
The type Statistic item.
- WxCpUserExternalGroupChatTransferResp - me.chanjar.weixin.cp.bean.external中的类
-
分配离职成员的客户群结果
- WxCpUserExternalGroupChatTransferResp() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpUserExternalGroupChatTransferResp
-
- WxCpUserExternalGroupChatTransferResp.GroupChatFailedTransfer - me.chanjar.weixin.cp.bean.external中的类
-
The type Group chat failed transfer.
- WxCpUserExternalTagGroupInfo - me.chanjar.weixin.cp.bean.external中的类
-
The type Wx cp user external tag group info.
- WxCpUserExternalTagGroupInfo() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpUserExternalTagGroupInfo
-
- WxCpUserExternalTagGroupInfo.Tag - me.chanjar.weixin.cp.bean.external中的类
-
The type Tag.
- WxCpUserExternalTagGroupInfo.TagGroup - me.chanjar.weixin.cp.bean.external中的类
-
The type Tag group.
- WxCpUserExternalTagGroupList - me.chanjar.weixin.cp.bean.external中的类
-
The type Wx cp user external tag group list.
- WxCpUserExternalTagGroupList() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpUserExternalTagGroupList
-
- WxCpUserExternalTagGroupList.TagGroup - me.chanjar.weixin.cp.bean.external中的类
-
The type Tag group.
- WxCpUserExternalTagGroupList.TagGroup.Tag - me.chanjar.weixin.cp.bean.external中的类
-
The type Tag.
- WxCpUserExternalUnassignList - me.chanjar.weixin.cp.bean.external中的类
-
离职员工外部联系人列表
- WxCpUserExternalUnassignList() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpUserExternalUnassignList
-
- WxCpUserExternalUnassignList.UnassignInfo - me.chanjar.weixin.cp.bean.external中的类
-
The type Unassign info.
- WxCpUserExternalUserBehaviorStatistic - me.chanjar.weixin.cp.bean.external中的类
-
联系客户统计数据
- WxCpUserExternalUserBehaviorStatistic() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpUserExternalUserBehaviorStatistic
-
- WxCpUserExternalUserBehaviorStatistic.Behavior - me.chanjar.weixin.cp.bean.external中的类
-
The type Behavior.
- WxCpUserGsonAdapter - me.chanjar.weixin.cp.util.json中的类
-
cp user gson adapter.
- WxCpUserGsonAdapter() - 类 的构造器me.chanjar.weixin.cp.util.json.WxCpUserGsonAdapter
-
- WxCpUseridToOpenUserid - me.chanjar.weixin.cp.bean中的类
-
userid转换为open_userid
将自建应用或代开发应用获取的userid转换为第三方应用的userid
中间对象
Created by gxh0797 on 2022.07.26.
- WxCpUseridToOpenUserid() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpUseridToOpenUserid
-
- WxCpUseridToOpenUseridResult - me.chanjar.weixin.cp.bean中的类
-
userid转换为open_userid
将自建应用或代开发应用获取的userid转换为第三方应用的userid
Created by gxh0797 on 2022.07.26.
- WxCpUseridToOpenUseridResult() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpUseridToOpenUseridResult
-
- WxCpUserListResult - me.chanjar.weixin.cp.bean.school.user中的类
-
获取部门成员详情返回结果.
- WxCpUserListResult() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpUserListResult
-
- WxCpUserListResult.Parent - me.chanjar.weixin.cp.bean.school.user中的类
-
The type Parent.
- WxCpUserListResult.Student - me.chanjar.weixin.cp.bean.school.user中的类
-
The type Student.
- WxCpUserMeetingIdResult - me.chanjar.weixin.cp.bean.oa.meeting中的类
-
为标签添加或移除用户结果对象类.
- WxCpUserMeetingIdResult() - 类 的构造器me.chanjar.weixin.cp.bean.oa.meeting.WxCpUserMeetingIdResult
-
- WxCpUserResult - me.chanjar.weixin.cp.bean.school.user中的类
-
读取学生或家长返回结果.
- WxCpUserResult() - 类 的构造器me.chanjar.weixin.cp.bean.school.user.WxCpUserResult
-
- WxCpUserResult.Children - me.chanjar.weixin.cp.bean.school.user中的类
-
The type Children.
- WxCpUserResult.Parent - me.chanjar.weixin.cp.bean.school.user中的类
-
The type Parent.
- WxCpUserResult.Student - me.chanjar.weixin.cp.bean.school.user中的类
-
The type Student.
- WxCpUserService - me.chanjar.weixin.cp.api中的接口
-
用户管理接口
Created by BinaryWang on 2017/6/24.
- WxCpUserServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
Created by BinaryWang on 2017/6/24.
- WxCpUserServiceImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpUserServiceImpl
-
- WxCpUserTransferCustomerReq - me.chanjar.weixin.cp.bean.external中的类
-
转接在职成员的客户给其他成员,请求对象
- WxCpUserTransferCustomerReq() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpUserTransferCustomerReq
-
- WxCpUserTransferCustomerResp - me.chanjar.weixin.cp.bean.external中的类
-
转接在职成员的客户给其他成员,返回对象
- WxCpUserTransferCustomerResp() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpUserTransferCustomerResp
-
- WxCpUserTransferCustomerResp.TransferCustomer - me.chanjar.weixin.cp.bean.external中的类
-
转接客户结果实体
- WxCpUserTransferResultResp - me.chanjar.weixin.cp.bean.external中的类
-
在职成员的客户转接情况
- WxCpUserTransferResultResp() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpUserTransferResultResp
-
- WxCpUserTransferResultResp.STATUS - me.chanjar.weixin.cp.bean.external中的枚举
-
The enum Status.
- WxCpUserTransferResultResp.TransferResult - me.chanjar.weixin.cp.bean.external中的类
-
客户转接结果实体
- WxCpUserVacationQuota - me.chanjar.weixin.cp.bean.oa中的类
-
成员假期余额信息.
- WxCpUserVacationQuota() - 类 的构造器me.chanjar.weixin.cp.bean.oa.WxCpUserVacationQuota
-
- WxCpUserVacationQuota.VacationQuota - me.chanjar.weixin.cp.bean.oa中的类
-
The type Vacation quota.
- WxCpUserWithExternalPermission - me.chanjar.weixin.cp.bean.external中的类
-
The type Wx cp user with external permission.
- WxCpUserWithExternalPermission() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpUserWithExternalPermission
-
- WxCpWatchStat - me.chanjar.weixin.cp.bean.living中的类
-
直播观看明细.
- WxCpWatchStat() - 类 的构造器me.chanjar.weixin.cp.bean.living.WxCpWatchStat
-
- WxCpWatchStat.ExternalUser - me.chanjar.weixin.cp.bean.living中的类
-
The type External user.
- WxCpWatchStat.StatInfo - me.chanjar.weixin.cp.bean.living中的类
-
The type Stat info.
- WxCpWatchStat.User - me.chanjar.weixin.cp.bean.living中的类
-
The type User.
- WxCpWelcomeMsg - me.chanjar.weixin.cp.bean.external中的类
-
新客户欢迎语.
- WxCpWelcomeMsg() - 类 的构造器me.chanjar.weixin.cp.bean.external.WxCpWelcomeMsg
-
- WxCpXmlApprovalInfo - me.chanjar.weixin.cp.bean.message中的类
-
审批信息
审批申请状态变化回调通知
https://developer.work.weixin.qq.com/document/path/91815
自建应用审批状态变化通知回调
https://developer.work.weixin.qq.com/document/path/90269
- WxCpXmlApprovalInfo() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpXmlApprovalInfo
-
- WxCpXmlApprovalInfo.Applier - me.chanjar.weixin.cp.bean.message中的类
-
申请人信息
- WxCpXmlApprovalInfo.ApprovalNode - me.chanjar.weixin.cp.bean.message中的类
-
审批流程信息,可以有多个审批节点
- WxCpXmlApprovalInfo.Approver - me.chanjar.weixin.cp.bean.message中的类
-
分支审批人
- WxCpXmlApprovalInfo.Comment - me.chanjar.weixin.cp.bean.message中的类
-
审批申请备注信息
- WxCpXmlApprovalInfo.CommentUserInfo - me.chanjar.weixin.cp.bean.message中的类
-
- WxCpXmlApprovalInfo.Detail - me.chanjar.weixin.cp.bean.message中的类
-
审批节点详情
- WxCpXmlApprovalInfo.Item - me.chanjar.weixin.cp.bean.message中的类
-
审批节点分支,当节点为标签或上级时,一个节点可能有多个分支
- WxCpXmlApprovalInfo.Notifier - me.chanjar.weixin.cp.bean.message中的类
-
抄送信息
- WxCpXmlApprovalInfo.NotifyNode - me.chanjar.weixin.cp.bean.message中的类
-
抄送人信息
- WxCpXmlApprovalInfo.SpRecord - me.chanjar.weixin.cp.bean.message中的类
-
审批流程信息
- WxCpXmlMessage - me.chanjar.weixin.cp.bean.message中的类
-
微信推送过来的消息,也是同步回复给用户的消息,xml格式
相关字段的解释看微信开发者文档:
https://work.weixin.qq.com/api/doc#12973
https://work.weixin.qq.com/api/doc#12974
- WxCpXmlMessage() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpXmlMessage
-
- WxCpXmlMessage.ExtAttr - me.chanjar.weixin.cp.bean.message中的类
-
The type Ext attr.
- WxCpXmlMessage.ExtAttr.Item - me.chanjar.weixin.cp.bean.message中的类
-
The type Item.
- WxCpXmlMessage.ScanCodeInfo - me.chanjar.weixin.cp.bean.message中的类
-
The type Scan code info.
- WxCpXmlMessage.SendLocationInfo - me.chanjar.weixin.cp.bean.message中的类
-
The type Send location info.
- WxCpXmlMessage.SendPicsInfo - me.chanjar.weixin.cp.bean.message中的类
-
The type Send pics info.
- WxCpXmlMessage.SendPicsInfo.Item - me.chanjar.weixin.cp.bean.message中的类
-
The type Item.
- WxCpXmlOutEventMessage - me.chanjar.weixin.cp.bean.message中的类
-
The type Wx cp xml out event message.
- WxCpXmlOutEventMessage() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpXmlOutEventMessage
-
Instantiates a new Wx cp xml out event message.
- WxCpXmlOutImageMessage - me.chanjar.weixin.cp.bean.message中的类
-
The type Wx cp xml out image message.
- WxCpXmlOutImageMessage() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpXmlOutImageMessage
-
Instantiates a new Wx cp xml out image message.
- WxCpXmlOutMessage - me.chanjar.weixin.cp.bean.message中的类
-
被动回复消息.
- WxCpXmlOutMessage() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpXmlOutMessage
-
- WxCpXmlOutNewsMessage - me.chanjar.weixin.cp.bean.message中的类
-
The type Wx cp xml out news message.
- WxCpXmlOutNewsMessage() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpXmlOutNewsMessage
-
Instantiates a new Wx cp xml out news message.
- WxCpXmlOutNewsMessage.Item - me.chanjar.weixin.cp.bean.message中的类
-
The type Item.
- WxCpXmlOutTaskCardMessage - me.chanjar.weixin.cp.bean.message中的类
-
The type Wx cp xml out task card message.
- WxCpXmlOutTaskCardMessage() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpXmlOutTaskCardMessage
-
Instantiates a new Wx cp xml out task card message.
- WxCpXmlOutTextMessage - me.chanjar.weixin.cp.bean.message中的类
-
The type Wx cp xml out text message.
- WxCpXmlOutTextMessage() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpXmlOutTextMessage
-
Instantiates a new Wx cp xml out text message.
- WxCpXmlOutUpdateBtnMessage - me.chanjar.weixin.cp.bean.message中的类
-
The type Wx cp xml out update btn message.
- WxCpXmlOutUpdateBtnMessage() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpXmlOutUpdateBtnMessage
-
Instantiates a new Wx cp xml out update btn message.
- WxCpXmlOutVideoMessage - me.chanjar.weixin.cp.bean.message中的类
-
The type Wx cp xml out video message.
- WxCpXmlOutVideoMessage() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpXmlOutVideoMessage
-
Instantiates a new Wx cp xml out video message.
- WxCpXmlOutVideoMessage.Video - me.chanjar.weixin.cp.bean.message中的类
-
The type Video.
- WxCpXmlOutVoiceMessage - me.chanjar.weixin.cp.bean.message中的类
-
The type Wx cp xml out voice message.
- WxCpXmlOutVoiceMessage() - 类 的构造器me.chanjar.weixin.cp.bean.message.WxCpXmlOutVoiceMessage
-
Instantiates a new Wx cp xml out voice message.
- WxTpCustomizedAuthUrl - me.chanjar.weixin.cp.bean中的类
-
- WxTpCustomizedAuthUrl() - 类 的构造器me.chanjar.weixin.cp.bean.WxTpCustomizedAuthUrl
-
- WxTpLoginInfo - me.chanjar.weixin.cp.bean中的类
-
登录信息
- WxTpLoginInfo() - 类 的构造器me.chanjar.weixin.cp.bean.WxTpLoginInfo
-
- WxTpLoginInfo.Agent - me.chanjar.weixin.cp.bean中的类
-
The type Agent.
- WxTpLoginInfo.AuthInfo - me.chanjar.weixin.cp.bean中的类
-
The type Auth info.
- WxTpLoginInfo.AuthInfo.Department - me.chanjar.weixin.cp.bean中的类
-
The type Department.
- WxTpLoginInfo.CorpInfoBean - me.chanjar.weixin.cp.bean中的类
-
The type Corp info bean.
- WxTpLoginInfo.UserInfo - me.chanjar.weixin.cp.bean中的类
-
The type User info.
X
- XStreamTransformer - me.chanjar.weixin.cp.util.xml中的类
-
The type X stream transformer.
- XStreamTransformer() - 类 的构造器me.chanjar.weixin.cp.util.xml.XStreamTransformer
-
A B C D E F G H I J K L M N O P Q R S T U V W X
Copyright © 2023. All rights reserved.