Authorization: Bearer ********************curl --location --request GET 'localhost:8080/system/tenant/package/list?packageId=&packageName=' \
--header 'clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'Authorization: Bearer <token>'{
"total": 0,
"rows": [
{
"packageId": 0,
"packageName": "string",
"menuIds": "string",
"remark": "string",
"menuCheckStrictly": true,
"status": "string"
}
],
"code": 0,
"msg": "string"
}