{
"page": {
"page": 0,
"size": 0,
"orders": [
{
"field": "string",
"sort": 0
}
]
},
"tenantCode": "string",
"code": "string",
"userID": 0
}
curl --location --request POST '/api/v1/system/open/access/index' \
--header 'Ithings-Project-Id: {{Ithings-Project-Id}}' \
--header 'Ithings-Token: {{iThings-token}}' \
--header 'app-code: {{appCode}}' \
--header 'device-id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": {
"page": 0,
"size": 0,
"orders": [
{
"field": "string",
"sort": 0
}
]
},
"tenantCode": "string",
"code": "string",
"userID": 0
}'
{
"code": "200",
"msg": "string",
"data": {
"page": 0,
"pageSize": 0,
"total": 0,
"list": [
{
"id": 0,
"tenantCode": "string",
"code": "string",
"userID": "string",
"accessSecret": "string",
"ipRange": [
"string"
],
"desc": "string",
"user": {
"userID": "string",
"userName": "string",
"email": "string",
"phone": "string",
"lastIP": "string",
"regIP": "string",
"nickName": "string",
"headImg": "string",
"tags": {},
"createdTime": "string"
}
}
]
}
}