Browse Source

provider_ctl

xiaoyu 2 years atrás
parent
commit
06e46e6cd8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      admin/control/provider_ctl.php

+ 1 - 1
admin/control/provider_ctl.php

@@ -61,7 +61,7 @@ class provider_ctlControl extends SystemControl
             } else {
                 $speed_limit = unserialize($speed_limit['data']);
             }
-            $channel_ctl_model_body = rkcache('channel_control_model');
+            $channel_ctl_model_body = rkcache('nc_refill_channel_control_model');
             $channel_ctl_model = json_decode(json_decode($channel_ctl_model_body), true);
             if(empty($channel_ctl_model)) $channel_ctl_model = [];