|
...
|
...
|
@@ -174,6 +174,8 @@ class ProjectLogic extends BaseLogic |
|
|
|
}
|
|
|
|
}
|
|
|
|
$param['notice_file'] = Arr::a2s($param['notice_file']);
|
|
|
|
}else{
|
|
|
|
unset($param['notice_file']);
|
|
|
|
}
|
|
|
|
if(isset($param['confirm_file']) && !empty($param['confirm_file'])){
|
|
|
|
foreach ($param['confirm_file'] as &$v2) {
|
|
...
|
...
|
@@ -182,6 +184,8 @@ class ProjectLogic extends BaseLogic |
|
|
|
}
|
|
|
|
}
|
|
|
|
$param['confirm_file'] = Arr::a2s($param['confirm_file']);
|
|
|
|
}else{
|
|
|
|
unset($param['confirm_file']);
|
|
|
|
}
|
|
|
|
unset($param['payment'],$param['deploy_build'],$param['deploy_optimize'],$param['online_check'],$param['project_after']);
|
|
|
|
|
...
|
...
|
|