This commit is contained in:
Leo
2025-11-15 17:56:03 +08:00
parent 57d6095555
commit d25f41d147
2 changed files with 50 additions and 1 deletions

View File

@@ -183,4 +183,12 @@ export function searchOrders(query) {
method: 'get',
params: query
})
}
// 批量标记后返到账(赔付金额>0的订单
export function batchMarkRebateReceived() {
return request({
url: '/system/jdorder/tools/batch-mark-rebate-received',
method: 'post'
})
}