文档
测试

场馆列表

POST
http://jourly.com/mobile/api/Venue/getList

请求参数

参数名
类型
描述
必填
page
必填
pagesize
必填
search
搜索
必填

响应参数

参数名
类型
描述
必填
id
场馆id
必填
title
场馆名称
必填
address
地址
必填
phone
电话
必填
image
图片
必填
status
预约状态 1开启 2关闭
必填
appid
小程序appid
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": { "total": 1, "per_page": 10, "current_page": 1, "last_page": 1, "data": [ { "id": "1013", "title": "江阴博物馆", "address": "江阴市澄江中路128号", "longitude": "120.303311", "latitude": "31.926421", "phone": "(0510)86862662", "image": "/upload/file/202505/d4c4400da75a6d7f52f07bc321c299b1.jpg", "desc": "<section class="_135editor styleActive active" data-role="paragraph" style="transform-origin: center center;transform: scale(0.95) ;-webkit-transform: scale(0.95) ;-moz-transform: scale(0.95) ;-o-transform: scale(0.95) ;"><section data-role="scale-fix" style="margin-top: -9.57987px; margin-bottom: -9.57987px;"><p style="text-indent: 32px; line-height: 24px;"><span style="color: rgb(89, 89, 89); font-family: 宋体; line-height: 1.5em;">江阴市博物馆始建于1988年,新馆位于澄江中路128号天华文化中心内,主体建筑12000多平方米。下辖刘氏兄弟纪念馆、高城墩良渚遗址陈列馆、中医史陈列馆3个专业馆。</span></p><p style="text-indent: 32px; line-height: 24px;"><span style="color: rgb(89, 89, 89); font-family: 宋体; line-height: 1.5em;">江阴市博物馆新馆为三层现代化建筑,其中一、二层为展厅。拥有文明之光展厅、碑刻厅、自然厅、历史厅、刘氏三兄弟业绩厅、石刻厅、青铜器收藏厅及临时展厅等十余个展厅。馆藏文物1万多件,列入藏品272件,其中一级文物35件,二、三级文物237件。其馆藏文物中宋、元、明时期的金银器最具特点。</span></p><p style="text-indent: 32px; line-height: 24px;"><span style="color: rgb(89, 89, 89); font-family: 宋体; line-height: 1.5em;">地址:江阴市澄江中路128号(天华文化中心内 ),坐13路、15路、88路公交车至体育中心或新一城购物中心(大剧院)站,9路、26路、28路、35路至天华广场站,36路凤凰路站均可到达。</span></p><p style="text-indent: 32px; line-height: 24px;"><span style="color: rgb(89, 89, 89); font-family: 宋体; line-height: 1.5em;">开放时间:9:00-16:30(16:00停止入内)</span></p><p><br/></p></section></section>", "status": "2", "appid": null, "create_by_name": "超级管理员", "create_date": "2025-02-28 16:13:51" } ] } }