getItems.md 991 Bytes

获取筛选条件列表接口

接口名: /guang/comment/getItems

方法

GET

入参

请求示例:"http://172.16.6.157:8080/yohobuy-platform-web/guang/comment/getItems"

对应SQL的操作库表

错误编码


错误码code 消息 说明
200 操作成功

返回

json

{
    "code": 200,
    "data": [
        {
            "id": "1",
            "text": "回复内容"
        },
        {
            "id": "2",
            "text": "用户名"
        },
        {
            "id": "3",
            "text": "用户ID"
        },
        {
            "id": "4",
            "text": "文章标题"
        },
        {
            "id": "5",
            "text": "编辑名"
        }
    ],
    "message": "操作成功"
}