GET api/products/consultlist?productId={productId}&pageIndex={pageIndex}&pageSize={pageSize}

获取产品咨询列表

Request Information

URI Parameters

NameDescriptionTypeAdditional information
productId

产品id

string

Required

pageIndex

页码

integer

Default value is 1

pageSize

每页条数

integer

Default value is 10

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.