curl --location 'shop/deleteShopGoods' \ --form 'goods_id="1"' \ --form 'shop_id="1"'
{ "code": 1, "show": 0, "msg": "商品上架成功", "data": [] }