💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
**简要描述:** - 获取商城页面 **请求URL:** - `/adminapi/theme.DecorateThemePage/getShoppage` **请求方式:** - GET **参数:** |参数名 |必选 |类型 |说明 | | ------ | ------ | ------ |------ | | type |否 | string |shop-获取页面,marking-获取活动页面 | **返回示例** ``` { "code": 1, "show": 0, "msg": "操作成功", "data": [ { "index": 1, "name": "商城首页", "path": "/pages/index/index", "params": [], "type": "shop" }, { "index": 2, "name": "商品分类", "path": "/pages/category/category", "params": [], "type": "shop" }, { "index": 3, "name": "购物车", "path": "/pages/shop_cart/shop_cart", "params": [], "type": "shop" }, { "index": 4, "name": "个人中心", "path": "/pages/user/user", "params": [], "type": "shop" } ] } ``` **返回参数说明:**