GET api/products/consultlist?productId={productId}&pageIndex={pageIndex}&pageSize={pageSize}
获取产品咨询列表
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| productId |
产品id |
string |
Required |
| pageIndex |
页码 |
integer |
Default value is 1 |
| pageSize |
每页条数 |
integer |
Default value is 10 |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.