Browse Source

no message

DESKTOP-9JTA2JJ\HP 5 years ago
parent
commit
66321e5c9a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/application/controllers/Home.php

+ 1 - 1
api/application/controllers/Home.php

@@ -679,7 +679,7 @@ class Home extends Base_Controller {
         foreach ($tempstatus as $key => $value) {
             $list[] = ['name'=>$value,'value'=>'4'.$key];
         }
-        if ($this->version == 2) {
+        if ($this->os == 2) {
             exit(json_result('0000',$this->response['0000'],['list'=>$list]));
         }else{
             exit(json_result('0000',$this->response['0000'],$list));