Authorization: Bearer ********************curl --location --request GET 'http://10.12.186.133:30924/zspt/testModule/calGetCommonUseInfo' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "",
"data": [
{
"key": 0,
"id": 0,
"name": "",
"items": [
{
"common_use_id": 0,
"id": 0,
"title": "",
"content": ""
}
]
}
]
}