GET api/localtravel/getClassifyTheme/{lang}?classId={classId}&cityId={cityId}&countryId={countryId}&pageNumber={pageNumber}&pageSize={pageSize}&sources={sources}&moduleId={moduleId}
根据(分类/城市/国家)获取主题
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
classId |
分类ID |
string |
Required |
lang |
語言 |
string |
Required |
cityId |
城市ID |
string |
Default value is |
countryId |
国家ID |
string |
Default value is |
pageNumber |
页码 |
integer |
Default value is 1 |
pageSize |
页寸 |
integer |
Default value is 8 |
sources | string |
Default value is |
|
moduleId | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
根据(分类/城市/国家)获取主题
ReturnResultOfPageListOfLocalTravelThemeRSContractName | Description | Type | Additional information |
---|---|---|---|
data | PageListOfLocalTravelThemeRSContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "total_count": 1, "page": 2, "page_size": 3, "data_list": [ { "startBookingDate": "2024-12-23T20:12:34.1929349+08:00", "IsLimitDate": true, "cityid": "sample string 2", "city": "sample string 3", "countryid": "sample string 4", "country": "sample string 5", "id": "sample string 6", "title": "sample string 7", "filePath": "sample string 8", "resType": 0, "sellPrice": 9.0, "currencyCode": "sample string 10", "source": 11, "urlcategory": "sample string 12" }, { "startBookingDate": "2024-12-23T20:12:34.1929349+08:00", "IsLimitDate": true, "cityid": "sample string 2", "city": "sample string 3", "countryid": "sample string 4", "country": "sample string 5", "id": "sample string 6", "title": "sample string 7", "filePath": "sample string 8", "resType": 0, "sellPrice": 9.0, "currencyCode": "sample string 10", "source": 11, "urlcategory": "sample string 12" } ], "page_count": 1 }, "code": 1, "message": "sample string 2" }