💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
**简要描述:** - 获取pc端页面 **请求URL:** - `/adminapi/theme.PcDecorateThemePage/getpcPage` **请求方式:** - POSt **参数:** |参数名 |必选 |类型 |说明 | | ------ | ------ | ------ |------ | | type |否 | string |shop-获取页面,marking-获取活动页面 | **返回示例** ``` { "code": 1, "show": 0, "msg": "", "data": [ { "index": 1, "name": "商城首页", "path": "/pc/index", "params": [], "type": "shop" }, { "index": 1, "name": "商品分类", "path": "/pc/category", "params": [], "type": "shop" }, { "index": 1, "name": "购物车", "path": "/shop_cart", "params": [], "type": "shop" }, { "index": 1, "name": "个人中心", "path": "", "params": [], "type": "shop" }, { "index": 1, "name": "商品搜索", "path": "/pc/goods_list", "params": [], "type": "shop" }, { "index": 1, "name": "我的订单", "path": "/pc/user/order", "params": [], "type": "shop" }, { "index": 1, "name": "收货地址", "path": "/pc/user/address", "params": [], "type": "shop" }, { "index": 1, "name": "个人设置", "path": "/pc/user/profile", "params": [], "type": "shop" }, { "index": 1, "name": "评价列表", "path": "/pc/user/evaluation", "params": [], "type": "shop" }, { "index": 1, "name": "售后列表", "path": "/ pc/user/after_sales", "params": [], "type": "shop" }, { "index": 1, "name": "我的优惠券", "path": "/pc/user/coupons", "params": [], "type": "shop" }, { "index": 1, "name": "我的钱包", "path": "/pc/user/user_wallet", "params": [], "type": "shop" }, { "index": 1, "name": "我的收藏", "path": "/pc/user/collection", "params": [], "type": "shop" }, { "index": 1, "name": "商城公告", "path": "/pc/news_list", "params": [], "type": "shop" }, { "index": 1, "name": "领券中心", "path": "/pc/get_coupons", "params": [], "type": "shop" }, { "index": 1, "name": "限时秒杀", "path": "pc/seckill", "params": [], "type": "shop" } ] } ```