|
@@ -67,6 +67,8 @@ class provider_ctlControl extends SystemControl
|
|
|
$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);
|
|
|
+ Log::record("refill_channel_control_model : {$channel_ctl_model}");
|
|
|
+ $channel_ctl_model = json_decode($channel_ctl_model_body, true);
|
|
|
if(empty($channel_ctl_model)) $channel_ctl_model = [];
|
|
|
|
|
|
$initialiser = function ($provider) {
|