{
"productId": 0,
"resourceType": "string"
}curl --location 'http://192.168.1.76:8081/sys/product/resource/list' \
--header 'fmfauthorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6Ijk0MzNhZmU2LTIzMWYtNGZjZi1iYTRmLWMxNzAxNDMxYmVkZiJ9.UGRopckd3axXiTU306jSC0-_EcOQvjy0PQob-wUkLBrNjdWPiwxUZsnEDsIeYMlskYim_HyaEh_393SFDFAlWw' \
--header 'Content-Type: application/json' \
--data '{
"productId": 0,
"resourceType": "string"
}'{
"msg": "操作成功",
"code": 200,
"data": [
{
"id": 4,
"fileUrl": null,
"fileName": null,
"type": "1",
"fileSize": null,
"duration": null,
"cover": null
},
{
"id": 5,
"fileUrl": null,
"fileName": null,
"type": "1",
"fileSize": null,
"duration": null,
"cover": null
},
{
"id": 6,
"fileUrl": null,
"fileName": null,
"type": "1",
"fileSize": null,
"duration": null,
"cover": null
},
{
"id": 7,
"fileUrl": null,
"fileName": null,
"type": "1",
"fileSize": null,
"duration": null,
"cover": null
}
]
}