GET api/Goods/GoodsList?firstid={firstid}&secendid={secendid}&pageindex={pageindex}&pagesize={pagesize}
商品列表
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
firstid |
一级分类ID,必填 |
string |
Required |
secendid |
二级分类ID |
string |
Required |
pageindex |
当前页索引 |
string |
Required |
pagesize |
没有显示条数 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Result_APIName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Data | Object |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Data": {}, "Message": "sample string 3" }
application/xml, text/xml
Sample:
<Result_API xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Web_Model"> <Code>1</Code> <Data /> <Message>sample string 3</Message> </Result_API>