统计买家。买入总金额平均每单的金额
This commit is contained in:
@@ -30,3 +30,19 @@ export function deleteLbBuyerShopping(id) {
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
export function pullLbBuyerShoppingFromThird(data) {
|
||||
return request({
|
||||
url: '/lbBuyerShopping/pull-order-from-third',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export function generateLbBuyerShoppingStat(data) {
|
||||
return request({
|
||||
url: '/lbBuyerShopping/generate-stat',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user