cqp пре 2 месеци
родитељ
комит
a2b6ad6341
1 измењених фајлова са 1 додато и 1 уклоњено
  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;