From db496ef1e9570794edbefcdc76153417cb6f431c Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Wed, 18 Oct 2023 18:33:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/IndexController.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/app/controller/IndexController.php b/app/controller/IndexController.php index 4558f15..e98bab9 100644 --- a/app/controller/IndexController.php +++ b/app/controller/IndexController.php @@ -33,9 +33,15 @@ class IndexController return view('index/view', ['name' => 'webman']); } - public function json(Request $request) + public function demo1(Request $request) { - return json(['code' => 0, 'msg' => 'ok']); + $data=[ + ['type'=>1,'uri'=>'https://goview.lihaink.cn/#/chart/preview/118'], + ['type'=>1,'uri'=>'https://goview.lihaink.cn/#/chart/preview/115'], + ['type'=>1,'uri'=>'https://www.baidu.com'], + ['type'=>2,'uri'=>'https://worker-task.lihaink.cn/uploads/video/20231018/202310181533500589b3255.mp4'], + ]; + return json(['code' => 0, 'msg' => 'ok','data'=>$data]); } public function push(Request $request){