This commit is contained in:
2024-02-02 13:44:55 +08:00
parent 72472034f9
commit ac634dfaf8
10 changed files with 732 additions and 39 deletions

View File

@@ -13,5 +13,12 @@ export default{
url: `/oil-mall/mallOrderInfo/get/${id}`,
method: 'get',
})
}
},
takeOrder(data) {
return request({
url: `/oil-mall/mallOrderInfo/takeOrder`,
method: 'post',
data
})
},
}