GET api/Servo/NeedToClose/OrderList/Query?pageindex={pageindex}
查询需要关闭的订单清单。
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pageindex |
页的序号 |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
查询需要关闭的订单清单。
CommonOperationResultWithTagOfOrderWatcherInfoItemName | Description | Type | Additional information |
---|---|---|---|
errcode | integer |
None. |
|
errmsg | string |
None. |
|
tag | OrderWatcherInfoItem |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": { "HasMorePage": "sample string 1", "table": null } }
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfOrderWatcherInfoItemgPO4qW53 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer"> <errcode>1</errcode> <errmsg>sample string 2</errmsg> <tag xmlns:d2p1="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Result.Servo"> <d2p1:HasMorePage>sample string 1</d2p1:HasMorePage> <d2p1:table i:nil="true" /> </tag> </CommonOperationResultWithTagOfOrderWatcherInfoItemgPO4qW53>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.