合并分支 'lyh-server' 到 'master'
变更数据 查看合并请求 !3245
正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
| @@ -75,9 +75,9 @@ class InquiryController extends BaseController | @@ -75,9 +75,9 @@ class InquiryController extends BaseController | ||
| 75 | $result = Cache::get($cache_key); | 75 | $result = Cache::get($cache_key); |
| 76 | if(!$result){ | 76 | if(!$result){ |
| 77 | $result = [ | 77 | $result = [ |
| 78 | - 'message' => "", | ||
| 79 | - 'url' => "", | ||
| 80 | - 'other' => "" | 78 | + 'message' => "1", |
| 79 | + 'url' => "1", | ||
| 80 | + 'other' => "1" | ||
| 81 | ]; | 81 | ]; |
| 82 | $projectDomain = Project::getProjectByDomain($domain); | 82 | $projectDomain = Project::getProjectByDomain($domain); |
| 83 | $webFormBack = WebSettingFormBack::where("project_id", $projectDomain['id']??0)->first(); | 83 | $webFormBack = WebSettingFormBack::where("project_id", $projectDomain['id']??0)->first(); |
-
请 注册 或 登录 后发表评论