This commit is contained in:
苏尹岚
2021-04-09 17:35:47 +08:00
parent d47b048a1e
commit 45898a424e
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ func TestTryGetCookie(t *testing.T) {
} }
func TestAAADS(t *testing.T) { func TestAAADS(t *testing.T) {
result := md5.Sum([]byte("2147808258300913830")) result := md5.Sum([]byte("2108529226000532"))
chanIndex := int(int64(binary.LittleEndian.Uint32(result[8:])) % int64(1000)) chanIndex := int(int64(binary.LittleEndian.Uint32(result[8:])) % int64(1000))
fmt.Println(chanIndex) fmt.Println(chanIndex)

View File

@@ -13,7 +13,7 @@ import (
) )
const ( const (
chanPoolSize = 30 chanPoolSize = 100
) )
type TaskParam struct { type TaskParam struct {