正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -177,6 +177,7 @@ class UserLoginLogic | @@ -177,6 +177,7 @@ class UserLoginLogic | ||
| 177 | $info['project_location'] = $project['project_location']; | 177 | $info['project_location'] = $project['project_location']; |
| 178 | $info['is_update_language'] = $project['is_update_language']; | 178 | $info['is_update_language'] = $project['is_update_language']; |
| 179 | $info['configuration'] = $project['deploy_build']['configuration']; | 179 | $info['configuration'] = $project['deploy_build']['configuration']; |
| 180 | + $info['file_cdn'] = $project['deploy_build']['file_cdn']; | ||
| 180 | $info['project_type'] = $project['type']; | 181 | $info['project_type'] = $project['type']; |
| 181 | $info['service_duration'] = $project['deploy_build']['service_duration']; | 182 | $info['service_duration'] = $project['deploy_build']['service_duration']; |
| 182 | $info['remain_day'] = $project['remain_day']; | 183 | $info['remain_day'] = $project['remain_day']; |
-
请 注册 或 登录 后发表评论