None.
Name | Description | Type | Additional information |
---|---|---|---|
keyword |
关键字 |
string |
None. |
pageSize |
每页数量 |
integer |
None. |
pageIndex |
页数 |
integer |
None. |
{ "keyword": "sample string 1", "pageSize": 2, "pageIndex": 3 }
<BaseCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.Common"> <keyword>sample string 1</keyword> <pageIndex>3</pageIndex> <pageSize>2</pageSize> </BaseCondition>
Sample not available.
Name | 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>