作者 刘锟

小语种自定义跳转链接

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