梁航:店铺转让接口

This commit is contained in:
hot777zz
2023-11-18 15:49:18 +08:00
parent 7d26156f15
commit 3ea952742a

View File

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