{
"code": "string",
"appCode": "string",
"moduleCode": "string",
"isRetTree": true
}
curl --location --request POST '/api/v1/system/tenant/app/menu/index' \
--header 'Ithings-Project-Id: {{Ithings-Project-Id}}' \
--header 'Ithings-Token: {{iThings-token}}' \
--header 'app-code: {{appCode}}' \
--header 'device-id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"appCode": "string",
"moduleCode": "string",
"isRetTree": true
}'
{
"code": "200",
"msg": "string",
"data": {
"list": [
{
"templateID": 0,
"code": "string",
"appCode": "string",
"id": 0,
"moduleCode": "string",
"name": "string",
"parentID": 0,
"type": 0,
"path": "string",
"component": "string",
"icon": "string",
"redirect": "string",
"order": 0,
"hideInMenu": 0,
"isCommon": 0,
"isAllTenant": 0,
"body": "string",
"createdTime": 0,
"children": [
{}
]
}
]
}
}