[TOC]
简要描述
请求URL
/resources/resourcesShareApi/shareView
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
id |
是 |
string |
资源id |
Authorization |
是 |
Integer |
登录token 放在请求头中 |
返回示例
{
"code": 200,
"data": {
"id": 1,
"userId": 37,
"resourcesType": "2",
"prentType":"1",
"typeName": null,
"transactionStatus": 1,
"transactionName": null,
"name": "网易",
"phone": "1234546",
"address": "Steam",
"createTime": "2022-08-05 10-35-33",
"amount": 99.90,
"brief": "详细描述",
"resourcesName": "永劫无间",
"main": "https://img0.baidu.com/it/u=953196725,1718970850&fm=253&fmt=auto&app=120&f=JPEG?w=198&h=198",
"images": "https://img2.baidu.com/it/u=417949208,2762829721&fm=253&fmt=auto&app=120&f=JPEG?w=179&h=189;https://img2.baidu.com/it/u=1634464488,2400014387&fm=253&fmt=auto&app=120&f=JPEG?w=200&h=200",
"plantArea": "2-1-2",
"resCondition": null,
"carPurpose": null,
"serviceType": null,
"businessArea": null,
"resRelease": 1,
"mapList": null,
"imgList": [
"https://img0.baidu.com/it/u=953196725,1718970850&fm=253&fmt=auto&app=120&f=JPEG?w=198&h=198",
"https://img2.baidu.com/it/u=417949208,2762829721&fm=253&fmt=auto&app=120&f=JPEG?w=179&h=189",
"https://img2.baidu.com/it/u=1634464488,2400014387&fm=253&fmt=auto&app=120&f=JPEG?w=200&h=200"
]
},
"message": "success"
}
返回参数说明
参数名 |
类型 |
说明 |
id |
int |
资源id |
userId |
int |
用户id |
resourcesName |
string |
资源名称 |
resourcesType |
string |
主分类 |
prentType |
string |
父级分类分类 |
sort |
int |
副分类 |
transactionStatus |
string |
交易状态 |
name |
string |
联系人 |
phone |
string |
联系方式 |
address |
string |
地址 |
amount |
string |
价格 |
brief |
string |
详细描述 |
imgList |
list |
图片素材 |
resRelease |
string |
发布类型 1 我想要的 2我发布的 |
备注