1
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user