爵位接口提交-前台-接口修改-列表加Id

This commit is contained in:
2025-11-08 11:49:15 +08:00
parent 3beb63f2a2
commit 8234782ece

View File

@@ -35,6 +35,7 @@ class Nobility extends Model
$return = [];
foreach ($nobility_list as $key => $value) {
$power_ids = explode(',', $value['power_ids']);
$return[$key]['lid'] = $value['lid'];
$return[$key]['name'] = $value['name'];
$return[$key]['image'] = $value['image'];
$return[$key]['pay_price'] = $value['pay_price'];