|
...
|
...
|
@@ -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 : [];
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|