{
"dbId": 0,
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"navName": "string",
"iconDark": "string",
"iconLight": "string",
"weight": 0,
"status": 0,
"parentId": 0,
"pageId": 0,
"delFlag": 0,
"parentName": "string",
"pageName": "string",
"level": 0,
"pageNo": 1,
"pageSize": 10
}
curl --location --request POST 'https://test1-op.nn.com/jeecg-boot/admin/index/navigation/list' \
--header 'reqChannel: 3' \
--header 'appid: nnPcWeb_8GIXaARk' \
--header 'token: nnPcWeb_8GIXaARk5f8ac0920aeb46da995dd43319d5e9a1' \
--header 'Content-Type: application/json' \
--data-raw '{
"dbId": 0,
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"navName": "string",
"iconDark": "string",
"iconLight": "string",
"weight": 0,
"status": 0,
"parentId": 0,
"pageId": 0,
"delFlag": 0,
"parentName": "string",
"pageName": "string",
"level": 0,
"pageNo": 1,
"pageSize": 10
}'
{
"retCode": "",
"retMsg": "",
"retData": {
"records": [
{}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"isSearchCount": false,
"hitCount": false,
"searchCount": false,
"pages": 0,
"ascs": [
""
],
"asc": [
""
],
"descs": [
""
],
"desc": [
""
]
},
"retTime": "",
"success": false
}