export default { //获取商品列表 getGoods: { method: 'GET', url: '/mall/web/goods/list', }, //获取地址数据 getAddress:{ method: 'GET', url:'/web/address/openRegion' }, //获取默认地址 getdefaultAddress: { method: 'GET', url: '/mall/web/defaultDistrict' }, countExtend:{ method:"POST", url:"/mall/web/center/insert/data" }, countPartner:{ method:"POST", url:"/mall/web/center/insert/housing/data" }, updateUniqueId:{ method:"get", url:"/mall/web/center/update/uniqueId" }, }