From bf98651e643b9f34fdbe0d235005d2b3fa0a6345 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Thu, 22 Aug 2019 10:03:32 +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 67f9a34d9..378171d7d 100755 --- 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 ) {