mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
提示信息优化
This commit is contained in:
@ -74,7 +74,7 @@ class Wechat
|
||||
$data = json_decode($result, true);
|
||||
if($data == NULL)
|
||||
{
|
||||
return '解析失败,请重试!';
|
||||
return '请重试!';
|
||||
}
|
||||
if($data['watermark']['appid'] != $this->_appid )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user