GET manage/Log?PageIndex={PageIndex}&PageSize={PageSize}&Keyword={Keyword}&Orderby={Orderby}

获取操作日志

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PageIndex

页码

integer

None.

PageSize

每页大小

integer

None.

Keyword

搜索的关键字 (可选)

string

None.

Orderby

排序 如:id desc(可选)

string

None.

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.