查询日志列表
None.
Name | Description | Type | Additional information |
---|---|---|---|
EmployeeId |
员工ID |
integer |
None. |
UserSn |
用户编号 |
integer |
None. |
DateStart |
开始日期 |
date |
None. |
DateEnd |
结束日期 |
date |
None. |
LogType |
操作类型 |
OpeLogType |
None. |
PageIndex |
索引 |
integer |
None. |
PageSize |
分页大小 |
integer |
None. |
Keywords |
关键字 |
string |
None. |
IsSupperAdmin | boolean |
None. |
{ "EmployeeId": 1, "UserSn": 2, "DateStart": "2025-04-04T13:00:48.8605254+08:00", "DateEnd": "2025-04-04T13:00:48.8605254+08:00", "LogType": 1000, "PageIndex": 3, "PageSize": 4, "Keywords": "sample string 5", "IsSupperAdmin": true }
<OperationLogSearchConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.Log"> <DateEnd>2025-04-04T13:00:48.8605254+08:00</DateEnd> <DateStart>2025-04-04T13:00:48.8605254+08:00</DateStart> <EmployeeId>1</EmployeeId> <IsSupperAdmin>true</IsSupperAdmin> <Keywords>sample string 5</Keywords> <LogType>Visit</LogType> <PageIndex>3</PageIndex> <PageSize>4</PageSize> <UserSn>2</UserSn> </OperationLogSearchConditions>
Sample not available.
查询日志列表
MessageModelName | Description | Type | Additional information |
---|---|---|---|
Success | boolean |
None. |
|
Msg | string |
None. |
|
Data | Object |
None. |
|
StatusCode | StatusCode |
None. |
{ "Success": true, "Msg": "sample string 2", "Data": {}, "StatusCode": 100 }
<MessageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model"> <Data /> <Msg>sample string 2</Msg> <StatusCode>CONTINUE</StatusCode> <Success>true</Success> </MessageModel>