简要描述:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | kevin | 2021-08-24 |
请求URL:
请求方式:
- GET
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
token | 是 | string | token参数 |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
module | 是 | string | 模块,例如:unionshopmulti |
page | 是 | int | 页码 ,默认为 1 |
pagesize | 是 | int | 条数 ,默认为 10 |
返回示例:
正确时返回:
{
"status": 200,
"msg": "获取成功",
"data": {
"list": [
{
"id": 15,
"title": "宿舍木门",
"price": 1000,
"cover": "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png",
"status": "上架"
}
],
"page": 1,
"pagesize": 1,
"total": 8
}
}
错误时返回:
{
"status": 0,
"msg": "参数错误"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
id | int | 记录id |
title | int | 标题 |
price | string | 价格 |
status | string | 状态 |
cover | string | 封面 |
备注:
- 无
作者:admin 创建时间:2021-08-24 14:04
更新时间:2025-04-01 15:40
更新时间:2025-04-01 15:40