文档
测试

VR列表

POST
http://ligang.com/mobile/api/VR/getList

请求参数

参数名
类型
描述
必填
page
必填
pagesize
必填

响应参数

参数名
类型
描述
必填
id
VR编号
必填
title
标题
必填
url
VR地址
必填
face
封面
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": { "total": 2, "per_page": 10, "current_page": 1, "last_page": 1, "data": [ { "id": "346", "title": "name11", "url": "www.baidu.com", "face": "/upload/file/202311/b3a85bd09e8d9b37f3489df5afc5c94f.jpg", "create_by_uuid": "628133f1525c618", "create_by_account": null, "create_by_name": "超级管理员", "create_date": "2023-11-01 15:58:51", "edit_by_uuid": "628133f1525c618", "edit_by_account": null, "edit_by_name": "超级管理员", "edit_date": "2023-11-01 15:58:51", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0", "company_name": null }, { "id": "348", "title": "1", "url": "1", "face": "/upload/file/202311/5837211992c8cee0a762969ceb7268eb.png", "create_by_uuid": "628133f1525c618", "create_by_account": null, "create_by_name": "超级管理员", "create_date": "2023-11-01 16:04:26", "edit_by_uuid": "628133f1525c618", "edit_by_account": null, "edit_by_name": "超级管理员", "edit_date": "2023-11-01 16:04:26", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0", "company_name": null } ] } }