梁航:合并冲突

This commit is contained in:
hot777zz
2023-11-18 16:41:52 +08:00
parent 2ad16186de
commit b2cc582bba

View File

@@ -254,12 +254,12 @@ const apiService = {
})
},
//发布店铺转让
publishTransfer(data){
const url = `/shop/transfer/`
return new Promise((resolve, reject) => {
resolve(service.post(url, data))
})
},
publishTransfer(data){
const url = `/shop/transfer/`
return new Promise((resolve, reject) => {
resolve(service.post(url, data))
})
},
}
export {
apiService,