新年开关

This commit is contained in:
PC-202306242200\Administrator
2026-02-14 11:19:07 +08:00
parent 0be8e91b13
commit 6381db650f
20 changed files with 176 additions and 41 deletions

View File

@@ -91,3 +91,15 @@ export async function deliverGoods(bodys) {
data: bodys || {},
});
}
export async function orderExportTeam(bodys) {
return request('/api/orders/teamExport', {
method: 'POST',
headers: {
'Content-Type': 'application/json;charset=UTF-8',
},
data: bodys || {},
responseType: 'blob'
});
}