GET api/localTour/theme/keysearch?keyword={keyword}&lang={lang}
关键字搜索
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
keyword | string |
Required |
|
lang | string |
Required |
Body Parameters
None.
Response Information
Resource Description
关键字搜索
ReturnResultOfListOfKeywordSearchContractName | Description | Type | Additional information |
---|---|---|---|
data | Collection of KeywordSearchContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "id": 1, "name": "sample string 2" }, { "id": 1, "name": "sample string 2" } ], "code": 1, "message": "sample string 2" }