Skip to content

功能概述

信息置顶设置

接口访问

接口地址

user/message/top

请求方式 Method

POST

Header - Authorization Type : Bearer Token

属性类型长度必填默认值说明访问版本
tokenstring32true用户身份标识令牌-

请求参数

属性类型长度必填默认值说明
landIDint11true1土地编号
projectIDint11true1项目编号
isTopint1true1是否置顶 0-否 1-是
typeint1true1业务类型 1. 收藏 2. 发布 3.参与 4.首页

返回示例

{
    "response": {
        "Code": "200",
        "Message": "Success"
    },
    "requestId": "97223860-17fd-4741-84c5-ed157de85cf3"
}