| 95 | } |
| 96 | |
| 97 | func sh(s string) string { |
| 98 | data, err := web.RequestDataWith(web.NewDefaultClient(), "https://hs.fbigame.com", reqconf[0], reqconf[1], reqconf[2], nil) |
| 99 | if err == nil { |
| 100 | url := hs + para + "&hash=" + strings.SplitN(strings.SplitN(helper.BytesToString(data), `var hash = "`, 2)[1], `"`, 2)[0] + "&search=" + s |
| 101 | r, err := web.RequestDataWith(web.NewDefaultClient(), url, reqconf[0], reqconf[1], reqconf[2], nil) |
| 102 | if err == nil { |
| 103 | return helper.BytesToString(r) |
| 104 | } |
| 105 | } |
| 106 | return "" |
| 107 | } |
| 108 | |
| 109 | func kz(s string) string { |
| 110 | data, err := web.RequestDataWith(web.NewDefaultClient(), "https://hs.fbigame.com", reqconf[0], reqconf[1], reqconf[2], nil) |