{
"venueId": 1,
"dictIdType": 68,
"name": "方案1",
"sort": 0,
"remark": "备注1",
"status": 0,
"proposalRules": [
{
"areaId": 5,
"timeId": 1,
"price": 10000
},
{
"areaId": 5,
"timeId": 2,
"price": 8000
},
{
"areaId": 5,
"timeId": 3,
"price": 11000
}
]
}
curl --location --request POST 'https://travel.daoziji.com/user/venueProposal/add' \
--header 'Authentication: eyJhbGciOiJIUzI1NiJ9.eyJqdGkiOiJkZTQ3NTBlZjM2YmU0ZWRlOTVkNzZhNTVmMDZlMjIwMSIsInN1YiI6IjJ2eCIsImlzcyI6InNnIiwiaWF0IjoxNjk5NjAyMTc3LCJleHAiOjE3MzExMzgxNzd9.1ESx2OoOogj-qXdxUSuHuk0ofTwYgYNiJhDqs8OwwtE' \
--header 'token: 59488631878869803924403251' \
--header 'Content-Type: application/json' \
--data-raw '{
"venueId": 1,
"dictIdType": 68,
"name": "方案1",
"sort": 0,
"remark": "备注1",
"status": 0,
"proposalRules": [
{
"areaId": 5,
"timeId": 1,
"price": 10000
},
{
"areaId": 5,
"timeId": 2,
"price": 8000
},
{
"areaId": 5,
"timeId": 3,
"price": 11000
}
]
}'
{
"msg": "操作成功",
"code": 200
}