This commit is contained in:
邹宗楠
2026-05-13 10:04:33 +08:00
parent e5ed37fd49
commit adeb6575cb
4 changed files with 9 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ import (
"fmt"
"git.rosy.net.cn/baseapi/utils"
"testing"
"time"
)
func TestSignRSA(t *testing.T) {
@@ -124,3 +125,8 @@ func TestTLTLQueryTerm(t *testing.T) {
}
api.TLQueryTerm(param)
}
func Test111(t *testing.T) {
aa := time.Since(time.Now().AddDate(0, 0, -5)) > 7*24*time.Hour
fmt.Println(aa)
}