{
"longitude": "string",
"latitude": "string",
"location": "string",
"storyDesc": "string",
"imageList": [
"string"
],
"images": [
{
"imageUrl": "string",
"imageWidth": 0,
"imageHeight": 0
}
]
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/app/userStory/publish' \
--header 'Content-Type: application/json' \
--data-raw '{
"longitude": "string",
"latitude": "string",
"location": "string",
"storyDesc": "string",
"imageList": [
"string"
],
"images": [
{
"imageUrl": "string",
"imageWidth": 0,
"imageHeight": 0
}
]
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {}
}