This commit is contained in:
‘937886381’
2024-08-13 08:36:23 +08:00
parent 0029af4ffa
commit d6acfa4fd7
5 changed files with 265 additions and 129 deletions

View File

@@ -165,3 +165,11 @@ export function orderVoid(data) {
data
})
}
export function orderSplit(data) {
return request({
url: '/base/order/split',
method: 'post',
data
})
}