Authorization: Bearer ********************curl --location --request GET '/app/app-foundation/v1.0/applet-resources/list-correlation?id' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"msg": "success",
"data": [
{
"id": 38,
"title": "质子充电牵引车",
"jumpLink": "",
"coverUrl": "https://static.dcwlqc.com/applet/小程序车型图库/1-牵引车/3-质子充电牵引车/1-外观/封面图.jpg",
"likes": 0,
"views": 0,
"type": 41,
"videoType": 2,
"richText": null,
"createTime": null
}
]
}