[
{
"id": 1,
"proposalIds": [1]
},
{
"id": 2,
"proposalIds": [1]
},
{
"id": 3,
"proposalIds": [1]
}
]
curl --location --request POST 'https://travel.daoziji.com/user/venueDate/updateList' \
--header 'Authentication: eyJhbGciOiJIUzI1NiJ9.eyJqdGkiOiJkZTQ3NTBlZjM2YmU0ZWRlOTVkNzZhNTVmMDZlMjIwMSIsInN1YiI6IjJ2eCIsImlzcyI6InNnIiwiaWF0IjoxNjk5NjAyMTc3LCJleHAiOjE3MzExMzgxNzd9.1ESx2OoOogj-qXdxUSuHuk0ofTwYgYNiJhDqs8OwwtE' \
--header 'token: 59488631878869803924403251' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 1,
"proposalIds": [1]
},
{
"id": 2,
"proposalIds": [1]
},
{
"id": 3,
"proposalIds": [1]
}
]'
{
"msg": "string",
"code": 0,
"data": {
"countId": null,
"current": 0,
"maxLimit": null,
"optimizeCountSql": true,
"orders": [
"string"
],
"pages": 0,
"records": [
{
"createTime": "string",
"dictIdType": 0,
"id": 0,
"name": "string",
"proposalRules": [
{
"areaId": 0,
"id": 0,
"price": 0,
"proposalId": 0,
"timeId": 0,
"venueProposal": null
}
],
"remark": "string",
"sort": 0,
"status": 0,
"updateTime": "string",
"venueId": 0
}
],
"searchCount": true,
"size": 0,
"total": 0
}
}