This commit is contained in:
邹宗楠
2023-03-20 16:13:35 +08:00
parent ffd4920ebb
commit 3dc6ffe0d7
4 changed files with 62 additions and 65 deletions

View File

@@ -6,7 +6,7 @@ import (
)
func TestAscriptionPlace(t *testing.T) {
p, err := Find("13146872779")
p, err := Find("17146563473")
fmt.Println(p)
fmt.Println(err)
}