From 243caecbbaaa46bf83299f0d3da51c54c5051576 Mon Sep 17 00:00:00 2001 From: vone Date: Mon, 28 Oct 2019 15:18:59 +0800 Subject: [PATCH] =?UTF-8?q?V1.10.1=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- config/app.php | 2 +- public/qr-code/test.php | 27 ++++++++++++++++----------- ver | 2 +- 4 files changed, 22 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 8a8acd8..7e8593e 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,10 @@ V免签为完全开源项目,开源项目意味着作者没有任何收入来 + 微信店员收款推送通知 ## 更新记录 - + + v1.11(2019.10.28) + + 修复上传二维码一直卡在处理中 + + 如二维码无法正常识别,请给/public/qr-code/test.php设置777权限 + + v1.10.1(2019.09.16) + 增加版本更新提示 diff --git a/config/app.php b/config/app.php index 3ce8eac..c6b9478 100644 --- a/config/app.php +++ b/config/app.php @@ -142,5 +142,5 @@ 'show_error_msg' => false, // 异常处理handle类 留空使用 \think\exception\Handle 'exception_handle' => '', - 'ver' => '1.10.1', + 'ver' => '1.11', ]; diff --git a/public/qr-code/test.php b/public/qr-code/test.php index 9f2ddc9..fe5f6f5 100644 --- a/public/qr-code/test.php +++ b/public/qr-code/test.php @@ -1,4 +1,5 @@ info->data[0]; diff --git a/ver b/ver index fb1d091..aee6885 100644 --- a/ver +++ b/ver @@ -1 +1 @@ -1.10.1|2019-09-16 \ No newline at end of file +1.11|2019-10-28 \ No newline at end of file