xiaoyu 2 سال پیش
والد
کامیت
92469df9ac
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      admin/control/refill_refund.php

+ 2 - 0
admin/control/refill_refund.php

@@ -10,6 +10,8 @@ class refill_refundControl extends SystemControl
 
     public function indexOp()
     {
+        $channel_ctl_model = rkcache('refill_channel_control_model');
+        json_encode("nc_refill_channel_control_model: {$channel_ctl_model}");
         $mod = Model('refill_refund');
         $condition = [];
         if(!empty($_GET['provider_id'])) {