{
"token": "a93108c8-006f-41f0-8d10-238f290ab84b",
"param": {
"assetIds": [1415021,1415020]
}
}
curl --location --request POST 'https://open-auth.tezign.com/open-api/standard/v1/asset/get-assetInfo-collectionInfo' \
--header 'Access-token: ca268e07-882d-4bc9-8e2d-1a4eb2279f32' \
--header 'Token-type: bearer' \
--header 'x-asm-prefer-tag: version-env-07' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "a93108c8-006f-41f0-8d10-238f290ab84b",
"param": {
"assetIds": [1415021,1415020]
}
}'
{
"code": "0",
"message": "success",
"result": [
{
"assetId": 1035403,
"collectionInfo": [
[
{
"name": "100",
"pid": -1,
"id": 17554
},
{
"name": "200",
"pid": 17554,
"id": 17555
}
],
[
{
"name": "ouyang 测试文件-请勿删",
"pid": -1,
"id": 13181
},
{
"name": "莫奈人物",
"pid": 13181,
"id": 13647
},
{
"name": "trt56",
"pid": 13647,
"id": 13813
}
]
],
"assetName": "test2"
}
]
}