慕尚花坊
  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/findListGoods

请求参数

无

示例代码

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/findListGoods'

返回响应

🟢200成功
application/json
Body
code
integer 
必需
message
string 
必需
data
array [object {18}] 
必需
id
integer 
必需
createTime
string 
必需
updateTime
string 
必需
isDeleted
integer 
必需
category1Id
integer 
必需
category2Id
integer 
必需
name
string 
必需
price
integer 
必需
marketPrice
integer 
必需
saleCount
integer 
必需
stockCount
integer 
必需
imageUrl
string 
必需
floralLanguage
string 
必需
applyUser
string 
必需
material
string 
必需
packing
string 
必需
isRecommend
integer 
必需
detailList
null 
必需
示例
{
  "code": 16,
  "message": "dolor",
  "data": [
    {
      "id": 97,
      "createTime": "1972-01-12 00:10:05",
      "updateTime": "2007-11-28 08:47:29",
      "isDeleted": 47,
      "category1Id": 26,
      "category2Id": 43,
      "name": "门争器",
      "price": 90,
      "marketPrice": 25,
      "saleCount": 27,
      "stockCount": 18,
      "imageUrl": "http://dummyimage.com/400x400",
      "floralLanguage": "exercitation non nostrud voluptate dolor",
      "applyUser": "sed ipsum in nostrud",
      "material": "Lorem voluptate Ut aute laboris",
      "packing": "incididunt fugiat occaecat laboris",
      "isRecommend": 17,
      "detailList": null
    },
    {
      "id": 14,
      "createTime": "2003-11-10 14:43:15",
      "updateTime": "1976-10-04 04:13:35",
      "isDeleted": 65,
      "category1Id": 78,
      "category2Id": 11,
      "name": "子八团观",
      "price": 89,
      "marketPrice": 38,
      "saleCount": 34,
      "stockCount": 76,
      "imageUrl": "http://dummyimage.com/400x400",
      "floralLanguage": "nisi aute amet culpa",
      "applyUser": "aliqua laborum eu dolore fugiat",
      "material": "culpa Lorem commodo est reprehenderit",
      "packing": "elit consequat sed",
      "isRecommend": 5,
      "detailList": null
    },
    {
      "id": 77,
      "createTime": "2011-12-01 01:06:32",
      "updateTime": "1992-03-16 21:37:13",
      "isDeleted": 98,
      "category1Id": 73,
      "category2Id": 5,
      "name": "调压线立",
      "price": 41,
      "marketPrice": 99,
      "saleCount": 38,
      "stockCount": 74,
      "imageUrl": "http://dummyimage.com/400x400",
      "floralLanguage": "reprehenderit ut",
      "applyUser": "fugiat",
      "material": "Lorem aute",
      "packing": "nisi",
      "isRecommend": 14,
      "detailList": null
    }
  ]
}
修改于 2023-12-10 03:15:28
上一页
活动宣传
下一页
人气推荐
Built with