Authorization: Bearer ********************
curl --location --request GET 'http://10.12.186.133:30924/zspt/register/module' \
--header 'Authorization;' \
--form 'sysId="a026cbe2-8a9e-40d5-bb00-89833e3c5ee7"' \
--form 'functionName=""' \
--form 'functionId=""'
{
"code": 0,
"msg": "",
"data": [
{
"functionName": "",
"functionDesc": "",
"functionUseage": "",
"functionParams": [
{
"paramName": "",
"paramDescrible": ""
}
]
}
]
}