MCPcopy Create free account
hub / github.com/FongMi/CatVodSpider / getToken

Method getToken

app/src/main/java/com/github/catvod/bean/mqitv/User.java:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 }
27
28 public String getToken() {
29 return token == null ? "" : token;
30 }
31
32 public User getToken(String url) {
33 String result = OkHttp.string(String.format(Locale.getDefault(), "%s/HSAndroidLogin.ecgi?ty=json&net_account=%s&mac_address1=%s&_=%d", url, getId(), getMac(), System.currentTimeMillis()));

Callers 2

loadUserMethod · 0.95
proxyMethod · 0.45

Calls 6

stringMethod · 0.95
getIdMethod · 0.95
getMacMethod · 0.95
matcherMethod · 0.80
findMethod · 0.80
formatMethod · 0.45

Tested by

no test coverage detected