count(); $res['user_phone_onlin'] = UserPhone::where('status', 1)->count(); return ApiResponse::success(200, $res); } }