Skip to content

Commit 5966219

Browse files
committed
update
1 parent 0b774e2 commit 5966219

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

constant.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const (
77
OK = "OK"
88
DebugOff = 0
99
DebugOn = 1
10-
Version = "1.5.43"
10+
Version = "1.5.44"
1111
)
1212

1313
type DebugSwitch int8

release_note.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
版本号:Release 1.5.43
1+
版本号:Release 1.5.44
22
修改记录:
33
(1) 微信V3:新增 图片上传 接口
4-
(1) 微信V3:新增 视频上传 接口
5-
(1) 微信V3:修复消费者投诉接口中的图片上传失败问题
4+
(2) 微信V3:新增 视频上传 接口
5+
(3) 微信V3:修复消费者投诉接口中的图片上传失败问题
66

77
版本号:Release 1.5.42
88
修改记录:

0 commit comments

Comments
 (0)