Browse Source

修改接口:获取c端网站所有头底信息

15313670163 3 ngày trước cách đây
mục cha
commit
4dc4fdeacf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/JsonRpc/WebsiteService.php

+ 1 - 1
app/JsonRpc/WebsiteService.php

@@ -2203,7 +2203,7 @@ class WebsiteService implements WebsiteServiceInterface
         }else{
             return Result::error("参数错误",0);
         }
-        $website_foot = WebsiteTemplateInfo::where('website_id',$data['website_id'])->first();
+        $website_foot['foot_info'] = WebsiteTemplateInfo::where('website_id',$data['website_id'])->first();
         if (empty($website_foot)) {
             return Result::error("暂无底部基础信息",0);
         }