{
"userRole": "student",
"searchStr": "test",
"pageStart": "0",
"pageSize": "50"
}
curl --location --request POST 'https://www.plaso.cn/dataentry/user/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"userRole": "student",
"searchStr": "test",
"pageStart": "0",
"pageSize": "50"
}'
{
"msg": "remote call success",
"code": 0,
"obj": {
"list": [
{
"id": "0_1702469",
"loginName": "njjytesttest1676704823614",
"name": "zk1676704823614",
"createAt": 1676704824000
},
{
"id": "0_1702470",
"loginName": "njjytesttest1676704842785",
"name": "zk1676704842785",
"createAt": 1676704844000
},
{
"id": "0_1702472",
"loginName": "njjytestw0218xe1",
"mobile": "",
"name": "王小二1",
"createAt": 1676707846000
}
],
"total": 3
},
"reqId": "1699514259401_0.5538533427434695",
"reqTime": 1699514259401,
"execTime": 13
}