GET api/localtravel/feed/{lang}
当地享乐Feed
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lang | string |
Required |
Body Parameters
None.
Response Information
Resource Description
当地享乐Feed
ReturnResultOfListOfLocalTravelFeedContractName | Description | Type | Additional information |
---|---|---|---|
data | Collection of LocalTravelFeedContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "ProductId": "sample string 1", "ProductName": "sample string 2", "CoverPic": "sample string 3", "Descript": "sample string 4", "Price": 5.0, "ClassName": "sample string 6", "GoogleCategory": { "text": "sample string 1", "value": "sample string 2" }, "City": "sample string 7", "UrlCategory": "sample string 8" }, { "ProductId": "sample string 1", "ProductName": "sample string 2", "CoverPic": "sample string 3", "Descript": "sample string 4", "Price": 5.0, "ClassName": "sample string 6", "GoogleCategory": { "text": "sample string 1", "value": "sample string 2" }, "City": "sample string 7", "UrlCategory": "sample string 8" } ], "code": 1, "message": "sample string 2" }