find(); if ($config['wait_access'] == 0) { ob_clean(); exit($_GET["echostr"]); } $logic = new WechatLogic($config); $logic->handleMessage(); } }