@@ -123,7 +123,6 @@ class Auth
} else {
$param = Dever::input('id', 1);
$data = $this->wechat->oauth($param, 2000, true);
- print_r($data);die;
}
if ($data && isset($data['openid'])) {
$result = $this->wechat->curl('user', $data);
@@ -130,7 +130,6 @@ class Wechat
if (is_array($value) || (is_string($value) && strstr($value, 'http://'))) {
if ($refresh) {
$result = $this->curl(false, $value, false);
- print_r($result);die;
$result = $this->curl(false, $value);