王大坤 1 年之前
父節點
當前提交
6efba709d2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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'];