PC-202304251453\Administrator il y a 5 mois
Parent
commit
d45b920c0b
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. 0 3
      app/v1/logic/dataReport/UserLogLogic.php

+ 0 - 3
app/v1/logic/dataReport/UserLogLogic.php

@@ -16,10 +16,7 @@ class UserLogLogic extends BaseLogic
     public function getRegLogList($where): mixed
     {
         $params = $this->searchByAuth($where);
-
-        $page = request()->input('page', 10);
         $limit = request()->input('limit', 10);
-        $offset = ($page - 1) * $limit;
 
         if(!$params['reg_time']){
             throw new ApiException("注册时间不能为空");