GET api/Product/GetShopList?companyid={companyid}&skuid={skuid}&px={px}&py={py}&source={source}
“GetShopList”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| companyid | “companyid”的文档。 |
Define this parameter in the request URI. |
| skuid | “skuid”的文档。 |
Define this parameter in the request URI. |
| px | “px”的文档。 |
Define this parameter in the request URI. |
| py | “py”的文档。 |
Define this parameter in the request URI. |
| source | “source”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Items": [
{
"Id": 1,
"Name": "sample string 2",
"Number": 3,
"PostMoney": 4.0,
"Distance": 5.1,
"PointX": "sample string 6",
"PointY": "sample string 7",
"Level": 8,
"IsOnvote": 9,
"ShopId": 10
},
{
"Id": 1,
"Name": "sample string 2",
"Number": 3,
"PostMoney": 4.0,
"Distance": 5.1,
"PointX": "sample string 6",
"PointY": "sample string 7",
"Level": 8,
"IsOnvote": 9,
"ShopId": 10
},
{
"Id": 1,
"Name": "sample string 2",
"Number": 3,
"PostMoney": 4.0,
"Distance": 5.1,
"PointX": "sample string 6",
"PointY": "sample string 7",
"Level": 8,
"IsOnvote": 9,
"ShopId": 10
}
]
}
application/xml, text/xml
Sample:
<ShopListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaiShengShi.Models">
<Items>
<ShopModel>
<Distance>5.1</Distance>
<Id>1</Id>
<IsOnvote>9</IsOnvote>
<Level>8</Level>
<Name>sample string 2</Name>
<Number>3</Number>
<PointX>sample string 6</PointX>
<PointY>sample string 7</PointY>
<PostMoney>4</PostMoney>
<ShopId>10</ShopId>
</ShopModel>
<ShopModel>
<Distance>5.1</Distance>
<Id>1</Id>
<IsOnvote>9</IsOnvote>
<Level>8</Level>
<Name>sample string 2</Name>
<Number>3</Number>
<PointX>sample string 6</PointX>
<PointY>sample string 7</PointY>
<PostMoney>4</PostMoney>
<ShopId>10</ShopId>
</ShopModel>
<ShopModel>
<Distance>5.1</Distance>
<Id>1</Id>
<IsOnvote>9</IsOnvote>
<Level>8</Level>
<Name>sample string 2</Name>
<Number>3</Number>
<PointX>sample string 6</PointX>
<PointY>sample string 7</PointY>
<PostMoney>4</PostMoney>
<ShopId>10</ShopId>
</ShopModel>
</Items>
</ShopListModel>