作者 张关杰

Merge branch 'akun' of http://47.244.231.31:8099/zhl/globalso-v6 into bate

... ... @@ -100,7 +100,7 @@ class ProjectCountryLogic extends BaseLogic
protected function countryCustomFormat(){
$custom_model = new CountryCustom();
$custom_info = $custom_model->read(['project_id'=>$this->user['project_id']],['language_id','custom_domain','is_create','type','private_key','private_vert']);
$custom_info = $custom_model->read(['project_id'=>$this->user['project_id']],['language_id','custom_domain','is_create','type','private_key','private_cert']);
return $custom_info ? $custom_info : [];
}
}
... ...