GET api/posters?classid={classid}&page={page}&userid={userid}&pagesize={pagesize}
【沃保海报】 海报列表
请求信息
URI 参数
Name | Description | Type | Additional information |
---|---|---|---|
classid | integer |
Default value is 0 |
|
page | integer |
Default value is 1 |
|
userid | integer |
Default value is 0 |
|
pagesize | integer |
Default value is 20 |
Body 请求体 参数
None.
响应消息
内容 描述
CxccApiResponseBaseOfCxccPageDataOfPosterName | Description | Type | Additional information |
---|---|---|---|
data | CxccPageDataOfPoster |
None. |
|
code | integer |
None. |
|
msg | string |
None. |
响应示例
application/json, text/json
Sample:
{ "data": { "total": 1, "page_total": 2, "page_data": [ { "id": 1, "postername": "sample string 2", "image": "sample string 3", "classid": "sample string 4", "color": "sample string 5", "direction": 6, "imgUrl": "sample string 7" }, { "id": 1, "postername": "sample string 2", "image": "sample string 3", "classid": "sample string 4", "color": "sample string 5", "direction": 6, "imgUrl": "sample string 7" } ], "page_index": 3 }, "code": 1, "msg": "sample string 2" }
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.