GET get/getguangao
获取psd单个作品
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of guanggaoModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
编号 |
integer |
None. |
| imgurl |
图片地址 |
string |
None. |
| imgLink |
图片链接 |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"imgurl": "sample string 2",
"imgLink": "sample string 3"
},
{
"id": 1,
"imgurl": "sample string 2",
"imgLink": "sample string 3"
}
]