- 请求格式说明
- 响应格式说明
- 影片管理
- 平台影院管理
- 商城
- 短信管理
- 公共接口
- 电视端API
- 晨星3
- 晨星4
- 1905系统
- 地面1905系统
- 影院信息管理
- 联营影院
- 小程序代码上传
- api接口
- 卡券管理
- 财务订单
- 自营接口
- 影厅设置
- 营销中心
- 凤凰佳影
- 凤凰云智
- 节假日数据
- 自营接口2.0
- 用户管理
- 影院用户管理
- 用户数据
- 平台配置信息管理
- 影院端
排期数据
开发中
GET
http://store.xcyxfl.com/cinema/movie/feature
责任人:唐得才
请求参数
Query 参数
feature_no
string
排期码
示例值:
001102442022
film_name
string
影片名称
示例值:
奥本海默
lang
string
语言
示例值:
国语
plan_id
integer
影厅id
示例值:
1397
start_time
string
可选
示例值:
{% mock 'date' %}
end_time
string
可选
示例值:
{% mock 'date' %}
min_lowest_price
number
最低价大于等于
示例值:
30.00
max_lowest_price
number
最低价小于等于
示例值:
50.00
page
integer
页码
示例值:
1
limit
integer
分页条数
示例值:
10
Header 参数
Version
integer
可选
默认值:
1
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'http://store.xcyxfl.com/cinema/movie/feature?feature_no=001102442022&film_name=奥本海默&lang=国语&plan_id=1397&start_time={% mock '\''date'\'' %}&end_time={% mock '\''date'\'' %}&min_lowest_price=30.00&max_lowest_price=50.00&page=1&limit=10' \
--header 'Version: 1'
返回响应
🟢200成功
application/json
Body
code
integer
状态码
message
string
返回信息
data
object
返回数据
total
integer
总条数
list
array [object {17}]
列表数据
示例
{
"code": 200,
"message": "success",
"data": {
"total": 2,
"list": [
{
"id": 30905,
"movie_id": 547,
"movie_code": "001102442022",
"plan_id": 1400,
"feature_date": 1721923200,
"start_time": "13:25",
"end_time": "15:25",
"feature_app_no": "0000001165",
"protect_price": "0.00",
"status": 1,
"lang": "粤语",
"standard_price": "0.00",
"lowest_price": "0.00",
"service_add_fee": "0.00",
"cinema_allowance": "0.00",
"plan": {
"id": 1400,
"name": "1厅"
},
"movie": {
"id": 547,
"film_no": "t0812224314,051801642023,00102442022,001102442022",
"title": "奥本海默",
"other_title": "",
"cover": "https://p0.pipi.cn/mmdb/fb7386d7537338d2368077aaa241b9ded84fd.jpg?imageMogr2/thumbnail/2500x2500%3E",
"up_time": 1693324800,
"lang": "",
"type": "2D",
"duration": 120,
"category": "剧情、传记、历史",
"video_uri": "https://vod.pipi.cn/fec9203cvodtransbj1251246104/ae60f01c243791579833715841/v.f42906.mp4"
}
},
{
"id": 30906,
"movie_id": 547,
"movie_code": "001102442022",
"plan_id": 1402,
"feature_date": 1721923200,
"start_time": "18:35",
"end_time": "20:35",
"feature_app_no": "0000001179",
"protect_price": "0.00",
"status": 1,
"lang": "粤语",
"standard_price": "0.00",
"lowest_price": "0.00",
"service_add_fee": "0.00",
"cinema_allowance": "0.00",
"plan": {
"id": 1402,
"name": "最多五个字"
},
"movie": {
"id": 547,
"film_no": "t0812224314,051801642023,00102442022,001102442022",
"title": "奥本海默",
"other_title": "",
"cover": "https://p0.pipi.cn/mmdb/fb7386d7537338d2368077aaa241b9ded84fd.jpg?imageMogr2/thumbnail/2500x2500%3E",
"up_time": 1693324800,
"lang": "",
"type": "2D",
"duration": 120,
"category": "剧情、传记、历史",
"video_uri": "https://vod.pipi.cn/fec9203cvodtransbj1251246104/ae60f01c243791579833715841/v.f42906.mp4"
}
}
]
}
}