52 Commits

Author SHA1 Message Date
weibin
baab829493 fix save avatar
fixed save avatar `image not loaded  try to open it externally to fix format problem`
if response content length is 0, an error is reported.
2021-12-26 11:48:31 +08:00
eatmoreapple
485078cec4 添加头像下载重试机制 2021-12-26 00:50:01 +08:00
eatmoreapple
2f52315f21 添加Members查找方法 2021-11-23 16:28:18 +08:00
eatmoreapple
05a42471c2 修复AttrStatus json 反序列化问题 2021-10-16 11:17:40 +08:00
纵纬
d8c0a2eb24
修复wxuin的int类型导致编译的32位程序出错 2021-09-16 01:33:53 +08:00
eatmoreapple
2c48ced107 🔥 修复当前用户的昵称没有格式化的问题 2021-09-14 21:56:07 +08:00
nieqing
01448e1fdf 修复群员空指针问题 2021-08-30 18:36:49 +08:00
eatmoreapple
76eeb065e4 添加公众号发消息功能 2021-08-24 15:48:53 +08:00
eatmoreapple
9eb84837cb 添加群组重命名功能 2021-08-17 21:27:34 +08:00
eatmoreapple
7b15c3a42c 添加创建群聊支持 2021-08-17 08:22:11 +08:00
eatmoreapple
324d693290 添加发送视频接口 2021-08-16 22:27:16 +08:00
eatmoreapple
57ad498e69 修复群成员头像无法下载的问题 https://github.com/eatmoreapple/openwechat/issues/69 2021-08-16 21:38:51 +08:00
suntong
970d4105e8
Merge branch 'master' into resolved 2021-08-01 21:58:24 -04:00
李寻欢
8e86b1c1e1 开放两个变量支持外部访问 2021-08-02 07:33:28 +08:00
Tong Sun
e486846989 - [#] SendMessage type use MessageType as well 2021-08-01 16:14:43 -04:00
eatmoreapple
8f09d7a509 FIX 获取联系人详情的时候该联系人信息未格式化 2021-08-01 09:12:29 +08:00
eatmoreapple
917be730bd 添加判断当前联系人是否为置顶状态 2021-08-01 08:15:32 +08:00
eatmoreapple
775580616f 添加联系人置顶和取消置顶功能 2021-08-01 01:24:16 +08:00
eatmoreapple
6e683358ef 添加默认的uuid回调 2021-07-31 20:37:02 +08:00
eatMoreApple
1dab95b4ee 优化切片内存分配 2021-07-31 17:51:41 +08:00
eatMoreApple
721846f267 格式化User.NickName 2021-07-31 17:24:21 +08:00
eatMoreApple
992c05f3fb 修复接受单向好友消息时找不到sender的bug 🐛 2021-05-09 18:07:32 +08:00
eatMoreApple
6bfd2a6f52 优化传输助手查找逻辑 2021-05-05 22:12:04 +08:00
eatMoreApple
66acd48e3a 添加转发支持,优化群发逻辑 2021-04-30 14:04:52 +08:00
eatMoreApple
17eeea93a9 完善发送文件接口 2021-04-30 11:26:47 +08:00
eatMoreApple
e751e13afd 添加文件发送接口 2021-04-30 00:04:45 +08:00
eatMoreApple
fac0ede488 增加大文件上传支持 2021-04-29 18:44:06 +08:00
eatMoreApple
5ff43c4cea 更新注释 2021-04-29 10:19:34 +08:00
eatMoreApple
b967eda0d0 支持消息撤回 2021-04-28 17:26:10 +08:00
eatMoreApple
314e811961 更新底层代码逻辑 2021-04-28 14:18:50 +08:00
eatMoreApple
8b525a0934 更新底层代码复用 2021-04-28 12:06:23 +08:00
eatMoreApple
63dcbae8ec 修改更新member的逻辑 2021-04-28 11:39:52 +08:00
eatMoreApple
1b5aaae9fd 修复desktop版找不到文件传输助手的问题 2021-04-28 11:37:47 +08:00
eatMoreApple
7ddcde9ab6 优化底层逻辑和增加self的行为 2021-04-27 11:02:20 +08:00
eatMoreApple
5e109f21c2 添加公众号支持 2021-04-24 21:54:42 +08:00
eatMoreApple
21ba7590f5 修复更新好友时,update参数无效的问题 2021-04-24 15:57:51 +08:00
eatMoreApple
7a46544dc1 添加emoji格式化 2021-04-14 10:16:18 +08:00
eatMoreApple
f80cb2ebd2 删除storage接口的依赖 2021-04-12 11:59:52 +08:00
ivy1996-encode
1c885a9182 解决go1.16移除ioutil包的不兼容影响 2021-03-24 22:09:23 +08:00
ivy1996-encode
7260e49f4d Rename method Remark to SetRemark 2021-03-17 22:40:23 +08:00
ivy1996-encode
d8291a5df2 优化代码结构 2021-03-16 17:14:13 +08:00
ivy1996-encode
65f82b679e 优化查询逻辑,支持自定义查询 2021-03-15 23:09:26 +08:00
ivy1996-encode
739ecc3f65 添加查询数量限制 2021-03-15 22:00:10 +08:00
ivy1996-encode
7fbb5e6db0 修复一个好友匹配的问题 2021-03-15 21:19:42 +08:00
ivy1996-encode
dd01e45ad5 修复一些逻辑错误 2021-03-15 21:00:34 +08:00
ivy1996-encode
3d1b9e7973 优化查询逻辑 2021-03-15 18:51:46 +08:00
ivy1996-encode
1e26e9bf20 更新查找用户限制 2021-03-15 18:11:27 +08:00
ivy1996-encode
9d85e8f231 添加用户查找功能 2021-03-15 15:31:48 +08:00
Ivy1996-encode
dfae882390 add Friend.SearchByRemarkName func and fix a problem with get user detail 2021-02-21 12:38:35 +08:00
Ivy1996-encode
5c0c7e1f5b Add Members.SearchByUserName func 2021-02-21 11:27:02 +08:00