@@ -5041,7 +5041,6 @@ class AnimeService
$role = DB::table('mp_products')
->where('id', $id)
->where('cpid', $cpid)
- ->where('type', 1)
->first();
if (!$role) Utils::throwError('20003:记录不存在');