GET api/order/list/citygroup/{MemberID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
MemberID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ReturnResultOfListOfCityOrderGroupInfoName | Description | Type | Additional information |
---|---|---|---|
data | Collection of CityOrderGroupInfo |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "Lat": 1.0, "Lng": 2.0, "DocNoRecord": 3, "DocnoList": [ "sample string 1", "sample string 2" ] }, { "Lat": 1.0, "Lng": 2.0, "DocNoRecord": 3, "DocnoList": [ "sample string 1", "sample string 2" ] } ], "code": 1, "message": "sample string 2" }