{
"ids": [
0
],
"idSort": 0,
"appCode": "string",
"isQueryEp": true,
"status": [
0
],
"mcSourceVersionControlQueries": [
{
"sourceId": 0,
"categoryIdList": [
0
],
"payTypeList": [
0
]
}
]
}
curl --location --request POST 'https://testgateway.dangbei.net/v1/asset/asset/queryAssetExtById' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
0
],
"idSort": 0,
"appCode": "string",
"isQueryEp": true,
"status": [
0
],
"mcSourceVersionControlQueries": [
{
"sourceId": 0,
"categoryIdList": [
0
],
"payTypeList": [
0
]
}
]
}'
{
"success": true,
"errCode": "string",
"errMessage": "string",
"requestId": "string",
"data": [
{
"createTime": 0,
"updateTime": 0,
"id": 0,
"title": "string",
"threeLevelCategoryId": 0,
"threeLevelCategory": "string",
"assetLength": 0
}
]
}