dever 7 years ago
parent
commit
4e5b1e5354
1 changed files with 1 additions and 0 deletions
  1. 1 0
      component/src/Auth.php

+ 1 - 0
component/src/Auth.php

@@ -123,6 +123,7 @@ 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);