POST api/client/goods/get
【客户端】【商品管理】商品详情
Request Information
URI Parameters
None.
Body Parameters
IdRequst| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
ID |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "sample string 1"
}
Response Information
Resource Description
【客户端】【商品管理】商品详情
MyResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"data": {}
}