提示信息优化
parent
6e65f7bedd
commit
484f938d0f
|
|
@ -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 )
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue