文档
测试

二手买卖-列表

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

请求头

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

请求参数

参数名
类型
描述
必填
user_id
String
用户ID
必填
goods_type_id
String
物品类别ID
必填
goods_name
String
物品名称
必填
page
int
页数,默认1
必填
limit
int
条数,默认10
必填

响应参数

参数名
类型
描述
必填
code
number
示例:0 成功 -1 失败
必填
errors
object
数据字典
必填
msg
string
示例:操作成功
必填
result
object
数据字典
必填
goods_list
list
二手买卖物品列表
必填
id
string
物品ID
必填
show_photo
string
物品封面图
必填
goods_name
string
物品名称
必填
location
string
所在位置
必填
sale_price
string
出售价格
必填
create_time
string
发布时间
必填
contact_phone
string
联系人电话
必填
type_list
list
物品类别列表
必填
id
string
物品类别ID
必填
type_name
string
物品类别名称
必填

说明 / 示例

{ "code": 1, "errors": {}, "msg": "操作成功", "result": { "type_list": [ { "type_name": "手机", "img_path": "", "type_kind": 3, "id": "694237bc13624b1d92725ce40762291f", "sort": 1, "is_show": 1, "oem_id": "5988" } ], "goods_list": [ { "goods_name": "钻石黄金", "contact_name": "刘德华", "contact_phone": "13122900322", "create_time": "2021-06-05 20:54:16", "detail_explain": "八成新爱要不要", "reject_reason": "", "share_hb_amount": 0, "sale_price": "50000元", "pay_time": "", "goods_photos": "/test.png", "goods_type_name": "珠宝", "share_hb_num": 0, "update_time": "", "user_id": "00cf2bd018c143f9855878049796226f", "location": "长沙市雨花区德思勤", "id": "2deb974d7f3e48c2b01dedb6246d1431", "goods_type_id": "4c44e632cac34d29bd3916e56c3fbaa6", "views_num": 0, "status": 2, "share_num": 0 } ] } }