王大坤 1 year ago
parent
commit
6efba709d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/libs/wechat/auth/Gateways/General.php

+ 1 - 1
app/libs/wechat/auth/Gateways/General.php

xqd
@@ -187,7 +187,7 @@ class General extends Base
             'appid'      => $this->appId,
             'secret'     => $this->secret
         ]));
-
+        var_dump($res);
         $data = json_decode($res, true);
         if (isset($data['access_token'])) {
             $token = $data['access_token'];