清美部门用户页面框架。
This commit is contained in:
@@ -71,3 +71,15 @@ export function exportLbDailyUserTradeReportByDateAndTenant(reportDate, tenantId
|
||||
responseType: 'blob'
|
||||
})
|
||||
}
|
||||
|
||||
export function listYestodayBuyPositiveAndDailySellZero(startDate, endDate, tenantId) {
|
||||
return request({
|
||||
url: '/lbDailyUserTradeReport/list/yestoday-buy-positive-and-daily-sell-zero',
|
||||
method: 'get',
|
||||
params: {
|
||||
startDate,
|
||||
endDate,
|
||||
tenantId
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user