POST api/admin/goods/sku/delete
【管理员】【SKU管理】SKU删除
Request Information
URI Parameters
None.
Body Parameters
ListRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| list |
列表 格式: {list:'1,'} |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"list": "sample string 1"
}
Response Information
Resource Description
【管理员】【SKU管理】SKU删除
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": {}
}