爵位专属礼物类型修改

This commit is contained in:
2025-12-07 10:11:13 +08:00
parent 89a4fdc7c9
commit 046f4cace3

View File

@@ -77,7 +77,7 @@ class Gift extends Model
});
$list = $list_data;
}
if ($label == 11) { // 专属礼物
if ($label == 13) { // 专属礼物
$Nobility = model('api/Nobility')->getUserNobilityInfo($user_id);
$power_list_ids = array_column($Nobility['power_list'],'id');
if(!in_array(5,$power_list_ids)){