删除自己发布的商品

javascript 复制代码
WXAPI.deleteMyGoods(token, id)
  • token 用户登陆凭证
  • id 商品id
json 复制代码
{
	code: 0,
  msg: 'success'
}