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.
2 parents 7ddc8da + f3eaf49 commit 86f6df5Copy full SHA for 86f6df5
examples/sms/README.md
@@ -42,4 +42,4 @@
42
- [发送短信](https://github.com/qiniu/php-sdk/tree/master/examples/sms/sms_send_message.php)
43
44
- 查询发送记录
45
- - [发送短信](https://github.com/qiniu/php-sdk/tree/master/examples/sms/sms_query_send_sms.php)
+ - [查询发送记录](https://github.com/qiniu/php-sdk/tree/master/examples/sms/sms_query_send_sms.php)
src/Qiniu/Config.php
@@ -3,7 +3,7 @@
3
4
final class Config
5
{
6
- const SDK_VER = '7.2.10';
+ const SDK_VER = '7.3.0';
7
8
const BLOCK_SIZE = 4194304; //4*1024*1024 分块上传块大小,该参数为接口规格,不能修改
9
0 commit comments