浏览代码

provider_ctl

xiaoyu 2 年之前
父节点
当前提交
5fcacd8c83
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      admin/control/provider_ctl.php

+ 3 - 3
admin/control/provider_ctl.php

@@ -63,10 +63,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');
 
-            $channel_ctl_model_body = rkcache('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);