GET api/localTour/attr/info/{attId}/{lang}
獲取屬性信息
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
attId |
指定屬性ID(多個","分隔) |
string |
Required |
lang |
語言 |
string |
Default value is en-us |
Body Parameters
None.
Response Information
Resource Description
獲取屬性信息
ReturnResultOfListOfAttributeContractName | Description | Type | Additional information |
---|---|---|---|
data | Collection of AttributeContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "attid": 1, "name": "sample string 2", "content": "sample string 3", "parentid": 4 }, { "attid": 1, "name": "sample string 2", "content": "sample string 3", "parentid": 4 } ], "code": 1, "message": "sample string 2" }