{}
curl --location --request GET 'http://store.xcyxfl.com/common/get-shanghai-cinema?number' \
--header 'Version: 1' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 200,
"message": "success",
"data": {
"errno": 0,
"error": "成功",
"time": 1696816217,
"data": [
{
"cinema_code": "00000000",
"cinema_name": "广州演示影城sc",
"city_no": "gzs",
"create_date": "2023-10-09",
"sellstop_time": 10,
"allow_lt_fee": true
}
]
}
}