|
...
|
...
|
@@ -38,7 +38,7 @@ class ProjectLogic extends BaseLogic |
|
|
|
$item = [
|
|
|
|
'id' => $item['id'],
|
|
|
|
'title' => $item['title'],
|
|
|
|
'channel' => $item['channel']['channel'] . ' - ' . $item['channel']['saler'],
|
|
|
|
'channel' => $item['channel']['channel']??'' . ' - ' . $item['channel']['saler']??'',
|
|
|
|
'key' => $item['deploy_build']['keyword_num'] ?? 0,
|
|
|
|
'day' => $item['deploy_build']['service_duration'] ?? 0,
|
|
|
|
'amount' => $item['payment']['amount'] ?? 0,
|
...
|
...
|
|