e 8 жил өмнө
parent
commit
df178f9e6f

+ 1 - 0
www/protected/components/O2oApp.php

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