xiaoyu 2 anni fa
parent
commit
eace12940c
1 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. 4 2
      admin/control/provider_ctl.php

+ 4 - 2
admin/control/provider_ctl.php

@@ -61,8 +61,10 @@ class provider_ctlControl extends SystemControl
             } else {
                 $speed_limit = unserialize($speed_limit['data']);
             }
-            $ins = Cache::getInstance('cacheredis');
-            $channel_ctl_model_body = $ins->get_org('refill_channel_control_model');
+//            $ins = Cache::getInstance('cacheredis');
+//            $channel_ctl_model_body = $ins->get_org('refill_channel_control_model');
+
+            $channel_ctl_model_body = rkcache('refill_channel_control_model');
             $str = json_decode($channel_ctl_model_body);
             Log::record("channel_control_model:{$str}");
             $channel_ctl_model = json_decode($str, true);