cqp hai 3 meses
pai
achega
a2b6ad6341
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;