This commit is contained in:
邹宗楠
2026-03-31 14:03:22 +08:00
parent 00044322fa
commit 7f72487213
5 changed files with 133 additions and 9 deletions

View File

@@ -10,9 +10,9 @@ import (
func TestBillList(t *testing.T) {
now := time.Now()
from := time.Date(now.Year(), now.Month(), now.Day()-5, 0, 0, 0, 0, time.Local)
to := time.Date(now.Year(), now.Month(), now.Day()-2, 23, 59, 59, 59, time.Local)
to := time.Date(now.Year(), now.Month(), now.Day()-1, 23, 59, 59, 59, time.Local)
param := &Bill{
AppPoiCode: "4418003",
AppPoiCode: "14799080",
StartDate: from.Unix(),
EndDate: to.Unix(),
Offset: 0,