|
...
|
...
|
@@ -279,7 +279,7 @@ class UserLoginLogic |
|
|
|
$info['project_type'] = $project['type'];
|
|
|
|
$info['storage_type'] = $project['storage_type'];
|
|
|
|
$info['project_location'] = $project['project_location'];
|
|
|
|
$info['file_cnd'] = $project['deploy_build']['file_cnd'];
|
|
|
|
$info['file_cdn'] = $project['deploy_build']['file_cdn'];
|
|
|
|
$info['service_duration'] = $project['deploy_build']['service_duration'] ?? 0;
|
|
|
|
$info['remain_day'] = $project['remain_day'] ?? 0;
|
|
|
|
if($info['is_customized'] == 1){
|
...
|
...
|
|