xiaoyu %!s(int64=2) %!d(string=hai) anos
pai
achega
3f0518809f
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      admin/control/provider_ctl.php

+ 2 - 1
admin/control/provider_ctl.php

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