mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-08-07 22:09:46 +08:00
modified 变更规则缓存的清理时机
This commit is contained in:
parent
16ce190746
commit
31649100a2
@ -61,6 +61,8 @@ class FieldsManageController extends BaseController {
|
||||
if ($res === false) {
|
||||
$this->ajaxError('操作失败');
|
||||
} else {
|
||||
S('ApiRequest_' . $data['hash'], null);
|
||||
S('ApiResponse_' . $data['hash'], null);
|
||||
$this->ajaxSuccess('添加成功');
|
||||
}
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user