{
"hash": "3cd4e99a100d725af39fb3b549cd0e46" ,
"offset":0,
"limit":20
}
curl --location --request POST '/api/v1/node/collect/video/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"hash": "3cd4e99a100d725af39fb3b549cd0e46" ,
"offset":0,
"limit":20
}'
{
"code": 0,
"data": [
{
"ID": 0,
"CreatedAt": "string",
"UpdatedAt": "string",
"DeletedAt": null,
"source": "string",
"type": "string",
"creator": "string",
"title": "string",
"poster": "string",
"view": 0,
"like": 0,
"url": "string",
"previewURL": "string",
"labelJson": "string",
"duration": 0,
"previewTime": 0,
"exp": 0,
"buyInfo": {
"useGold": 0,
"useMoney": 0
},
"private": {
"like": true,
"collect": true
}
}
],
"msg": "string"
}