|
|
@@ -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("注册时间不能为空");
|