We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f6dde8 commit 1fbaa00Copy full SHA for 1fbaa00
constant.go
@@ -7,7 +7,7 @@ const (
7
OK = "OK"
8
DebugOff = 0
9
DebugOn = 1
10
- Version = "1.5.84"
+ Version = "1.5.85"
11
)
12
13
type DebugSwitch int8
release_note.txt
@@ -1,3 +1,7 @@
1
+版本号:Release 1.5.85
2
+修改记录:
3
+ (1) 微信V3:修复自动验签的bug
4
+
5
版本号:Release 1.5.84
6
修改记录:
(1) 微信V3:优化微信平台证书的获取和选择
0 commit comments