This commit is contained in:
邹宗楠
2023-03-14 16:32:21 +08:00
parent 181f2b2197
commit 6ed31df1f7
3 changed files with 8 additions and 7 deletions

View File

@@ -1,11 +1,12 @@
package ascription_place
import (
"fmt"
"testing"
)
func TestAscriptionPlace(t *testing.T) {
//p, err := Find("18744776542")
//fmt.Println(p)
//fmt.Println(err)
p, err := Find("15184316052")
fmt.Println(p)
fmt.Println(err)
}