curl --location --request GET 'http://10.8.0.4/prod-api/system/menu/treeselect?menuName=&orderNum=&menuType=' \ --header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJtb0lBRmwwa0xpbENCODFuUUNINDV2YWxQVmFPMXZ4bSIsInVzZXJJZCI6MX0.XdB8Kviyezfrztm49AtYTTeWxAFKyCNCYPR9yWoT_IQ' \ --header 'clientid;'
{ "code": 0, "msg": "string", "data": [ { "name": {}, "id": 0, "parentId": 0, "weight": {}, "config": { "idKey": "string", "parentIdKey": "string", "weightKey": "string", "nameKey": "string", "childrenKey": "string", "deep": 0 }, "empty": true, "property1": {}, "property2": {} } ] }