- wiki说明
- 公共模块
- 首页模块
- 分类模块
- 商品模块
- 登录模块
- 用户模块
- 购物车
- 订单模块
- 收获地址
- 商品评价
- 其他
获取首页数据
开发中
GET
/page/detail
请求参数
Query 参数
pageId
string
页面id默认就用0
示例值:
0
返回响应
🟢200成功
application/json
Body
status
integer
状态码
message
string
消息提示
data
object
数据
pageData
object
页面数据
示例
{
"status": 200,
"message": "success",
"data": {
"pageData": {
"page": {
"name": "页面设置",
"type": "page",
"params": {
"name": "66663.0",
"title": "智慧商城",
"shareTitle": "分享标题"
},
"style": {
"titleTextColor": "white",
"titleBackgroundColor": "#c21401"
}
},
"items": [
{
"name": "搜索框",
"type": "search",
"params": {
"placeholder": "搜索你要找的商品"
},
"style": {
"textAlign": "center",
"searchStyle": "radius"
}
}
]
}
}
}