|
@@ -1494,10 +1494,10 @@ class Center extends Auth
|
|
|
*/
|
|
|
public function getandroidversion(){
|
|
|
$info= [
|
|
|
- 'version'=>sysconf('android.version'),
|
|
|
+ 'version'=>(int)sysconf('android.version'),
|
|
|
'name'=>sysconf('android.name'),
|
|
|
'title'=>sysconf('android.title'),
|
|
|
- 'isCompel'=>sysconf('android.isCompel'),
|
|
|
+ 'isCompel'=>(int)sysconf('android.isCompel'),
|
|
|
'content'=>sysconf('android.content'),
|
|
|
'download_url'=>sysconf('android.download_url'),
|
|
|
];
|