{
"currentPage": 1,
"pageSize": 1,
"sortQuery": {
"column": "string",
"sortType": "string"
},
"supplierId": 0
}
curl --location --request POST 'http://api.dev.spotterio.com/spotter-supplier-web/supplier/user/page' \
--header 'x-tag-header: fee_oa' \
--header 'x-app: gmesh' \
--header 'x-group-header: local' \
--header 'Authentication-Token: 1777952904371318786_60fa3124b6c34deeb9d76315bfbf2499' \
--header 'Content-Type: application/json' \
--data-raw '{
"currentPage": 1,
"pageSize": 1,
"sortQuery": {
"column": "string",
"sortType": "string"
},
"supplierId": 0
}'
{
"code": 200,
"data": {
"currentPage": 1,
"pageSize": 20,
"totalNum": 50,
"isMore": true,
"totalPage": 20,
"startIndex": 1,
"data": [
{
"id": "string",
"name": "string",
"phone": "string",
"email": "string",
"roleDTOList": [
{
"code": "string",
"name": "string",
"description": "string"
}
],
"status": 0,
"org": {
"id": 0,
"name": "string",
"code": "string",
"businessLineLeader": "string"
},
"lastLoginTimeMs": 0,
"activeTimeMs": 0
}
]
},
"tracerId": "cfff6f8391cf467f9d262e4ec48c15c7",
"msg": {
"defaultValue": "你的名字是:{name}",
"params": {
"name": "key"
},
"i18nKey": "spotter.i18n.com.spotter.i18n.web.impl.business.failure.cause.system.busy.2"
}
}