curl --location -g --request GET 'http://{{ip}}:9000/user-service/sysModuleTable/list?sysModuleId=' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1'{
"code": 0,
"msg": "string",
"data": [
{
"id": "string",
"name": "string",
"children": [
{
"id": 0,
"version": 0,
"name": "string",
"comment": "string",
"database": "string",
"checked": true,
"children": [
{
"id": 0,
"version": 0,
"name": "string",
"comment": "string",
"sysTableInfoId": 0,
"databaseName": "string",
"tableName": "string",
"tableComment": "string"
}
]
}
]
}
]
}