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){