文档
测试

我的发布

POST
http://yun-pay.hs499.com/app/localLife/myRelease/list

请求头

参数名
类型
描述
必填
sign
String
验证签名,防止参数篡改,测试可以不填
必填

请求参数

参数名
类型
描述
必填
user_id
String
用户ID
必填
release_type
int
发布类型 0:全部 1:求职招聘 2:二手买卖 3:出租/出售/出兑
必填
page
int
页数,默认1
必填
limit
int
条数,默认5
必填

响应参数

参数名
类型
描述
必填
code
number
示例:0 成功 -1 失败
必填
errors
object
数据字典
必填
msg
string
示例:操作成功
必填
result
object
数据字典
必填
release_list
list
发布列表
必填
id
string
发布ID
必填
photos
string
封面
必填
title
string
标题
必填
type_name
string
类别
必填
location
string
位置
必填
price
string
价格
必填
price_unit
String
价格单位 (发布类型为房源:出租/出售/出兑 时 才有值)
必填
status
int
状态 0:待支付 1:待审核 2:审核通过(展示中) 3:已驳回 4:已下架
必填
create_time
string
发布时间
必填
area
string
面积
必填
area_unit
String
面积单位
必填
reject_reason
string
拒绝原因
必填
share_num
int
分享次数
必填
views_num
int
浏览次数
必填
release_type
int
发布类型 1:求职招聘 2:二手买卖 3:出租/出售/出兑
必填
kf_url
客服地址
必填

说明 / 示例

{ "code": 1, "errors": {}, "msg": "操作成功", "result": { "release_list": [ { "area": "", "type_name": "技术", "create_time": "2021-06-07 12:11:04", "release_type": 1, "reject_reason": "", "title": "黑客工程师", "photos": "", "price": "20000-35000元", "location": "", "id": "1ec53de15b0240ac9ac1f7cd4437bce3", "views_num": 0, "status": 1, "share_num": 0 }, { "area": "", "type_name": "", "create_time": "2021-06-05 20:54:16", "release_type": 2, "reject_reason": "", "title": "钻石黄金", "photos": "/test.png", "price": "50000元", "location": "长沙市雨花区德思勤", "id": "2deb974d7f3e48c2b01dedb6246d1431", "views_num": 2, "status": 2, "share_num": 0 }, { "area": "120㎡", "type_name": "", "create_time": "2021-06-05 18:10:09", "release_type": 3, "reject_reason": "", "title": "新房出租,全新装修", "photos": "/test.png", "price": "5000元/月", "location": "长沙市雨花区德思勤狗屎小区", "id": "d4d910a182114504ad9b930b8181cafc", "views_num": 2, "status": 2, "share_num": 0 }, { "area": "", "type_name": "技术", "create_time": "2021-06-04 20:23:18", "release_type": 1, "reject_reason": "", "title": "java工程师", "photos": "", "price": "10000-15000元", "location": "", "id": "bec3189566d7439cb3eb183711d6cf0b", "views_num": 2, "status": 2, "share_num": 0 } ], "kf_url": "https://cschat-ccs.aliyun.com/index.htm?tntInstId=_223rBuK&scene=SCE00008202" } }