🆕 #2721 【企业微信】增加家校通讯录-变更事件类型的回调消息支持

This commit is contained in:
0katekate0
2022-06-30 14:18:23 +08:00
committed by Binary Wang
parent ba13eef750
commit a17d8ae5a2
4 changed files with 201 additions and 4 deletions

View File

@ -5,9 +5,9 @@ import lombok.extern.slf4j.Slf4j;
import java.util.List;
/**
* 企业微信会话内容存档Finance类
* 注意:
* 此类必须配置在com.tencent.wework路径底下否则会报错
* java.lang.UnsatisfiedLinkError: com.xxx.Finance.NewSdk()
* 此类必须配置在com.tencent.wework路径底下否则会报错java.lang.UnsatisfiedLinkError: com.xxx.Finance.NewSdk()
* <p>
* QJAVA版本的sdk报错UnsatisfiedLinkError
* A请检查是否修改了sdk的包名。
@ -15,7 +15,7 @@ import java.util.List;
* 官方文档:
* https://developer.work.weixin.qq.com/document/path/91552
*
* @author Wang_Wong
* @author <a href="https://github.com/0katekate0">Wang_Wong</a>
* @date 2022-01-17
*/
@Slf4j