mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-04 01:50:17 +08:00
新增营收报表
This commit is contained in:
@@ -16,4 +16,11 @@ export function selectAdapayMember(data) {
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
// 营收报表
|
||||
export function getMerchantOrderReport(data) {
|
||||
return request({
|
||||
url: '/pile/report/getMerchantOrderReport',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user