xiaoyu 2 年 前
コミット
0da655aa1d
1 ファイル変更3 行追加3 行削除
  1. 3 3
      admin/control/provider_ctl.php

+ 3 - 3
admin/control/provider_ctl.php

@@ -64,9 +64,9 @@ class provider_ctlControl extends SystemControl
                 $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);