fix bug
This commit is contained in:
@@ -22,7 +22,7 @@ class Article
|
||||
|
||||
Db::name("app_article")->insert([
|
||||
"text"=>$post['content'],
|
||||
"imgs"=>$post['imgs'],
|
||||
"imgs"=>json_encode($post['imgs']),
|
||||
"userid"=>$userid,
|
||||
"createtime"=>time(),
|
||||
"click"=>0
|
||||
|
||||
Reference in New Issue
Block a user