{
"type": 0,
"businessId": 922337203685477600
}
curl --location --request POST 'http://192.168.20.159:8080/ykd-base-system/trainingplan/share' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"businessId": 922337203685477600
}'
{
"code": 0,
"msg": "string",
"data": {
"title": "string",
"introduce": "string",
"showImg": "string",
"shareUrl": "string",
"shareCount": 0
},
"success": true,
"resultData": {
"title": "string",
"introduce": "string",
"showImg": "string",
"shareUrl": "string",
"shareCount": 0
}
}