简要描述
请求URL
/gateway/hc-serve/miniapi/idleGoodThings/myIssueGoodsList
请求方式
请求参数说明
参数名 |
必选 |
类型 |
说明 |
userId |
是 |
Long |
用户id |
curPage |
否 |
Integer |
页码 |
pageSize |
否 |
Integer |
条数 |
返回参数说明
参数名 |
类型 |
说明 |
goodsId |
Long |
好物id |
nickName |
String |
发布人昵称 |
avatar |
String |
发布人头像 |
collectNumber |
Integer |
收藏数量 |
goodsName |
String |
好物标题 |
goodsContent |
String |
好物内容 |
goodsPrice |
BigDecimal |
好物价格 |
goodsPhotoList |
List<String> |
好物图片列表 |
goodsType |
Integer |
好物类型:1电子产品,2书籍,3服饰,4家具,5美妆,6玩具,7其他 |
createTime |
date |
发布时间 |
返回结果示例
{
"code": 200,
"success": true,
"data": {
"records": [
{
"goodsId": 1,
"nickName": "",
"avatar": "",
"collectNumber": 0,
"goodsName": "PS4",
"goodsContent": "双人成行",
"goodsPrice": 2580,
"goodsPhoto": "https://fenghua.zhuneng.cn/data/minio/leo/upload/20221029/5ac281a312bdc299e23a4bd826d1767d.png,https://fenghua.zhuneng.cn/data/minio/leo/upload/20221029/5ac281a312bdc299e23a4bd826d1767d.png",
"goodsPhotoList": [
"https://fenghua.zhuneng.cn/data/minio/leo/upload/20221029/5ac281a312bdc299e23a4bd826d1767d.png,https://fenghua.zhuneng.cn/data/minio/leo/upload/20221029/5ac281a312bdc299e23a4bd826d1767d.png"
],
"goodsType": "",
"createTime": ""
},
{
"goodsId": 2,
"nickName": "",
"avatar": "",
"collectNumber": 0,
"goodsName": "《钢铁是怎样练成的》",
"goodsContent": "书",
"goodsPrice": 999,
"goodsPhoto": "https://fenghua.zhuneng.cn/data/minio/leo/upload/20221029/5ac281a312bdc299e23a4bd826d1767d.png,https://fenghua.zhuneng.cn/data/minio/leo/upload/20221029/5ac281a312bdc299e23a4bd826d1767d.png",
"goodsPhotoList": [
"https://fenghua.zhuneng.cn/data/minio/leo/upload/20221029/5ac281a312bdc299e23a4bd826d1767d.png,https://fenghua.zhuneng.cn/data/minio/leo/upload/20221029/5ac281a312bdc299e23a4bd826d1767d.png"
],
"goodsType": "",
"createTime": ""
},
{
"goodsId": 5,
"nickName": "",
"avatar": "",
"collectNumber": 0,
"goodsName": "口红",
"goodsContent": "各种色号口红",
"goodsPrice": 1455,
"goodsPhoto": "https://fenghua.zhuneng.cn/data/minio/leo/upload/20221029/5ac281a312bdc299e23a4bd826d1767d.png,https://fenghua.zhuneng.cn/data/minio/leo/upload/20221029/5ac281a312bdc299e23a4bd826d1767d.png",
"goodsPhotoList": [
"https://fenghua.zhuneng.cn/data/minio/leo/upload/20221029/5ac281a312bdc299e23a4bd826d1767d.png,https://fenghua.zhuneng.cn/data/minio/leo/upload/20221029/5ac281a312bdc299e23a4bd826d1767d.png"
],
"goodsType": "",
"createTime": ""
},
{
"goodsId": 6,
"nickName": "",
"avatar": "",
"collectNumber": 0,
"goodsName": "布加迪模型",
"goodsContent": "乐高玩具",
"goodsPrice": 1230,
"goodsPhoto": "https://fenghua.zhuneng.cn/data/minio/leo/upload/20221029/5ac281a312bdc299e23a4bd826d1767d.png",
"goodsPhotoList": [
"https://fenghua.zhuneng.cn/data/minio/leo/upload/20221029/5ac281a312bdc299e23a4bd826d1767d.png"
],
"goodsType": "",
"createTime": ""
},
{
"goodsId": 7,
"nickName": "",
"avatar": "",
"collectNumber": 0,
"goodsName": "西瓜",
"goodsContent": "水果",
"goodsPrice": 500,
"goodsPhoto": "https://fenghua.zhuneng.cn/data/minio/leo/upload/20221029/5ac281a312bdc299e23a4bd826d1767d.png",
"goodsPhotoList": [
"https://fenghua.zhuneng.cn/data/minio/leo/upload/20221029/5ac281a312bdc299e23a4bd826d1767d.png"
],
"goodsType": "",
"createTime": ""
}
],
"total": 5,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"hitCount": false,
"countId": "",
"maxLimit": "",
"searchCount": true,
"pages": 1
},
"msg": "操作成功",
"status": true
}