{
"tenantId": 0,
"orgId": 0,
"userId": 0
}curl --location '/api/user/getResource' \
--header 'Content-Type: application/json' \
--data '{
"tenantId": 0,
"orgId": 0,
"userId": 0
}'{
"success": true,
"message": "string",
"errorCode": "string",
"errorMsg": null,
"requestID": "string",
"total": 0,
"data": [
{
"opId": "string",
"productId": 0,
"openProductId": [
0
],
"productName": "string",
"productType": "string",
"productUrl": "string",
"productIcon": "string",
"productShow": "string",
"orderIndex": 0,
"productUrlType": "string",
"resourceList": [
{
"resourceId": 0,
"resourceCode": "string",
"resourceName": "string",
"resourceType": 0,
"operCode": "string",
"placeCode": "string",
"resourceUrl": "string",
"showType": "string",
"sourceProductId": [
0
],
"children": [
{
"resourceId": "string",
"resourceCode": "string",
"resourceName": "string",
"resourceType": 0,
"operCode": "string",
"placeCode": "string",
"resourceUrl": "string",
"pid": "string",
"showType": "string",
"orderIndex": "string"
}
]
}
]
}
]
}