xiaogang 4 年之前
父節點
當前提交
4ae368c727
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Http/Controllers/Api/DynamicController.php

+ 1 - 0
app/Http/Controllers/Api/DynamicController.php

xqd
@@ -80,6 +80,7 @@ class DynamicController extends Controller
             }
             $res['banner'] = $banner;
             $res['tag'] = DB::table("dynamic_tag")->orderBy('hot','desc')->limit(10)->get();
+            $res['fx'] = "这是风险提示";
         }catch (\Exception $exception){
             return $this->response->errorForbidden($exception->getMessage());
         }