{
"m0113": "string",
"m0213": "string",
"y0185": "string",
"y0123": "string"
}
curl --location --request POST 'BusinessModelExtendService.getUserListByRoleAndOrg' \
--header 'Content-Type: application/json' \
--data-raw '{
"m0113": "string",
"m0213": "string",
"y0185": "string",
"y0123": "string"
}'
{
"status": "string",
"message": null,
"detailMessage": null,
"data": [
{
"b0111": null,
"b0111_gb": null,
"orgid": null,
"logonname": "string",
"userid": "string"
}
]
}