{
"type": 0,
"businessId": 0
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/app/share/get' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"businessId": 0
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {
"shareUrl": "string",
"logo": "string",
"title": "string",
"content": "string",
"storyInfo": {
"storyId": 0,
"storyCoverImg": "string",
"storyDesc": "string",
"nickname": "string",
"avatar": "string",
"type": 0,
"fileId": "string",
"coverUrl": "string"
},
"shortPlayInfo": {
"playId": 0,
"coverUrl": "string"
},
"commodityInfo": {
"commodityId": 0,
"shareLogo": "string",
"shareTitle": "string",
"shareContent": "string"
}
}
}