POST get/pngtag

获取分类 默认全部分类

Request Information

URI Parameters

None.

Body Parameters

PngTagRequestModel
NameDescriptionTypeAdditional information
pageSize

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

integer

None.

pageIndex

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

integer

None.

pid

级别[可选](默认全部)

integer

None.

id

类型ID级别[可选]

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "pageSize": 1,
  "pageIndex": 2,
  "pid": 3,
  "id": 4
}

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 'PngTagRequestModel'.

Response Information

Resource Description

ApiResultModelOfApiPageModelOfPngTagModel
NameDescriptionTypeAdditional information
Code

CodeEnum

None.

Msg

string

None.

Result

ApiPageModelOfPngTagModel

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'Model.database.PngTagModel'. Path 'Result.Data[0].list'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'Model.database.PngTagModel'. Path 'Result.Data[0].list'.