This commit is contained in:
苏尹岚
2021-04-12 15:25:33 +08:00
parent 45898a424e
commit a3cebf2949
4 changed files with 6 additions and 5 deletions

View File

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