{
"userId":""
}
curl --location --request POST 'http://localhost:8080/system/user/selectMenuListByUserId' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId":""
}'
{"msg":"操作成功","code":200,"data":[28,1100,1101,1102]}