文章评论

## 文章评论 ``` 请求地址: 模板站/api/action/ ``` ### 请求参数 | 参数 | 说明 | 类型 | 备注 | 是否必填 | | ------- | -------- | ------ | ------------------| -------- | | _handle | 处理类 | string | 固定值:NewsPage| 是 | | _method | 处理方法 | string | 固定值:Comment| 是 | | news_id | | int | 文章id | 是 | | xy_website_id | | string | 站点id | 是 | | content | | string | 评论内容 | 是 | ### 请求响应 ``` json { "code": 1, "msg": "", "data":[] } ```