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 0b774e2 commit 5966219Copy full SHA for 5966219
constant.go
@@ -7,7 +7,7 @@ const (
7
OK = "OK"
8
DebugOff = 0
9
DebugOn = 1
10
- Version = "1.5.43"
+ Version = "1.5.44"
11
)
12
13
type DebugSwitch int8
release_note.txt
@@ -1,8 +1,8 @@
1
-版本号:Release 1.5.43
+版本号:Release 1.5.44
2
修改记录:
3
(1) 微信V3:新增 图片上传 接口
4
- (1) 微信V3:新增 视频上传 接口
5
- (1) 微信V3:修复消费者投诉接口中的图片上传失败问题
+ (2) 微信V3:新增 视频上传 接口
+ (3) 微信V3:修复消费者投诉接口中的图片上传失败问题
6
版本号:Release 1.5.42
0 commit comments