Commit d24bc2ec by 冷斌

踢人

parent 1054b5f0
......@@ -1557,6 +1557,8 @@ class Model_Home extends PhalApi_Model_NotORM {
// 评论
public function commentDynamic($params)
{
var_dump($params);
die;
$model = DI()->notorm->dynamic
->where('id=' . $params['dynamic_id'])
->fetchOne();
......
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