首页
产品
文档
正版
授权查询
3.5折优惠
渠道合作
更多
关于我们
提交工单
联系我们
AI编程
likeadmin
AI数字人
码多多AI
演示中心
源码下载
登录/注册
likeshop开发文档
开发文档
展开
🅰️ 数据接口
必看说明
通用参数
请求示例
用户
个人中心
添加收货地址
获取收货地址
编辑收货地址
设置用户信息
绑定或修改手机号
余额明细
个人资料
通用配置接口
充值
充值规则
充值接口
门店
门店列表
门店商品列表
获取广告列表
商城风格
门店公告
购物车
加入购物车
修改购物车数量
购物车列表
删除购物车
订单
下单接口
订单详情
取消订单
订单列表
再来一单
获取支付方式
优惠券相关接口
领券中心
我的优惠券列表
领取优惠券
下单获取优惠券
🛠️ 二次开发
目录结构
目录结构
📘 数据库字典
数据库字典
通用配置接口
**简要描述:** -- 通用配置接口 **请求URL:** - `/api/index/config` **请求方式:** - GET **参数:** |参数名 |必选 |类型 |说明 | |:--| **返回示例** ``` { "code": 1, "show": 0, "msg": "获取成功", "data": { "shop_login_logo": "http://www.dcwm.localhost/uploads/images/20210908170852657eb0397.jpeg", "web_favicon": "http://www.dcwm.localhost//static/common/ico/default.png", "name": 4234156456, "copyright_info": "Copyright © 2019-2021 广州好象科技有限公司", "icp_number": "京ICP证000000号", "icp_link": "http://www.beian.gov.cn/portal/index.do", "recharge_status": 0, "center_setting": { "top_bg_image": "http://www.dcwm.localhost/uploads/images/2021092217034327e4e4437.jpg" }, "share": { "mnp_share_title": "" }, "navigation_menu": [ { "text": "首页", "selectedIconPath": "http://likeshopb2b2c.yixiangonline.com/uploads/images/202106281805021955d5715.png", "iconPath": "uploads/images/20210908170852657eb0397.jpeg", "color": "#ffe607", "selectColor": "#f70303" }, { "text": "点餐", "selectedIconPath": "/static/common/image/default/icon_tab_shoppingCar.png", "iconPath": "/static/common/image/default/icon_tab_shopcart.png", "color": "#000000", "selectColor": "#000000" }, { "text": "订单", "selectedIconPath": "http://likeshopb2b2c.yixiangonline.com/uploads/images/202106281805027c4bf2400.png", "iconPath": "http://likeshopb2b2c.yixiangonline.com/uploads/images/20210628180502f65a92219.png", "color": "#000000", "selectColor": "#000000" }, { "text": "我的", "selectedIconPath": "/static/common/image/default/icon_tab_my_s.png", "iconPath": "/static/common/image/default/icon_tab_my.png", "color": "#000000", "selectColor": "#000000" } ], "recharge_status": 1, "map_key": "VTZBZ-GB2W3-5OP3X-YRPTQ-GIDCF-H2F5L" } } ``` **返回参数说明** |参数名 |类型 |说明 | |:--| |shop_login_logo |string |移动端登录logo | |web_favicon |string |浏览器标签图标 | |name |string |商城名称 | |copyright_info |string |版权信息 | |icp_number |string |icp备案号 | |icp_link |string |备案号链接 | |center_setting |array |个人中心设置 | |--top_bg_image |string |顶部背景图 | |navigation_setting |array |底部导航设置 | |--ust_color |string |未选中文字颜色 | |--st_color |string |选中文字颜色 | |share |array |分享设置 | |--mnp_share_title |string |小程序分享标题 | |navigation_menu |array |底部导航菜单 | |--text |string |导航名称 | |--selectedIconPath |string |选中图标 | |--iconPath |string |未选中图标 | |--color |string |未选中文字颜色 | |--selectColor |string |选中文字颜色 | |recharge_status |int |充值入口配置:0-关闭;1-开启 | |map_key |string |腾讯地图秘钥 |