```
URL地址:/client/goods/offshelves.html
```
>[success] 請求參數說明:
| 字段名 | 變量名 | 必填 | 類型 | 示例值 | 描述 |
| --- | --- | --- | --- | --- | --- |
| 客戶端TOKEN | token | 是 | String | zfxPEwaY8XMid5n4DEppp4hEwhP4Kswf | [如何獲取客戶端token?](http://www.hmoore.net/kakayun001/instructions/1317616) |
| 商品ID | goodsid | 是 | String | 4251 | 需要上架的商品ID |
>[warning] 例子:下架商品
```
http://www.xxx.com/client/goods/offshelves.html?token=zfxPEwaY8XMid5n4DEppp4hEwhP4Ks22f&goodsid=1215
```
>[success] 返回參數說明
```
{"code":1,"msg":"下架成功"}
```
| 字段名 | 描述 |
| --- | --- |
| code | 1 表示成功 其他失敗 |
| msg | 提示信息 |