|
@@ -62,9 +62,9 @@ class refill_configControl extends SystemControl
|
|
|
}
|
|
|
}
|
|
|
$intercept = serialize($intercept);
|
|
|
-
|
|
|
+
|
|
|
Log::record("intercept={$intercept}",Log::DEBUG);
|
|
|
- wkcache('refill-intercept',serialize($intercept));
|
|
|
+ wkcache('refill-intercept',$intercept);
|
|
|
showMessage('编辑成功');
|
|
|
}
|
|
|
else
|