timeSliceQueryPush
This commit is contained in:
parent
af64c0eee7
commit
f965bf8b7f
|
|
@ -9,7 +9,7 @@ import (
|
|||
"voucher/internal/biz/bo"
|
||||
)
|
||||
|
||||
func Test_script(t *testing.T) {
|
||||
func Test_timeSliceQueryPush(t *testing.T) {
|
||||
|
||||
startTime, err := time.Parse(time.DateTime, "2025-05-01 00:00:00")
|
||||
if err != nil {
|
||||
|
|
@ -33,7 +33,7 @@ func Test_script(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
func Test_script2(t *testing.T) {
|
||||
func Test_pushWechatQuery(t *testing.T) {
|
||||
|
||||
startTime, err := time.Parse(time.DateTime, "2025-05-31 00:00:00")
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Reference in New Issue