正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论