Browse Source

provider_ctl

xiaoyu 2 years ago
parent
commit
3f0518809f
1 changed files with 2 additions and 1 deletions
  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);