- Tigshop标准版
- 后台adminapi
- authority --- 权限组
- merchant ----商户
- common --- 公共方法组
- content --- 文章组
- decorate --- 装修组
- promotion --- 营销组
- setting --- 配置组
- salesman --- 分销
- user --- 会员模块
- finance --- 财务组
- product --- 商品
- product_attributes --- 商品属性管理(待定)
- product_attributes_tpl --- 商品属性模板管理
- product_inventory_log --- 商品库存日志管理
- product_batch --- 商品批量处理管理
- product_services --- 商品服务
- e_card_group --- 电子卡券组
- e_card --- 电子卡券
- product_group ---商品分组
- shop_product_category ---店铺商品分类 (待定)
- price_inquiry --- 询价管理
- brand --- 品牌管理
- category --- 商品分类管理
- comment --- 商品评论管理
- product --- 商品管理
- panel --- 统计面板组
- lang --- 多语言
- login --- 登录组
- order---订单组
- msg --- 消息管理组
- 前台api
- search --- 搜索
- merchant --- 商户
- article --- 文章
- salesman --- 分销
- product --- 商品
- order --- 订单
- category --- 商品分类
- home --- 首页
- cart --- 购物车
- user --- 会员中心
- common --- 公共方法
- shop --- 店铺
- IM
- 安装
pc首页
开发中
GET
/api/home/home/pc_index
请求参数
Query 参数
preview_id
string
必需
示例值:
0
Body 参数application/json
object {0}
示例
{}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/home/home/pc_index?preview_id=0' \
--header 'Content-Type: application/json' \
--data-raw '{}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"code": 0,
"msg": "ok",
"data": {
"decorate_id": 9,
"module_list": [
{
"type": "pc_banner",
"label": "轮播Banner",
"module": {
"banner_style": 1,
"show_cat": 1,
"logo": {
"pic_url": "",
"pic_thumb": ""
},
"pic_list": [
{
"pic_id": 994,
"pic_thumb": "img/gallery/202403/1711183908xc3DCO0eB3bkmUTJxX.jpg?x-oss-process=image/resize,m_lfit,h_200,h_200",
"pic_url": "img/gallery/202403/1711183908xc3DCO0eB3bkmUTJxX.jpg",
"pic_name": "dddd",
"pic_link": {
"path": "product",
"label": "商品",
"name": "【爆款推荐一机多用】6L家用多功能电火锅电煮锅LHN30D",
"data": {
"id": 269,
"sn": "SN000269",
"path": "product"
}
}
}
],
"pic_list2": [
{
"pic_id": 11640,
"pic_thumb": "img/gallery/202403/1711184624i9PNFxPqBEhB1FyfwM.jpg?x-oss-process=image/resize,m_pad,h_200,h_200",
"pic_url": "img/gallery/202403/1711184624i9PNFxPqBEhB1FyfwM.jpg",
"pic_name": "1",
"pic_link": {
"path": "product",
"label": "商品",
"name": "【专柜同款】春装新款气质系带显瘦翻领风衣女中长款女式外套",
"data": {
"id": 17,
"sn": "SN000017",
"path": "product"
}
}
}
],
"pic_list3": [
{
"pic_id": 1029,
"pic_thumb": "img/gallery/202406/1717649828AhHbw7MnOlGSgb8o9C.png?x-oss-process=image/resize,m_pad,h_200,h_200",
"pic_url": "img/gallery/202406/1717649828AhHbw7MnOlGSgb8o9C.png",
"pic_name": "帮助1",
"pic_title": "帮助中心",
"pic_link": {
"path": "custom",
"label": "自定义链接",
"name": "/article/issue/index",
"link": "/article/issue/index",
"appLink": "/article/issue/index"
}
}
],
"avatar": "https://oss.tigshop.com/img/gallery/202403/17111886010Pg60qIrJEzwe3tw06.gif"
},
"is_show": true,
"module_index": 1704964618394,
"active": true
}
],
"errcode": 0,
"message": ""
}
}
🟠404失败