@@ -60,6 +60,7 @@ class O2oApp {
$wechat = new QyWechat($option);
$echostr = $wechat->valid(true);
+ var_dump($secret);
$wechat->checkAuth($option['appid'], $secret);
return $wechat;