作者 赵彬吉

update

@@ -401,7 +401,7 @@ class AdsController extends BaseController @@ -401,7 +401,7 @@ class AdsController extends BaseController
401 $item['project_id'] = 0; 401 $item['project_id'] = 0;
402 } 402 }
403 //获取剩余天数 403 //获取剩余天数
404 -// $item['remaining_days'] = ReInquiryCount::getRemainingDays($item['domain'], $item['type'], $item['project_id']); 404 + $item['remaining_days'] = ReInquiryCount::getRemainingDays($item['domain'], $item['type'], $item['project_id']);
405 } 405 }
406 406
407 return $this->response('success', Code::SUCCESS, $result); 407 return $this->response('success', Code::SUCCESS, $result);