文档
测试

商品列表

POST
https://mf.0ijx5.cn/app/appapi.php?i=1

请求参数

参数名
类型
描述
必填
r
string
app.goods.get_list
必填
page
int
页数
必填
pagesize
int
每页数量
必填
lable
int
1,新品 2,推荐,3热卖
可选
cateid
int
分类id
可选
keywords
string
搜索关键词
必填

响应参数

参数名
类型
描述
必填
status
int
状态(0失败,1成功)
必填
result
array
数据
必填
data
array
返回数据
必填
title
string
商品名称
必填
thumb
string
封面图片
必填
productprice
float
原价
必填
marketprice
float
现价
必填
subtitle
string
短标题
必填
keywords
string
标签名
必填
pageinfo
array
分页信息
必填

说明 / 示例

```language { "status": 1, "result": { "data": [ { "title": "心相印 竹派竹 本色抽纸6包装130抽3层", "thumb": "https://mifeng.utools.club/attachment/images/1/2020/08/Eh8ynsZCN9ZRs9sHRNjO4X5zXjHgy8.png", "productprice": "26.05", "marketprice": "18.05", "subtitle": "心相印 竹派竹 本色抽纸6包装130抽3层心相印 竹派竹 本色抽纸6包装130抽3层", "keywords": "甑选商品", "id": "7885" } ], "pageinfo": { "page": 1, "pagesize": 10, "total": "1", "totalpage": 1 }, "url": "https://mifeng.utools.club/./" } } ```