|
@@ -1,6 +1,5 @@
|
|
|
<?php
|
|
|
include(BASE_CONFIG_PATH . CONFIG_PREFIX . '/refill.ini.php');
|
|
|
-require_once(BASE_CORE_PATH . '/framework/libraries/cache.php');
|
|
|
|
|
|
class provider_ctlControl extends SystemControl
|
|
|
{
|
|
@@ -65,8 +64,8 @@ class provider_ctlControl extends SystemControl
|
|
|
}
|
|
|
|
|
|
// $ins = Cache::getInstance('cacheredis');
|
|
|
-// $channel_ctl_model_body = $ins->get_org('refill_channel_control_model');
|
|
|
- $channel_ctl_model_body = rkcache('refill_channel_control_model');
|
|
|
+ $channel_ctl_model_body = rkcachex('refill_channel_control_model');
|
|
|
+// $channel_ctl_model_body = rkcache('refill_channel_control_model');
|
|
|
$channel_ctl_model = json_decode($channel_ctl_model_body, true);
|
|
|
if(empty($channel_ctl_model)) $channel_ctl_model = [];
|
|
|
|