GET api/localtravel/getMatchTitle/{lang}?searchKey={searchKey}&moduleId={moduleId}
搜索匹配主題標題
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
searchKey | string |
Required |
|
lang | string |
Required |
|
moduleId | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
搜索匹配主題標題
ReturnResultOfListOfStringName | Description | Type | Additional information |
---|---|---|---|
data | Collection of string |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ "sample string 1", "sample string 2" ], "code": 1, "message": "sample string 2" }