curl --location --request GET 'http://prod-cn.your-api-server.com/v1/picture/list'
{
"code": 0,
"message": "string",
"data": {
"list": [
{
"pictureId": 0,
"isUsed": 0,
"pictureObj": {
"id": 0,
"order": 0,
"type": 0
},
"general": {
"name": "string",
"width": 0,
"height": 0,
"size": 0
},
"path": [
{
"type": 0,
"url": "string",
"relativePath": "string"
}
],
"position": 0
}
],
"usedCapacity": 0,
"stateInfo": {
"import": 0
},
"totalCapacity": 0,
"count": 0,
"page": 0,
"totalCount": 0,
"totalPage": 0
}
}