where('id', $uploadId) // ->where('status', UploadQiniu::STATUS_NORMAL) // ->first(); // } // // // public static function getListByIds($uploadIds) // { // return UploadQiniu::query() // ->select(['id', 'url']) // ->whereIn('id', $uploadIds) // ->get(); // } //}