GET api/goods/shangjia/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SiteListResult| Name | Description | Type | Additional information |
|---|---|---|---|
| msg | string |
None. |
|
| code | integer |
None. |
|
| data | Object |
None. |
|
| count | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"msg": "sample string 1",
"code": 2,
"data": {},
"count": 4
}