{
"orgCode": "string",
"roleIds": [
"string"
]
}
curl --location --request POST 'https://eventsys-test-d-browser.gogen.cn/eventSys/org/relationRole' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgCode": "string",
"roleIds": [
"string"
]
}'
{
"status": false,
"code": 0,
"message": "",
"exceMes": "",
"requestId": "",
"timestamp": 0,
"result": {}
}