-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcontrol_1.json
41 lines (41 loc) · 930 Bytes
/
control_1.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"appControl":{
"version":"1.0",
"installApps":[
{"appName":"Install_1",
"packageName":"com.example.install.one",
"installType":"1",
"version":"1.0",
"appUrl":"http://yangtong.me/appFile/Install_1.apk"
},
{"appName":"Install_2",
"packageName":"com.example.install.two",
"installType":"1",
"version":"1.0",
"appUrl":"http://yangtong.me/appFile/Install_2.apk"
},
{"appName":"Update_2.0",
"packageName":"com.example.update",
"installType":"1",
"version":"2.0",
"appUrl":"http://yangtong.me/appFile/Update_2.0.apk"
},
{"appName":"Install_3",
"packageName":"com.example.install.three",
"installType":"1",
"version":"1.0",
"appUrl":"http://yangtong.me/appFile/Install_3.apk"
}
],
"uninsApps":[
{"appName":"Unins_1",
"packageName":"com.example.uninstall.one",
"uninsType":"1"
},
{"appName":"Unins_2",
"packageName":"com.example.uninstall.two",
"uninsType":"1"
}
]
}
}