| 类和说明 |
|---|
| me.chanjar.weixin.common.util.locks.JedisDistributedLock
不建议使用jedis-lock这个过期组件,不可靠
|
| me.chanjar.weixin.common.redis.JedisWxRedisOps
该类底层使用过时的8年不维护的
JedisLock组件,不可靠,不建议继续使用。请
使用:RedisTemplateWxRedisOps、RedissonWxRedisOps 替换 |
| me.chanjar.weixin.common.util.http.MediaUploadRequestExecutor
不应该继续使用执行器的方式上传文件,封装上传接口时应调用通用的文件上传,而旧代码也应该逐步迁移为新的上传方式
|
| me.chanjar.weixin.common.api.WxMessageInMemoryDuplicateChecker |
| 方法和说明 |
|---|
| me.chanjar.weixin.common.util.crypto.WxCryptUtil.decrypt(String, String, String, String) |
| 构造器和说明 |
|---|
| me.chanjar.weixin.common.bean.CommonUploadParam(String, CommonUploadData)
请使用包含 formFields 参数的构造函数或静态工厂方法
CommonUploadParam.fromFile(String, File)、CommonUploadParam.fromBytes(String, String, byte[]) |
Copyright © 2026. All rights reserved.