GET api/package/page/info/{tagName}/{lang}
根据标签获取Page
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
tagName |
标签 |
string |
Required |
lang |
语言 |
string |
Default value is zh-hk |
Body Parameters
None.
Response Information
Resource Description
根据标签获取Page
ReturnResultOfPageContractName | Description | Type | Additional information |
---|---|---|---|
data | PageContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "id": 1, "domain": "sample string 2", "lang": "sample string 3", "parentpage": 4, "tagname": "sample string 5", "title": "sample string 6", "shortcontent": "sample string 7", "content": "sample string 8", "createdate": "2025-01-11T23:02:56.111755+08:00", "metatagkeywords": "sample string 10", "metatagdescription": "sample string 11", "orderno": 12, "visiblepage": true, "showonrss": true, "mobilecontent": "sample string 15" }, "code": 1, "message": "sample string 2" }