影院列表
POST
/api/6216f72d04def
请求参数
Body 参数application/json
city_id
string
城市ID
area_id
string
区域ID
keyword
string
搜索影院名称
latitude
string
纬度
longitude
string
经度
page
integer
页数
page_size
integer
可选
示例
{
"city_id": "string",
"area_id": "string",
"keyword": "string",
"latitude": "string",
"longitude": "string",
"page": 0,
"page_size": 0
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-service.mgmovie.net/api/6216f72d04def' \
--header 'Content-Type: application/json' \
--data-raw '{
"city_id": "string",
"area_id": "string",
"keyword": "string",
"latitude": "string",
"longitude": "string",
"page": 0,
"page_size": 0
}'
返回响应
🟢200成功
application/json
Body
success
boolean
必需
code
integer
必需
message
string
必需
data
object
必需
total
integer
总条数
data
array [object {14}]
必需
示例
{
"success": true,
"code": 1,
"message": "操作成功",
"data": {
"total": 393,
"per_page": 10,
"current_page": 1,
"last_page": 40,
"data": [
{
"cinemaid": 8573,
"cinema_code": "31200107",
"cinema_name": "崇明影剧院",
"city_name": "上海",
"cinema_addr": "崇明区八一路488号(近北门路)",
"area_name": "崇明区",
"tel": "021-59613775",
"cinema_service": "{\"可停车\":\"10个停车场在附近\"}",
"longitude": "121.39681",
"latitude": "31.62619",
"city_id": 1,
"regionid": 1375,
"created_at": "2022-04-18 09:00:05",
"updated_at": "2022-07-12 19:00:07",
"distance": 88.78225878730004,
"lng2": "114.46104",
"lat2": "38.00407",
"distance_text": "951.16km",
"down_price": "0.00"
},
{
"cinemaid": 75348,
"cinema_code": "31200101",
"cinema_name": "万达影城(上海崇明万达广场店)",
"city_name": "上海",
"cinema_addr": "崇明区城桥镇崇明大道8388号3F-A室",
"area_name": "崇明区",
"tel": "021-31032500",
"cinema_service": "[]",
"longitude": "121.41758",
"latitude": "31.625633",
"city_id": 1,
"regionid": 1375,
"created_at": "2022-04-18 09:00:05",
"updated_at": "2022-07-12 19:00:07",
"distance": 89.07790733456903,
"lng2": "114.46104",
"lat2": "38.00407",
"distance_text": "952.47km",
"down_price": 40.9
}
]
}
}
修改于 2023-02-21 03:09:07