{
"storyId": 0,
"storyDesc": "string",
"imageList": [
"string"
]
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/userStory/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"storyId": 0,
"storyDesc": "string",
"imageList": [
"string"
]
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": true
}