|
@@ -116,15 +116,9 @@ class ProjectLogic extends BaseLogic |
|
@@ -116,15 +116,9 @@ class ProjectLogic extends BaseLogic |
|
116
|
$param['channel'] = Arr::a2s($param['channel']);
|
116
|
$param['channel'] = Arr::a2s($param['channel']);
|
|
117
|
}
|
117
|
}
|
|
118
|
if(isset($param['notice_file']) && !empty($param['notice_file'])){
|
118
|
if(isset($param['notice_file']) && !empty($param['notice_file'])){
|
|
119
|
- foreach ($param['notice_file'] as &$v1) {
|
|
|
|
120
|
- $v1['url'] = basename($v1['url']);
|
|
|
|
121
|
- }
|
|
|
|
122
|
$param['notice_file'] = Arr::a2s($param['notice_file']);
|
119
|
$param['notice_file'] = Arr::a2s($param['notice_file']);
|
|
123
|
}
|
120
|
}
|
|
124
|
if(isset($param['confirm_file']) && !empty($param['confirm_file'])){
|
121
|
if(isset($param['confirm_file']) && !empty($param['confirm_file'])){
|
|
125
|
- foreach ($param['confirm_file'] as &$v2) {
|
|
|
|
126
|
- $v2['url'] = basename($v2['url']);
|
|
|
|
127
|
- }
|
|
|
|
128
|
$param['confirm_file'] = Arr::a2s($param['confirm_file']);
|
122
|
$param['confirm_file'] = Arr::a2s($param['confirm_file']);
|
|
129
|
}
|
123
|
}
|
|
130
|
unset($param['payment'],$param['deploy_build'],$param['deploy_optimize'],$param['online_check'],$param['project_after']);
|
124
|
unset($param['payment'],$param['deploy_build'],$param['deploy_optimize'],$param['online_check'],$param['project_after']);
|