GET api/wx/GetVideoList?pageIndex={pageIndex}&pageSize={pageSize}&category_id={category_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pageIndex

integer

Required

pageSize

integer

Required

category_id

integer

Required

Body Parameters

None.

Response Information

Resource Description

RetObj
NameDescriptionTypeAdditional information
code

integer

None.

message

string

None.

result

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "message": "sample string 2",
  "result": {}
}