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 e72333f commit e4e1296Copy full SHA for e4e1296
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 7.10.4 (2022-05-27)
4
+* 添加查询单个短信模板接口
5
+
6
## 7.10.3 (2022-05-19)
7
* 支持非 UTF-8 环境变量
8
* QVS修复中文前缀列举问题
src/main/java/com/qiniu/common/Constants.java
@@ -9,7 +9,7 @@ public final class Constants {
9
/**
10
* 版本号
11
*/
12
- public static final String VERSION = "7.10.3";
+ public static final String VERSION = "7.10.4";
13
14
* 块大小,不能改变
15
0 commit comments