提示信息优化

feat/task1-c-wallet
devil_gong 2019-08-22 10:03:32 +08:00
parent 5599a94ed4
commit bf98651e64
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class Wechat
$data = json_decode($result, true); $data = json_decode($result, true);
if($data == NULL) if($data == NULL)
{ {
return '解析失败,请重试!'; return '请重试!';
} }
if($data['watermark']['appid'] != $this->_appid ) if($data['watermark']['appid'] != $this->_appid )
{ {