POST api/admin/goods/status
【管理员】【商品管理】 设置商品是否上下架
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": {}
}