diff --git a/platformapi/jdshopapi/store_page_test.go b/platformapi/jdshopapi/store_page_test.go index a1d34d9e..146e89d2 100644 --- a/platformapi/jdshopapi/store_page_test.go +++ b/platformapi/jdshopapi/store_page_test.go @@ -103,7 +103,7 @@ func TestTryGetCookie(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)) fmt.Println(chanIndex) diff --git a/utils/routinepool/routinepool.go b/utils/routinepool/routinepool.go index 8d53c585..6c423d1f 100644 --- a/utils/routinepool/routinepool.go +++ b/utils/routinepool/routinepool.go @@ -13,7 +13,7 @@ import ( ) const ( - chanPoolSize = 30 + chanPoolSize = 100 ) type TaskParam struct {