添加消息推送

This commit is contained in:
邹宗楠
2023-03-18 11:05:47 +08:00
parent bf5efa6faa
commit ffd4920ebb
8 changed files with 452 additions and 5 deletions

View File

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