This commit is contained in:
邹宗楠
2022-06-02 10:13:26 +08:00
parent dad0d7bb19
commit 7de52d4ab3
6 changed files with 85 additions and 80 deletions

View File

@@ -39,3 +39,9 @@ func TestCode22(t *testing.T) {
fmt.Println(1&1 != 0)
fmt.Println(2&2 != 0)
}
func TestGetToken(t *testing.T) {
a := New("5c08a0465cf0f996af254a03b6c2548defef87ad", "tta6a1d01c399f264201")
a.GetTiktokToken()
fmt.Println(a.msgToken)
}