cqp 2 miesięcy temu
rodzic
commit
a2b6ad6341
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Service/Weixin/WeixinService.php

+ 1 - 1
app/Service/Weixin/WeixinService.php

@@ -166,7 +166,7 @@ class WeixinService extends Service
 //
 //    }
 
-    public function test($data){
+    public function test($data){dd(1);
         list($status, $token) = $this->getTokenSTABLE();
         if (!$status) return [false, $token];
         $url = "https://api.weixin.qq.com/cgi-bin/menu/get?access_token=" . $token;