留言管理-隐藏/显示

接口地址:/console/commentcandisplay

请求方式 post

参数:

  • id 评论id

  • status 是否展现 0-隐藏, 1-展现

返回格式:

{
    "code": 1,
    "data": {
    },
    "msg": "success"
}

Last updated

Was this helpful?