wzh 5 年 前
コミット
a582936eb7
1 ファイル変更1 行追加1 行削除
  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();