作者 李宇航

合并分支 'lyh-server' 到 'master'

gx添加随机模块



查看合并请求 !2061
... ... @@ -29,7 +29,7 @@ class DomainApplicantLogLogic extends BaseLogic
* @time :2025/5/29 14:34
*/
public function lists($map,$page,$row){
$lists = $this->model->list($map,$page,$row,'id',['*']);
$lists = $this->model->lists($map,$page,$row,'id',['*']);
return $this->success($lists);
}
... ...