wzh il y a 5 ans
Parent
commit
a582936eb7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      api/application/controllers/Lampcontrol.php

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

@@ -1654,7 +1654,7 @@ class Lampcontrol extends Base_Controller {
     }
 
     // 新控制器获取默认参数值
-    public function modbus_get_data(){
+    public function get_data(){
         $type = $this->input->post('type',true);
         $type = empty($type) ? 1 : $type;
         $update = array();