diff --git a/app/controller/IndexController.php b/app/controller/IndexController.php index e98bab9..ac23db5 100644 --- a/app/controller/IndexController.php +++ b/app/controller/IndexController.php @@ -36,10 +36,10 @@ class IndexController public function demo1(Request $request) { $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'], + ['type'=>1,'uri'=>'https://goview.lihaink.cn/#/chart/preview/118','image'=>'https://worker-task.lihaink.cn/uploads/images/20231017/20231017173032d02895995.jpg'], + ['type'=>1,'uri'=>'https://goview.lihaink.cn/#/chart/preview/115','image'=>'https://worker-task.lihaink.cn/uploads/images/20231017/20231017173052de7b64557.jpg'], + ['type'=>1,'uri'=>'https://www.baidu.com','image'=>'https://worker-task.lihaink.cn/uploads/images/20231017/20231017173108d32b37266.jpg'], + ['type'=>2,'uri'=>'https://worker-task.lihaink.cn/uploads/video/20231018/202310181533500589b3255.mp4','image'=>'https://worker-task.lihaink.cn/uploads/images/20231017/20231017173128418571732.jpg'], ]; return json(['code' => 0, 'msg' => 'ok','data'=>$data]); }