GET Api/External/GetSaleRoutes/{SiteId}
查询站点售卖总航线表
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SiteId |
站点ID |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
查询站点售卖总航线表
Collection of System.TupleOfSystem.StringAndSystem.String| Name | Description | Type | Additional information |
|---|---|---|---|
| Item1 | string |
None. |
|
| Item2 | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"m_Item1": "sample string 1",
"m_Item2": "sample string 2"
},
{
"m_Item1": "sample string 1",
"m_Item2": "sample string 2"
}
]