|
...
|
...
|
@@ -75,9 +75,9 @@ class InquiryController extends BaseController |
|
|
|
$result = Cache::get($cache_key);
|
|
|
|
if(!$result){
|
|
|
|
$result = [
|
|
|
|
'message' => "",
|
|
|
|
'url' => "",
|
|
|
|
'other' => ""
|
|
|
|
'message' => "1",
|
|
|
|
'url' => "1",
|
|
|
|
'other' => "1"
|
|
|
|
];
|
|
|
|
$projectDomain = Project::getProjectByDomain($domain);
|
|
|
|
$webFormBack = WebSettingFormBack::where("project_id", $projectDomain['id']??0)->first();
|
...
|
...
|
|