Commit 52f14d64 authored by hujun's avatar hujun

2500

parent b60eac67
......@@ -148,7 +148,7 @@ class News extends Basic
return $this->response(101, '文章内容为空');
}
if (mb_strlen($this->params['content']) > 501) {
if (mb_strlen($this->params['content']) > 2500) {
return $this->response(101, '内容字数超过限制!');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment