摘要: // 手机号验证不允许一样collect($data)->chunk(100)->each(function ($user){ $mobiles = $user->pluck('mobile'); // 数据库中100以内的数据 $all_result = $userModel->select('i 阅读全文
posted @ 2021-11-05 19:02 _lizhipeng 阅读(101) 评论(0) 推荐(0)