王大坤 1 anno fa
parent
commit
6efba709d2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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'];