|
@@ -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 = [];
|
|
|
|