{
"shopName": "string",
"type": 0,
"scenicId": 0,
"businessTime": "string",
"contactNumber": "string",
"shopIntroduce": "string",
"xAxle": "string",
"yAxle": "string",
"detailedAddress": "string",
"cuisineStyle": "string",
"tag": "string",
"consumptionPerPerson": "string",
"shopPhone": "string",
"appId": "string",
"refundStatement": "string",
"business": "string",
"linkMan": "string",
"shopImgList": [
"string"
],
"shopSundryList": [
{
"dishesName": "string",
"dishesImg": "string",
"dishesIntroduce": "string",
"price": 0,
"specification": "string",
"inventory": 0,
"specificationImg": "string"
}
]
}
curl --location --request POST 'https://travel.daoziji.com/user/plan/shop/newlyShop' \
--header 'Authentication: eyJhbGciOiJIUzI1NiJ9.eyJqdGkiOiJkZTQ3NTBlZjM2YmU0ZWRlOTVkNzZhNTVmMDZlMjIwMSIsInN1YiI6IjJ2eCIsImlzcyI6InNnIiwiaWF0IjoxNjk5NjAyMTc3LCJleHAiOjE3MzExMzgxNzd9.1ESx2OoOogj-qXdxUSuHuk0ofTwYgYNiJhDqs8OwwtE' \
--header 'token: 59488631878869803924403251' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopName": "string",
"type": 0,
"scenicId": 0,
"businessTime": "string",
"contactNumber": "string",
"shopIntroduce": "string",
"xAxle": "string",
"yAxle": "string",
"detailedAddress": "string",
"cuisineStyle": "string",
"tag": "string",
"consumptionPerPerson": "string",
"shopPhone": "string",
"appId": "string",
"refundStatement": "string",
"business": "string",
"linkMan": "string",
"shopImgList": [
"string"
],
"shopSundryList": [
{
"dishesName": "string",
"dishesImg": "string",
"dishesIntroduce": "string",
"price": 0,
"specification": "string",
"inventory": 0,
"specificationImg": "string"
}
]
}'
{"msg":"操作成功","data":true,"code":200}