From 484f938d0f30b646d1832cceb537bc793952ddc1 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Thu, 24 Jan 2019 18:26:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/base/Wechat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/base/Wechat.php b/extend/base/Wechat.php index 7bbbf0867..f933ded81 100644 --- a/extend/base/Wechat.php +++ b/extend/base/Wechat.php @@ -74,7 +74,7 @@ class Wechat $data = json_decode($result, true); if($data == NULL) { - return '数据解密失败'; + return '解析失败、请重试!'; } if($data['watermark']['appid'] != $this->_appid ) { -- GitLab