mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
modified 修复类型BUG
This commit is contained in:
parent
7141eac9bb
commit
da7e7bfcb9
@ -142,7 +142,7 @@ class FieldsManageController extends BaseController {
|
|||||||
}
|
}
|
||||||
D('ApiFields')->addAll($addData);
|
D('ApiFields')->addAll($addData);
|
||||||
}
|
}
|
||||||
if ($type) {
|
if ($type == 0) {
|
||||||
S('ApiRequest_' . $hash, 0);
|
S('ApiRequest_' . $hash, 0);
|
||||||
} else {
|
} else {
|
||||||
S('ApiResponse_' . $hash, 0);
|
S('ApiResponse_' . $hash, 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user