dever 7 년 전
부모
커밋
235a424d98
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      component/src/Auth.php

+ 0 - 1
component/src/Auth.php

@@ -81,7 +81,6 @@ class Auth
     public function cron()
     {
         $user = Dever::db('component/user')->state();
-        print_r($user);die;
         if ($user) {
         	foreach ($user as $k => $v) {
         		$this->wechat->oauth($v['oauth_id'], 2000, true);