慕尚花坊
  1. 项目首页
慕尚花坊
  • 慕尚花坊接口说明
  • 项目首页
    • 轮播数据
      GET
    • 一级分类
      GET
    • 活动宣传
      GET
    • 猜你喜欢
      GET
    • 人气推荐
      GET
  • 商品分类
    • 商品分类
      GET
  • 用户管理
    • 微信登录
      GET
    • 获取用户信息
      GET
    • 更新用户信息
      POST
  • 地址管理
    • 新增收货地址
      POST
    • 收货地址列表
      GET
    • 收货地址详情
      GET
    • 更新收货地址
      POST
    • 删除收货地址
      GET
  • 商品管理
    • 商品列表
      GET
    • 商品详情
      GET
  • 购物车
    • 加入购物车
      GET
    • 购物车列表
      GET
    • 更新商品状态
      GET
    • 全选与全不选
      GET
    • 删除购物车商品
      GET
  • 结算支付
    • 订单详情
      GET
    • 订单地址
      GET
    • 立即购买
      GET
    • 提交订单
      POST
    • 微信预支付信息
      GET
    • 微信支付状态查询
      GET
  • 订单管理
    • 获取订单列表
  • 公共接口
    • 上传接口
  1. 项目首页

人气推荐

GET
/index/findRecommendGoods

请求参数

无

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/index/findRecommendGoods'

返回响应

🟢200成功
application/json
Body

示例
{
    "code": 27,
    "message": "aute",
    "data": [
        {
            "id": 74,
            "createTime": "1998-09-02 18:26:06",
            "updateTime": "2017-01-01 21:19:08",
            "isDeleted": 99,
            "category1Id": 52,
            "category2Id": 13,
            "name": "存做求式中然",
            "price": 57,
            "marketPrice": 27,
            "saleCount": 59,
            "stockCount": 34,
            "imageUrl": "http://dummyimage.com/400x400",
            "floralLanguage": "aliqua",
            "applyUser": "veniam non laborum dolor aute",
            "material": "ullamco labore reprehenderit minim",
            "packing": "est dolor aliquip adipisicing",
            "isRecommend": 12,
            "detailList": null
        },
        {
            "id": 93,
            "createTime": "2014-09-21 16:05:35",
            "updateTime": "1989-02-08 16:19:15",
            "isDeleted": 59,
            "category1Id": 37,
            "category2Id": 73,
            "name": "队具此定什",
            "price": 68,
            "marketPrice": 58,
            "saleCount": 63,
            "stockCount": 30,
            "imageUrl": "http://dummyimage.com/400x400",
            "floralLanguage": "sint fugiat eu voluptate",
            "applyUser": "pariatur culpa est ullamco",
            "material": "amet adipisicing dolore",
            "packing": "nostrud aliquip",
            "isRecommend": 40,
            "detailList": null
        },
        {
            "id": 38,
            "createTime": "1970-07-04 20:53:52",
            "updateTime": "1977-12-19 22:59:04",
            "isDeleted": 3,
            "category1Id": 27,
            "category2Id": 90,
            "name": "深利二本支",
            "price": 19,
            "marketPrice": 78,
            "saleCount": 79,
            "stockCount": 74,
            "imageUrl": "http://dummyimage.com/400x400",
            "floralLanguage": "aliqua sint",
            "applyUser": "sunt",
            "material": "eiusmod cupidatat dolore quis",
            "packing": "ut pariatur",
            "isRecommend": 42,
            "detailList": null
        },
        {
            "id": 74,
            "createTime": "1973-02-14 21:26:48",
            "updateTime": "1986-07-05 05:40:47",
            "isDeleted": 77,
            "category1Id": 53,
            "category2Id": 59,
            "name": "明料形思上",
            "price": 21,
            "marketPrice": 77,
            "saleCount": 48,
            "stockCount": 87,
            "imageUrl": "http://dummyimage.com/400x400",
            "floralLanguage": "ullamco do laborum elit dolor",
            "applyUser": "aliquip consequat deserunt",
            "material": "officia aliquip do dolor culpa",
            "packing": "nostrud dolore commodo",
            "isRecommend": 6,
            "detailList": null
        }
    ]
}
修改于 2023-12-10 03:15:34
上一页
猜你喜欢
下一页
商品分类
Built with