refactor: 修改评论删除接口
This commit is contained in:
@@ -27,5 +27,6 @@ class ArticleLeaveMessageBaseModel extends Model
|
|||||||
'user_agent' => 'string',
|
'user_agent' => 'string',
|
||||||
'is_audited' => 'int',
|
'is_audited' => 'int',
|
||||||
'created_at' => 'datetime',
|
'created_at' => 'datetime',
|
||||||
|
'deleted_at' => 'datetime'
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user