cqp 2 месяцев назад
Родитель
Сommit
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;