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()
     public function cron()
     {
     {
         $user = Dever::db('component/user')->state();
         $user = Dever::db('component/user')->state();
-        print_r($user);die;
         if ($user) {
         if ($user) {
         	foreach ($user as $k => $v) {
         	foreach ($user as $k => $v) {
         		$this->wechat->oauth($v['oauth_id'], 2000, true);
         		$this->wechat->oauth($v['oauth_id'], 2000, true);