diff --git a/extend/catcher/base/CatchModel.php b/extend/catcher/base/CatchModel.php index 4202d8f..dfa86fb 100644 --- a/extend/catcher/base/CatchModel.php +++ b/extend/catcher/base/CatchModel.php @@ -21,7 +21,7 @@ abstract class CatchModel extends \think\Model protected $autoWriteTimestamp = true; - protected $limit = 10; + public const LIMIT = 10; // 开启 public const ENABLE = 1;