资源共享


个人中心 想要/发布列表

[TOC]

简要描述
  • 个人中心 想要/发布列表
请求URL
  • /resources/resourcesShareApi/userShare
请求方式
  • POST
参数
参数名 必选 类型 说明
release string 发布类型 1 我想要的 2我发布的
type string 一级分类
current string 分页页数
size string 分页条数
Authorization  是  Integer   登录token 放在请求头中 
返回示例
{
    "code": 200,
    "data": {
        "totalCount": 1,
        "pageSize": 10,
        "totalPage": 1,
        "currPage": 1,
        "list": [
            {
                "id": 1,
                "userId": 37,
                "resourcesType": "2-1-2",
                "typeName": "轻钢厂房",
                "transactionStatus": 1,
                "transactionName": "求租",
                "name": null,
                "phone": null,
                "address": null,
                "createTime": "2022-08-05 10-35-33",
                "amount": 99.90,
                "brief": "详细描述",
                "resourcesName": "永劫无间",
                "main": null,
                "images": null,
                "plantArea": "2-1-2",
                "resCondition": null,
                "carPurpose": null,
                "serviceType": null,
                "businessArea": null,
                "resRelease": null,
                "mapList": [
                    {
                        "valueName": "轻钢厂房",
                        "keyName": "厂房分类"
                    }
                ],
                "imgList": null,
                "sort": null
            }
        ]
    },
    "message": "success"
}
返回参数说明
参数名 类型 说明
id int 资源id
typeName int 主分类
mapList int 副分类
keyName int 副分类名称
valueName int 副分类类型
createTime int 发布时间
brief int 详情
resourcesName int 资源名称
transactionName int 交易状态名称
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML