Authorization: Bearer ********************
curl --location --request GET 'http://10.12.186.133:30924/zspt/register/module/all' \
--header 'Authorization;' \
--form 'sysId="a026cbe2-8a9e-40d5-bb00-89833e3c5ee7"' \
--form 'functionName=""' \
--form 'functionId=""'
{
"code": 0,
"msg": null,
"data": [
{
"functionId": "66d797ac-e04d-4e63-9b59-26e498adb73d",
"sysId": "a026cbe2-8a9e-40d5-bb00-89833e3c5ee7",
"functionName": "英雄联盟",
"functionParams": [],
"functionDesc": "LOLOLOLOLOL 鹅鹅鹅",
"functionUseage": "esse laborum quis nulla",
"isEnable": 1
}
],
"ok": true
}