{
"appId": "1",
"opened": 1,
"parentId": "10000045331201",
"children": [],
"checked": false,
"enable": 1,
"type": "menu",
"name": "测试资源",
"code": "cszybm",
"url": "test",
"icon": "fa-arrow-down"
}
curl --location -g --request POST '{{auth}}/sysResource/save' \
--header 'Authorization: Bearer{{Auth_Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "1",
"opened": 1,
"parentId": "10000045331201",
"children": [],
"checked": false,
"enable": 1,
"type": "menu",
"name": "测试资源",
"code": "cszybm",
"url": "test",
"icon": "fa-arrow-down"
}'
{}