tkl
  1. 商品详情
tkl
  • tkl
    • 商品详情
      • 获取-商品详情
        GET
      • 获取-猜你喜欢列表
        GET
    • 登录
      • 登录-用户名密码
      • 注册
    • 购物车
      • 加入购物车
      • 获取购物车列表
      • 删除购物车
    • 十六周
      • 获取订单记录
      • 更换头像
      • 更改密码
      • 修改个人信息
      • 新增收货地址
      • 删除地址
      • 获取“我卖出的”订单记录
      • 获取发布了但还未卖出的商品
    • 杰哥
      • 十三周
        • 获取-全部分类及下属物品
        • 获取-最近发布的物品
        • 获取-轮播图
        • 获取-单个分类下属物品
      • 十五周
        • 从当前用户购物车获取商品信息并且统计
        • 提交-订单
        • 获取-订单详情(以及支付结果)
      • 十六周
        • 发布闲置
  1. 商品详情

获取-猜你喜欢列表

开发中
GET
/goods/relevant

请求参数

Query 参数
limit
integer 
返回商品数
必需
示例值:
4
Header 参数
Authorization
string 
token值
必需

返回响应

🟢200成功
application/json
Body
code
string 
必需
msg
string 
必需
result
array [object {5}] 
必需
>= 4 items<= 4 items
id
string 
必需
name
string 
必需
desc
string 
必需
price
number 
必需
picture
string 
必需
示例
{
    "code": "1",
    "msg": "操作成功",
    "result": [
        {
            "id": "3995846",
            "forSale": "true"
            "user": {
                "id": "13866668888",
                "name": "Arron",
                "picture": "https://ts3.cn.mm.bing.net/th?id=OIP-C.lbpOJwVOBI_u6xen5RtKLQAAAA&w=254&h=229&c=8&rs=1&qlt=90&o=6&dpr=1.3&pid=3.1&rm=2"
            },
            "name": "加绒加厚,儿童保暖时尚卫衣套装73-120cm",
            "desc": "舒棉绒内里,抵御寒冬",
            "price": "199.00",
            "mainPictures": "https://yanxuan-item.nosdn.127.net/21d2e9b754487aa3030ce105493a9473.jpg",
            "category": {
                "id": "4",
                "name": "限量潮品"
            }
        },
        {
            "id": "3995846",
            "forSale": "true"
            "user": {
                "id": "13866668888",
                "name": "Arron",
                "picture": "https://ts3.cn.mm.bing.net/th?id=OIP-C.lbpOJwVOBI_u6xen5RtKLQAAAA&w=254&h=229&c=8&rs=1&qlt=90&o=6&dpr=1.3&pid=3.1&rm=2"
            },
            "name": "加绒加厚,儿童保暖时尚卫衣套装73-120cm",
            "desc": "舒棉绒内里,抵御寒冬",
            "price": "199.00",
            "mainPictures": "https://yanxuan-item.nosdn.127.net/21d2e9b754487aa3030ce105493a9473.jpg",
            "category": {
                "id": "4",
                "name": "限量潮品"
            }
        },
        {
            "id": "3995846",
            "forSale": "true"
            "user": {
                "id": "13866668888",
                "name": "Arron",
                "picture": "https://ts3.cn.mm.bing.net/th?id=OIP-C.lbpOJwVOBI_u6xen5RtKLQAAAA&w=254&h=229&c=8&rs=1&qlt=90&o=6&dpr=1.3&pid=3.1&rm=2"
            },
            "name": "加绒加厚,儿童保暖时尚卫衣套装73-120cm",
            "desc": "舒棉绒内里,抵御寒冬",
            "price": "199.00",
            "mainPictures": "https://yanxuan-item.nosdn.127.net/21d2e9b754487aa3030ce105493a9473.jpg",
            "category": {
                "id": "4",
                "name": "限量潮品"
            }
        },
        {
            "id": "3995846",
            "forSale": "true"
            "user": {
                "id": "13866668888",
                "name": "Arron",
                "picture": "https://ts3.cn.mm.bing.net/th?id=OIP-C.lbpOJwVOBI_u6xen5RtKLQAAAA&w=254&h=229&c=8&rs=1&qlt=90&o=6&dpr=1.3&pid=3.1&rm=2"
            },
            "name": "加绒加厚,儿童保暖时尚卫衣套装73-120cm",
            "desc": "舒棉绒内里,抵御寒冬",
            "price": "199.00",
            "mainPictures": "https://yanxuan-item.nosdn.127.net/21d2e9b754487aa3030ce105493a9473.jpg",
            "category": {
                "id": "4",
                "name": "限量潮品"
            }
        }
    ]
}
修改于 2023-06-03 02:31:41
上一页
获取-商品详情
下一页
登录-用户名密码
Built with