梁航:店铺转让接口
This commit is contained in:
@@ -239,6 +239,13 @@ const apiService = {
|
|||||||
resolve(service.post(url))
|
resolve(service.post(url))
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
//发布店铺转让
|
||||||
|
publishTransfer(data){
|
||||||
|
const url = `/shop/transfer/`
|
||||||
|
return new Promise((resolve, reject) => {
|
||||||
|
resolve(service.post(url, data))
|
||||||
|
})
|
||||||
|
},
|
||||||
}
|
}
|
||||||
export {
|
export {
|
||||||
apiService,
|
apiService,
|
||||||
|
|||||||
Reference in New Issue
Block a user