{
"id": 1,
"tel": "13147302090",
"venueTel": "13147302066",
"contactName": "联系人",
"contactTel": "13147302066",
"name": "场馆1",
"location": "广东省惠州市惠城区环城西路2号",
"x": 23.091338,
"y": 114.395012,
"tips": "场馆须知",
"img": "https://hzdaoziji.oss-cn-hangzhou.aliyuncs.com/fileba2039ff44f64ff795d6e65c42a893e5.jpg",
"introduce": "订场介绍"
}
curl --location --request POST 'https://travel.daoziji.com/user/venue/updateVenue' \
--header 'Authentication: eyJhbGciOiJIUzI1NiJ9.eyJqdGkiOiJkZTQ3NTBlZjM2YmU0ZWRlOTVkNzZhNTVmMDZlMjIwMSIsInN1YiI6IjJ2eCIsImlzcyI6InNnIiwiaWF0IjoxNjk5NjAyMTc3LCJleHAiOjE3MzExMzgxNzd9.1ESx2OoOogj-qXdxUSuHuk0ofTwYgYNiJhDqs8OwwtE' \
--header 'token: 59488631878869803924403251' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"tel": "13147302090",
"venueTel": "13147302066",
"contactName": "联系人",
"contactTel": "13147302066",
"name": "场馆1",
"location": "广东省惠州市惠城区环城西路2号",
"x": 23.091338,
"y": 114.395012,
"tips": "场馆须知",
"img": "https://hzdaoziji.oss-cn-hangzhou.aliyuncs.com/fileba2039ff44f64ff795d6e65c42a893e5.jpg",
"introduce": "订场介绍"
}'
{}