|
@@ -61,8 +61,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');
|
|
|
+// $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);
|