作者 lyh

gx数据

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