{
"app_key": "",
"timestamp": "",
"sign": ""
}
curl --location --request POST 'http://test.merchant.center.mf178.cn/api/film/city_list' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_key": "",
"timestamp": "",
"sign": ""
}'
{
"code": 0,
"message": "操作成功",
"stime": 1745396785.11519,
"etime": 1745396787.45569,
"data": [
{
"id": 1,
"name": "上海"
}
]
}