王大坤 1 yıl önce
ebeveyn
işleme
6efba709d2
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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'];