You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
631 B
30 lines
631 B
|
|
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"
|
|
},
|
|
}
|