正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -279,7 +279,7 @@ class UserLoginLogic | @@ -279,7 +279,7 @@ class UserLoginLogic | ||
| 279 | $info['project_type'] = $project['type']; | 279 | $info['project_type'] = $project['type']; |
| 280 | $info['storage_type'] = $project['storage_type']; | 280 | $info['storage_type'] = $project['storage_type']; |
| 281 | $info['project_location'] = $project['project_location']; | 281 | $info['project_location'] = $project['project_location']; |
| 282 | - $info['file_cnd'] = $project['deploy_build']['file_cnd']; | 282 | + $info['file_cdn'] = $project['deploy_build']['file_cdn']; |
| 283 | $info['service_duration'] = $project['deploy_build']['service_duration'] ?? 0; | 283 | $info['service_duration'] = $project['deploy_build']['service_duration'] ?? 0; |
| 284 | $info['remain_day'] = $project['remain_day'] ?? 0; | 284 | $info['remain_day'] = $project['remain_day'] ?? 0; |
| 285 | if($info['is_customized'] == 1){ | 285 | if($info['is_customized'] == 1){ |
-
请 注册 或 登录 后发表评论