- 积分
- 303
- 金钱
- 267
- 威望
- 0
- 贡献
- 0
- HASS币
- 10
论坛技术达人
花叶凉暖两分半
- 积分
- 303
- 金钱
- 267
- HASS币
- 10
|
发表于 2018-1-29 00:32:36
|
显示全部楼层
同样是get发一个请求,怎么写的都有,小米的工程师们风格好不统一……看起来还有不少功能,剩下的有空再说了
paramString = "http://" + paramString + ":" + "6095" + "/" + "remoteUpgradeRequest" + "?action=startUpgrade";
Object localObject2 = "http://" + str1 + ":6095";
str1 = "capturescreen";
if (com.xiaomi.mitv.phone.remotecontroller.c.a.d(this.b)) {
str1 = "capturescreen" + "&compressRate=100";
}
str1 = r.a((String)localObject2, "/controller", str1);
localObject = "http://" + ((ParcelDeviceData)localObject).c + ":" + this.z + "/" + "request" + "?action=isAlive";
String str = "http://" + this.g + ":" + this.h + "/" + this.i + "?query=checkSessionId&session=" + this.j; |
|