Authorization: Bearer ********************{
"page": 1,
"size": 10,
"orderBy": "id asc, create_time desc",
"userUniqueCode": "string",
"orgCode": "string",
"beginDateTime": "2019-08-24T14:15:22.123Z"
}curl --location --request POST 'https://main-data-api.pengbocloud.com/user/org/page' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 10,
"orderBy": "id asc, create_time desc",
"userUniqueCode": "string",
"orgCode": "string",
"beginDateTime": "2019-08-24T14:15:22.123Z"
}'{
"code": 200,
"data": [
{
"id": 0,
"code": "string",
"userUniqueCode": "string",
"orgCode": "string",
"position": "string",
"sort": 0,
"isEnabled": 0,
"isDeleted": 0,
"modifyBy": 0,
"modifyTime": "2019-08-24T14:15:22.123Z",
"createBy": 0,
"createTime": "2019-08-24T14:15:22.123Z"
}
],
"msg": "success"
}