爵位接口提交-前台-接口修改-购买接口
This commit is contained in:
@@ -113,6 +113,12 @@ class Nobility extends Model
|
||||
}else{
|
||||
$v['status'] = 0; //否
|
||||
}
|
||||
$v['type'] = 1;
|
||||
$v['value'] = '';
|
||||
if($v['id']==2){
|
||||
$v['type'] = 2;
|
||||
$v['value'] = $value['nick_name_color_name'];
|
||||
}
|
||||
$return['nobility_power_list'][$key]['nobility_list'][$k] = $v;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user