X-API-Key: ********************{
"cityId": "88",
"districtId": "宝坻区",
"brandId": "91",
"lat": 64,
"lng": 77,
"name": "诸梓玥"
}curl --location --request POST '/movie/coming' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cityId": "88",
"districtId": "宝坻区",
"brandId": "91",
"lat": 64,
"lng": 77,
"name": "诸梓玥"
}'{
"code": 200,
"msg": "操作成功",
"data": {
"count": 0,
"movies": [
{
"description": "string",
"duration": 0,
"movieId": "string",
"movieCode": "string",
"name": "string",
"posterUrl": "string",
"version": "string",
"score": 0,
"wish": 0,
"star": "string",
"releaseTime": "string",
"showInfo": "string",
"comingTitle": "string",
"showSt": 0,
"category": "string",
"director": "string",
"easterEgg": "string",
"language": "string",
"preShow": true,
"globalReleased": true
}
]
}
}