爵位接口提交-前台-接口修改-列表加Id
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user