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