{
"businessType": 0,
"actionType": 0,
"businessId": 922337203685477600
}
curl --location --request POST 'http://192.168.20.159:8080/ykd-base-system/businessaction/actionSave' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessType": 0,
"actionType": 0,
"businessId": 922337203685477600
}'
{
"code": 0,
"msg": "string",
"data": {
"likeCount": 0,
"collectedCount": 0,
"shareCount": 0,
"liked": true,
"collected": true,
"shared": true
},
"success": true,
"resultData": {
"likeCount": 0,
"collectedCount": 0,
"shareCount": 0,
"liked": true,
"collected": true,
"shared": true
}
}