新年开关
This commit is contained in:
@@ -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'
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user