{
"beginDateTime": "2019-08-24T14:15:22.123Z"
}curl --location --request POST 'https://main-data-api.pengbocloud.com/org/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"beginDateTime": "2019-08-24T14:15:22.123Z"
}'{
"code": 200,
"data": [
{
"code": "string",
"name": "string",
"fullName": "string",
"type": 0,
"orgType": 0,
"parentCode": "string",
"codePath": "string",
"namePath": "string",
"modifyTime": "2019-08-24T14:15:22.123Z",
"createTime": "2019-08-24T14:15:22.123Z",
"isEnabled": 0,
"isDeleted": 0,
"sort": 0
}
],
"msg": "success"
}