加载中…

删除自己发布的商品

```javascript WXAPI.deleteMyGoods(token, id) ``` + token 用户登陆凭证 + id 商品id ```json { code: 0, msg: 'success' } ```