GET api/tourgroup/areaResource/{tourId}/{lang}
旅行團一覽表
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
tourId | string |
Required |
|
lang | string |
Required |
Body Parameters
None.
Response Information
Resource Description
旅行團一覽表
ReturnResultOfTourAreaResourceContractName | Description | Type | Additional information |
---|---|---|---|
data | TourAreaResourceContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "classifyResources": [ { "title": "sample string 1", "resources": [ { "title": "sample string 1", "resType": 2, "filePath": "sample string 3", "fileExt": "sample string 4", "midleFilePath": "sample string 5", "bigFilePath": "sample string 6" }, { "title": "sample string 1", "resType": 2, "filePath": "sample string 3", "fileExt": "sample string 4", "midleFilePath": "sample string 5", "bigFilePath": "sample string 6" } ] }, { "title": "sample string 1", "resources": [ { "title": "sample string 1", "resType": 2, "filePath": "sample string 3", "fileExt": "sample string 4", "midleFilePath": "sample string 5", "bigFilePath": "sample string 6" }, { "title": "sample string 1", "resType": 2, "filePath": "sample string 3", "fileExt": "sample string 4", "midleFilePath": "sample string 5", "bigFilePath": "sample string 6" } ] } ] }, "code": 1, "message": "sample string 2" }