正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
@@ -57,7 +57,7 @@ class Home extends Base { | @@ -57,7 +57,7 @@ class Home extends Base { | ||
57 | * @time 2023/2/17 14:12 | 57 | * @time 2023/2/17 14:12 |
58 | */ | 58 | */ |
59 | public function lists(){ | 59 | public function lists(){ |
60 | - | 60 | + logs('v2 home lists'); |
61 | $limit = app()->request('limit',20,['intval','abs']); | 61 | $limit = app()->request('limit',20,['intval','abs']); |
62 | 62 | ||
63 | $last_id = app()->request('last_id',0,['intval','abs']); | 63 | $last_id = app()->request('last_id',0,['intval','abs']); |
@@ -99,6 +99,7 @@ class Home extends Base { | @@ -99,6 +99,7 @@ class Home extends Base { | ||
99 | * @time 2023/8/2 16:19 | 99 | * @time 2023/8/2 16:19 |
100 | */ | 100 | */ |
101 | public function sync(){ | 101 | public function sync(){ |
102 | + logs('v2 home sync'); | ||
102 | ignore_user_abort(true); | 103 | ignore_user_abort(true); |
103 | set_time_limit(0); | 104 | set_time_limit(0); |
104 | 105 |
-
请 注册 或 登录 后发表评论