|
...
|
...
|
@@ -155,7 +155,7 @@ class RenewProjectController extends BaseController |
|
|
|
$item = [
|
|
|
|
'id' => $item['id'],
|
|
|
|
'title' => $item['title'],
|
|
|
|
'channel' => Channel::getChannelText($item['channel']['user_id'] ?? 0),
|
|
|
|
'channel' => Channel::getChannelText($item['channel']['user_id'] ?? 0).'-'.($item['mobile'] ?? ''),
|
|
|
|
'key' => $item['deploy_build']['keyword_num'] ?? 0,
|
|
|
|
'day' => $item['deploy_build']['service_duration'] ?? 0,
|
|
|
|
'amount' => $item['payment']['amount'] ?? 0,
|
...
|
...
|
|