GET api/tourgroup/attribute/{lang}/{attributeid}
获取属性信息
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lang | string |
Required |
|
attributeid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取属性信息
ReturnResultOfTourGroupAttrItemContractName | Description | Type | Additional information |
---|---|---|---|
data | TourGroupAttrItemContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "attrId": "sample string 1", "attrclassname": "sample string 2", "vRemark": "sample string 3", "urlcategory": "sample string 4", "coverpic": "sample string 5" }, "code": 1, "message": "sample string 2" }