dever 7 년 전
부모
커밋
4e5b1e5354
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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);