网站建设资讯详细

关于微信端推送消息标题出错的问题解决方案

发布于:2016-01-26   作者来源:成都电商系统开发 浏览:4813   


打开手机管理路劲weixin.php

搜索:

$artInfo = $db->getAll("select article_id,title,content,description,file_url from ".$GLOBALS['ecs']->table('article')." where article_id in($artid)");

改为

$artInfo = $db->getAll("select article_id,title,content,description,file_url from ".$GLOBALS['ecs']->table(ecsmart_article)." where article_id in($artid)");

即可