GET api/sys/gallery/getinfo/{tag}/{lang}
获取图片主题
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
tag |
调用标签 |
string |
Required |
lang |
语言(zh-HK,en-US) |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取图片主题
ReturnResultOfGalleryContractName | Description | Type | Additional information |
---|---|---|---|
data | GalleryContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "scrollmode": 1, "scrollinterval": 1, "scrolldirection": 1, "title": "sample string 1", "descript": "sample string 2", "images": [ { "ImgPath": "sample string 1", "ImgLink": "sample string 2", "Title": "sample string 3", "Descript": "sample string 4" }, { "ImgPath": "sample string 1", "ImgLink": "sample string 2", "Title": "sample string 3", "Descript": "sample string 4" } ] }, "code": 1, "message": "sample string 2" }