rabin 2 years ago
parent
commit
03d02412f4
2 changed files with 2 additions and 2 deletions
  1. 1 1
      service/agent/lib/Core.php
  2. 1 1
      service/agent/src/My.php

+ 1 - 1
service/agent/lib/Core.php

@@ -20,7 +20,7 @@ class Core
         }
         $this->uid = Dever::load('passport/user')->check(false);
         if ($this->uid <= 0) {
-            //$this->uid = 4133;
+            $this->uid = 4133;
         }
         if ($this->check) {
             $this->checkLogin();

+ 1 - 1
service/agent/src/My.php

@@ -9,7 +9,7 @@ class My extends Core
 {
     public function getSearch()
     {
-        echo Dever::maketime('2022-05-05 08:00:00');die;
+        echo Dever::maketime('2022-05-30 16:59:59');die;
         $data = Dever::db('agent/member')->getSearch(array('col' => '朱浙群'));
 
         return $data;