wzh 5 years ago
parent
commit
a582936eb7
1 changed files with 1 additions and 1 deletions
  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();