GET omsapi/Search/Users?u={u}&t={t}&d={d}
获取查询会员列表
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| u |
用户ID |
integer |
Required |
| t |
[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密 |
string |
Required |
| d |
d=[PageNumber=[,int?,1],PageSize=[,int?,20],Queries=[单位查询字段集合,Field],UserQueries=[用户查询字段集合,Field]] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取查询会员列表
DataResultListOfStaffQuery| Name | Description | Type | Additional information |
|---|---|---|---|
| DataList | Collection of StaffQuery |
None. |
|
| PageNum | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageCount | integer |
None. |
|
| PreviousIndex | integer |
None. |
|
| NextIndex | integer |
None. |
|
| RecordCount | integer |
None. |
|
| Error | boolean |
None. |
|
| ErrorInfo | Collection of string |
None. |
|
| ExInfo | Exception |
None. |
Response Formats
application/json, text/json
Sample:
{
"_pageSize": 2,
"_recordCount": 3,
"_pageNum": 1,
"_error": true,
"_errorInfo": [
"sample string 1",
"sample string 2"
],
"_exInfo": {
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
},
"_dataList": [
{
"ID": 1,
"Name": "sample string 2",
"IdCardNum": "sample string 3",
"AppFirstLoginTime": "2025-12-16T23:26:29.4096922+08:00",
"CompanyID": 5,
"Mobilephone": "sample string 6",
"Email": "sample string 7",
"Birthday": "2025-12-16T23:26:29.4096922+08:00",
"Sex": 0,
"Address": "sample string 8",
"Status": 0,
"LastLoginTime": "2025-12-16T23:26:29.4096922+08:00",
"LoginTimes": 9,
"CreateTime": "2025-12-16T23:26:29.4096922+08:00",
"UpdateTime": "2025-12-16T23:26:29.4096922+08:00",
"Remark": "sample string 10",
"VID": 11
},
{
"ID": 1,
"Name": "sample string 2",
"IdCardNum": "sample string 3",
"AppFirstLoginTime": "2025-12-16T23:26:29.4096922+08:00",
"CompanyID": 5,
"Mobilephone": "sample string 6",
"Email": "sample string 7",
"Birthday": "2025-12-16T23:26:29.4096922+08:00",
"Sex": 0,
"Address": "sample string 8",
"Status": 0,
"LastLoginTime": "2025-12-16T23:26:29.4096922+08:00",
"LoginTimes": 9,
"CreateTime": "2025-12-16T23:26:29.4096922+08:00",
"UpdateTime": "2025-12-16T23:26:29.4096922+08:00",
"Remark": "sample string 10",
"VID": 11
}
]
}