This commit is contained in:
richboo111
2023-10-27 15:40:30 +08:00
parent a9fc81919f
commit 5f94e94d6d
2 changed files with 8 additions and 2 deletions

View File

@@ -32,3 +32,9 @@ func TestSendMsg(t *testing.T) {
})
fmt.Println(err)
}
func TestNew(t *testing.T) {
a := 1698388286149
b := int(a / 1000)
fmt.Println(b)
}