抖音二维码

This commit is contained in:
邹宗楠
2022-06-08 18:16:57 +08:00
parent 7df9d95734
commit 5a2e8d7cc1
6 changed files with 63 additions and 7 deletions

View File

@@ -94,3 +94,10 @@ func TestSQRefund(t *testing.T) {
fmt.Println(aa)
fmt.Println(err)
}
func TestQrCode(t *testing.T) {
a := New("5c08a0465cf0f996af254a03b6c2548defef87ad ", "tta6a1d01c399f264201")
err := a.GetTiktokQrCode()
fmt.Println(err)
}