- App/H5对接流程:
- API开放接口对接流程
- 小程序对接流程v1.1
- 数据推送说明
- 基础信息
- 电影票接口
- 卡券接口
- 点餐接口
获取电影详情
GET
/api/movie/movie_detail
Movie
请求参数
Query 参数
movieId
string
必需
返回响应
🟢200Success
application/json
Body
code
integer <int32>
code
message
string | null
message
data
object (TicketMovieDetail)
可选
movieId
string | null
影片id
movieCode
string | null
可选
desc
string | null
简介
albumImg
string | null
可选
availableEpisodes
integer <int64>
可选
awardUrl
string | null
可选
backgroundColor
string | null
可选
bingeWatch
integer <int64>
可选
bingeWatchst
integer <int64>
可选
cat
string | null
可选
comScorePersona
boolean
可选
commented
boolean
可选
dir
string | null
可选
dra
string | null
可选
dur
integer <int64>
电影时长(分钟)
egg
boolean
是否有彩蛋
enm
string | null
彩蛋数量
photos
array[string] | null
可选
episodeDur
integer <int64>
可选
episodes
integer <int64>
可选
globalReleased
boolean
是否已上映
id
integer <int64>
可选
img
string | null
海报图
latestEpisode
integer <int64>
可选
modcsSt
boolean
可选
movieType
integer <int64>
可选
multiPub
boolean
可选
musicName
string | null
可选
musicNum
integer <int64>
可选
musicStar
string | null
可选
nm
string | null
可选
onSale
boolean
可选
onlinePlay
boolean
可选
orderSt
integer <int64>
可选
oriLang
string | null
可选
pn
integer <int64>
可选
preScorePersona
boolean
可选
proScore
integer <int64>
可选
proScoreNum
integer <int64>
可选
pubDesc
string | null
上映日期
rt
string <date-time>
上映日期
sc
number <double>
评分
scm
string | null
可选
scoreLabel
string | null
可选
showst
integer <int64>
可选
snum
integer <int64>
可选
src
string | null
可选
star
string | null
演员列表
type
integer <int64>
可选
vd
string | null
可选
ver
string | null
可选
videoImg
string | null
可选
videoName
string | null
可选
videourl
string | null
可选
viewedSt
integer <int64>
可选
vnum
integer <int64>
可选
vodFreeSt
integer <int64>
可选
vodPlay
boolean
可选
vodSt
integer <int64>
可选
watched
integer <int64>
可选
wish
integer <int64>
想看人数
wishst
integer <int64>
可选
version
string | null
可选
sourceId
string | null
票源id
workerList
array[object (WorkerListDetail) {4}] | null
可选
easterEgg
string | null
彩蛋
language
string
必需
示例
{
"code": 0,
"message": "string",
"data": {
"movieId": "string",
"movieCode": "string",
"desc": "string",
"albumImg": "string",
"availableEpisodes": 0,
"awardUrl": "string",
"backgroundColor": "string",
"bingeWatch": 0,
"bingeWatchst": 0,
"cat": "string",
"comScorePersona": true,
"commented": true,
"dir": "string",
"dra": "string",
"dur": 0,
"egg": true,
"enm": "string",
"photos": [
"string"
],
"episodeDur": 0,
"episodes": 0,
"globalReleased": true,
"id": 0,
"img": "string",
"latestEpisode": 0,
"modcsSt": true,
"movieType": 0,
"multiPub": true,
"musicName": "string",
"musicNum": 0,
"musicStar": "string",
"nm": "string",
"onSale": true,
"onlinePlay": true,
"orderSt": 0,
"oriLang": "string",
"pn": 0,
"preScorePersona": true,
"proScore": 0,
"proScoreNum": 0,
"pubDesc": "string",
"rt": "2019-08-24T14:15:22Z",
"sc": 0,
"scm": "string",
"scoreLabel": "string",
"showst": 0,
"snum": 0,
"src": "string",
"star": "string",
"type": 0,
"vd": "string",
"ver": "string",
"videoImg": "string",
"videoName": "string",
"videourl": "string",
"viewedSt": 0,
"vnum": 0,
"vodFreeSt": 0,
"vodPlay": true,
"vodSt": 0,
"watched": 0,
"wish": 0,
"wishst": 0,
"version": "string",
"sourceId": "string",
"workerList": [
{
"actorId": 0,
"actorName": "string",
"avatarUrl": "string",
"characterName": "string"
}
],
"easterEgg": "string",
"language": "string"
}
}
修改于 2024-07-25 08:24:27