|
...
|
...
|
@@ -66,7 +66,7 @@ class AdsController extends BaseController |
|
|
|
}
|
|
|
|
$result = $result->toArray();
|
|
|
|
$result['relay_site_total'] = $relay_site_total;
|
|
|
|
$result['default_ai_config'] = ReInquiryTask::DEFAULT_AI_PARAM;
|
|
|
|
$result['default_ai_param'] = ReInquiryTask::DEFAULT_AI_PARAM;
|
|
|
|
|
|
|
|
return $this->response('success', Code::SUCCESS, $result);
|
|
|
|
}
|
...
|
...
|
|