Authorization: Bearer ********************
{
"sysId": "a026cbe2-8a9e-40d5-bb00-89833e3c5ee7",
"functionName": "英雄联盟",
"functionDesc": "LOLOLOLOLOL",
"functionUseage": "esse laborum quis nulla",
"isEnable": 1
}
curl --location --request POST 'http://10.12.186.133:30924/zspt/register/module' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"sysId": "a026cbe2-8a9e-40d5-bb00-89833e3c5ee7",
"functionName": "英雄联盟",
"functionDesc": "LOLOLOLOLOL",
"functionUseage": "esse laborum quis nulla",
"isEnable": 1
}'
{
"code": 0,
"msg": null,
"data": {
"functionId": "66d797ac-e04d-4e63-9b59-26e498adb73d",
"sysId": "a026cbe2-8a9e-40d5-bb00-89833e3c5ee7",
"functionName": "英雄联盟",
"functionParams": null,
"functionDesc": "LOLOLOLOLOL",
"functionUseage": "esse laborum quis nulla",
"isEnable": 1
},
"ok": true
}