|
|
@@ -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;
|