王大坤 il y a 1 an
Parent
commit
6efba709d2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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'];