wecenter在二次开发打断点的方法
1、开启网站 Debug 模式system\config\system.php
$config['debug'] = true;
2、在你想要输出内容的位置加入:
AWS_APP::debug_log('votes', '', json_encode($text));
votes值可以改,避免多个被履盖,$text 值可以传入数组或其它要显示的参数;
在DEBUG内显示
全部 5条评论
2018-08-06 13:55
2018-08-03 08:52
2018-07-30 16:37
2018-07-30 11:03
2018-07-30 10:55