wang jun 3 éve
szülő
commit
4c93dc440b

+ 3 - 2
application/index/logic/baselogic.php

@@ -8,7 +8,7 @@
  */
 namespace app\index\logic;
 
-use think\Facade\Log;
+use think\facade\Log;
 
 class baselogic
 {
@@ -89,7 +89,8 @@ class baselogic
      *
      * @return void
      */
-    protected function setrules(){
+    protected function setrules()
+    {
         return [];
     }
 }

+ 4 - 4
application/index/logic/wechatlogic.php

@@ -38,10 +38,10 @@ class wechatlogic extends baselogic
     public function getselfwxconfig()
     {
         $config = [
-            //'appid' => 'wx8788dcdf3d075963',
-            'appid' => 'wx8240b08d4e0b8954',
-            //'appSecret' => '0d1928572155d59f0c66c30378e42bfb',
-            'appSecret' => 'df07e160bbb1235e7b737cbb7c87a0ed',
+            'appid' => 'wx8788dcdf3d075963',
+            //'appid' => 'wx8240b08d4e0b8954',
+            'appSecret' => '0d1928572155d59f0c66c30378e42bfb',
+            //'appSecret' => 'df07e160bbb1235e7b737cbb7c87a0ed',
         ];
         return $config;
     }