Browse Source

provider_ctl

xiaoyu 2 năm trước cách đây
mục cha
commit
e85f3e155c
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      admin/control/provider_ctl.php

+ 2 - 0
admin/control/provider_ctl.php

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