eatmoreapple
|
396a4f2343
|
提高bot的稳定性
v1.0.8
|
2021-11-23 17:31:32 +08:00 |
|
eatmoreapple
|
2f52315f21
|
添加Members查找方法
|
2021-11-23 16:28:18 +08:00 |
|
eatmoreapple
|
c378b6983c
|
🗑️ Deprecated FileHotReloadStorage
|
2021-11-12 13:37:46 +08:00 |
|
eatmoreapple
|
f395510f9a
|
🐛 修复获取文件扩展名的时候会多一个点
|
2021-11-11 15:29:38 +08:00 |
|
eatmoreapple
|
687f95c7e9
|
💩 update getFileExt
|
2021-11-11 15:19:57 +08:00 |
|
eatmoreapple
|
c6226d4a09
|
🍻 添加消息匹配函数
v1.0.7
|
2021-11-11 10:58:30 +08:00 |
|
eatmoreapple
|
7a7772861a
|
⬆️ update go.mod
|
2021-11-10 19:42:26 +08:00 |
|
eatmoreapple
|
3001285b57
|
🎨 private attr
|
2021-11-10 19:41:34 +08:00 |
|
eatmoreapple
|
da98d8281d
|
format code
|
2021-10-23 10:48:38 +08:00 |
|
eatmoreapple
|
3cff50f83b
|
:pencli2: 修改mode行为
|
2021-10-23 10:24:48 +08:00 |
|
聂青
|
58fd3a752c
|
Merge pull request #87 from ZhangIvan/master
扫码登入时自动打开默认浏览器访问二维码
v1.0.6
|
2021-10-20 13:07:36 +08:00 |
|
pros_dxp
|
5b62b04f6a
|
1. Open the browser automatically
2. Edit comment
|
2021-10-18 16:14:35 +08:00 |
|
eatmoreapple
|
05a42471c2
|
修复AttrStatus json 反序列化问题
v1.0.5
|
2021-10-16 11:17:40 +08:00 |
|
eatmoreapple
|
241d5e9adb
|
✨ add Message Reply Video support
v1.0.4
|
2021-10-15 12:02:22 +08:00 |
|
eatmoreapple
|
f38107d4fb
|
update readme.md
|
2021-10-13 15:45:29 +08:00 |
|
eatmoreapple
|
281469d620
|
增加message行为函数
v1.0.3
|
2021-10-13 15:15:50 +08:00 |
|
eatmoreapple
|
019199831a
|
修改bot的默认模式为Desktop
|
2021-10-13 14:58:36 +08:00 |
|
eatmoreapple
|
76b369be2c
|
为Bot添加Exit函数
|
2021-10-13 14:50:22 +08:00 |
|
eatmoreapple
|
851f4ed63e
|
修复判断@消息的bug 🐛
v1.0.2
|
2021-09-29 18:33:29 +08:00 |
|
eatmoreapple
|
6cd4fccba0
|
设置bot的默认行为
v1.0.1
|
2021-09-29 11:19:34 +08:00 |
|
nieqing
|
e7f21d702c
|
✨
|
2021-09-29 10:28:39 +08:00 |
|
eatmoreapple
|
6b27887bc3
|
为Message添加string方法
|
2021-09-25 20:33:49 +08:00 |
|
eatmoreapple
|
5cd4e2bb7e
|
为Message添加string方法
|
2021-09-25 20:33:38 +08:00 |
|
聂青
|
c2641bd6ad
|
Merge pull request #85 from Zangwill/patch-5
修复 Get "https://webpus.../synccheck?... 退出问题
v1.0.0
|
2021-09-16 17:47:21 +08:00 |
|
聂青
|
91ae3a57bd
|
Merge pull request #84 from Zangwill/patch-4
更新请求参数中的时间格式
|
2021-09-16 17:09:02 +08:00 |
|
纵纬
|
76bf4c232e
|
修复 Get "https://webpus.../synccheck?... 退出问题
修复 Get "https://webpush.wx2.qq.com/cgi-bin/mmwebwx-bin/synccheck?...": net/http: HTTP/1.x transport connection broken: malformed HTTP status code "0" 退出问题。
代码里面的 synccheck 请求过于频繁,相信这是导致该问题的原因,解决办法是使用官方客户端的消息接受机制:
1. 发送请求 https://webpush.wx.qq.com/cgi-bin/mmwebwx-bin/synccheck
2. 如果没有新消息,该请求将延时 25s 后返回 window.synccheck={retcode:"0",selector:"0"}
3. 如果有消息,将返回 window.synccheck={retcode:"0",selector:"2"}
4. 接着继续发送第一步的请求
|
2021-09-16 15:15:28 +08:00 |
|
纵纬
|
7bd4e2d762
|
更新请求参数中的时间格式
微信网页版的Network里面的请求参数时间格式都是13位的,感觉这样会更好点
|
2021-09-16 15:00:33 +08:00 |
|
聂青
|
bd05b1f36d
|
Merge pull request #83 from Zangwill/patch-3
修复wxuin的int类型导致编译的32位程序出错
|
2021-09-16 09:55:15 +08:00 |
|
聂青
|
c773adcce1
|
Merge pull request #82 from Zangwill/patch-2
wxuin的int类型导致编译的32位程序出错
|
2021-09-16 09:55:01 +08:00 |
|
聂青
|
fd272d7339
|
Merge pull request #81 from Zangwill/patch-1
修复wxuin的int类型导致编译的32位程序出错
|
2021-09-16 09:54:50 +08:00 |
|
纵纬
|
03a426fa36
|
修复wxuin的int类型导致编译的32位程序出错
|
2021-09-16 01:36:07 +08:00 |
|
纵纬
|
0d9df910f8
|
wxuin的int类型导致编译的32位程序出错
|
2021-09-16 01:34:52 +08:00 |
|
纵纬
|
d8c0a2eb24
|
修复wxuin的int类型导致编译的32位程序出错
|
2021-09-16 01:33:53 +08:00 |
|
eatmoreapple
|
910067fe47
|
🚀 添加对网络请求错误的处理
|
2021-09-14 22:05:55 +08:00 |
|
eatmoreapple
|
6bf6b5b4d2
|
🚀 添加对网络请求错误的处理
|
2021-09-14 22:02:21 +08:00 |
|
eatmoreapple
|
2c48ced107
|
🔥 修复当前用户的昵称没有格式化的问题
|
2021-09-14 21:56:07 +08:00 |
|
nieqing
|
01448e1fdf
|
修复群员空指针问题
|
2021-08-30 18:36:49 +08:00 |
|
nieqing
|
54f8d69b50
|
更新消息处理逻辑
|
2021-08-30 09:35:57 +08:00 |
|
eatmoreapple
|
ba4857f2d3
|
添加NetworkErr
|
2021-08-24 15:58:26 +08:00 |
|
eatmoreapple
|
76eeb065e4
|
添加公众号发消息功能
|
2021-08-24 15:48:53 +08:00 |
|
eatmoreapple
|
93564fabb5
|
修改同步消息时的deviceId
|
2021-08-23 20:53:39 +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 |
|
eatMoreApple
|
ef31047cc5
|
添加对群系统消息的处理
|
2021-08-05 11:33:23 +08:00 |
|
eatMoreApple
|
0fbf517c3b
|
修复下载文件时Content-Length为0
|
2021-08-04 18:17:13 +08:00 |
|
eatMoreApple
|
ce024a7a3a
|
update readme.md
|
2021-08-04 16:56:11 +08:00 |
|
eatMoreApple
|
07b32939c9
|
增加免扫码登录接口
|
2021-08-04 15:58:30 +08:00 |
|
eatMoreApple
|
3e14a0d5ed
|
添加获取热存储对象的方法
|
2021-08-04 15:39:03 +08:00 |
|