POST get/pnglist

获取免扣图作品

Request Information

URI Parameters

None.

Body Parameters

PngRequestModel
NameDescriptionTypeAdditional information
pageSize

每页多少条(默认10条)[可选]

integer

None.

pageIndex

当前是第几页(默认第1页)[可选]

integer

None.

type

一级类型[可选]

integer

None.

type2

二级类型[可选]

integer

None.

key

搜索词[可选]

string

None.

Request Formats

application/json, text/json

Sample:
{
  "pageSize": 1,
  "pageIndex": 2,
  "type": 3,
  "type2": 4,
  "key": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PngRequestModel'.

Response Information

Resource Description

ApiResultModelOfApiPageModelOfPngModel
NameDescriptionTypeAdditional information
Code

CodeEnum

None.

Msg

string

None.

Result

ApiPageModelOfPngModel

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 0,
  "Msg": "sample string 1",
  "Result": {
    "pageSize": 1,
    "pageIndex": 2,
    "pageCount": 3,
    "totalCount": 4,
    "Data": [
      {
        "id": 1,
        "tag": "sample string 2",
        "tag2": "sample string 3",
        "imgsmall": "https://cdn.wantuju.comsample string 4",
        "name": "sample string 5",
        "res": "sample string 6",
        "size": "sample string 7",
        "type": 8,
        "type2": 9,
        "Views": 10,
        "typeName": "sample string 11",
        "type2Name": "sample string 12",
        "img": "https://cdn.wantuju.com/getimg.aspx?url=sample string 4&t=4",
        "pid": 14,
        "downloads": 15,
        "lastuptime": "2025-10-29 21:31",
        "State": 17
      },
      {
        "id": 1,
        "tag": "sample string 2",
        "tag2": "sample string 3",
        "imgsmall": "https://cdn.wantuju.comsample string 4",
        "name": "sample string 5",
        "res": "sample string 6",
        "size": "sample string 7",
        "type": 8,
        "type2": 9,
        "Views": 10,
        "typeName": "sample string 11",
        "type2Name": "sample string 12",
        "img": "https://cdn.wantuju.com/getimg.aspx?url=sample string 4&t=4",
        "pid": 14,
        "downloads": 15,
        "lastuptime": "2025-10-29 21:31",
        "State": 17
      }
    ]
  }
}