This commit is contained in:
PC-202306242200\Administrator
2025-03-10 15:15:40 +08:00
parent 5887c00d28
commit ebdea4475d
16 changed files with 163 additions and 602 deletions

View File

@@ -81,3 +81,13 @@ export async function getZhiFuBaoCollect(bodys) {
data: bodys || {},
});
}
export async function deliverGoods(bodys) {
return request('/api/orders/deliverGoods', {
method: 'POST',
headers: {
'Content-Type': 'application/json;charset=UTF-8',
},
data: bodys || {},
});
}