Authorization: Bearer ********************{
"seatType": 0,
"areaList": [
{
"id": 0,
"seatNum": "string"
}
],
"lineList": [
{
"id": 0,
"seatNum": "string",
"area": "string",
"line": "string",
"seat": null
}
]
}curl --location --request POST 'https://www.mengzhikeji.cn/prod-api/system/seat/lottery' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"seatType": 0,
"areaList": [
{
"id": 0,
"seatNum": "string"
}
],
"lineList": [
{
"id": 0,
"seatNum": "string",
"area": "string",
"line": "string",
"seat": null
}
]
}'{
"code": 0,
"msg": "操作成功",
"data": {
"seatNum": [
{
"id": 50,
"seatNum": "1排",
"area": "贵宾1区",
"line": "1排",
"seat": null
},
{
"id": 52,
"seatNum": "3排",
"area": "贵宾3区",
"line": "3排",
"seat": null
},
{
"id": 53,
"seatNum": "4排",
"area": "贵宾4区",
"line": "4排",
"seat": null
}
]
}
}