首頁
產(chǎn)品
文檔
正版
授權(quán)查詢
3.5折優(yōu)惠
渠道合作
更多
關(guān)于我們
提交工單
聯(lián)系我們
AI編程
likeadmin
AI數(shù)字人
碼多多AI
演示中心
源碼下載
登錄/注冊
likeshop開發(fā)文檔
開發(fā)文檔
展開
??? 數(shù)據(jù)接口
必看說明
通用參數(shù)
請求示例
用戶
個(gè)人中心
添加收貨地址
獲取收貨地址
編輯收貨地址
設(shè)置用戶信息
綁定或修改手機(jī)號
余額明細(xì)
個(gè)人資料
通用配置接口
充值
充值規(guī)則
充值接口
門店
門店列表
門店商品列表
獲取廣告列表
商城風(fēng)格
門店公告
購物車
加入購物車
修改購物車數(shù)量
購物車列表
刪除購物車
訂單
下單接口
訂單詳情
取消訂單
訂單列表
再來一單
獲取支付方式
優(yōu)惠券相關(guān)接口
領(lǐng)券中心
我的優(yōu)惠券列表
領(lǐng)取優(yōu)惠券
下單獲取優(yōu)惠券
??? 二次開發(fā)
目錄結(jié)構(gòu)
目錄結(jié)構(gòu)
?? 數(shù)據(jù)庫字典
數(shù)據(jù)庫字典
通用配置接口
**簡要描述:** -- 通用配置接口 **請求URL:** - `/api/index/config` **請求方式:** - GET **參數(shù):** |參數(shù)名 |必選 |類型 |說明 | |:--| **返回示例** ``` { "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": "點(diǎn)餐", "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" } } ``` **返回參數(shù)說明** |參數(shù)名 |類型 |說明 | |:--| |shop_login_logo |string |移動(dòng)端登錄logo | |web_favicon |string |瀏覽器標(biāo)簽圖標(biāo) | |name |string |商城名稱 | |copyright_info |string |版權(quán)信息 | |icp_number |string |icp備案號 | |icp_link |string |備案號鏈接 | |center_setting |array |個(gè)人中心設(shè)置 | |--top_bg_image |string |頂部背景圖 | |navigation_setting |array |底部導(dǎo)航設(shè)置 | |--ust_color |string |未選中文字顏色 | |--st_color |string |選中文字顏色 | |share |array |分享設(shè)置 | |--mnp_share_title |string |小程序分享標(biāo)題 | |navigation_menu |array |底部導(dǎo)航菜單 | |--text |string |導(dǎo)航名稱 | |--selectedIconPath |string |選中圖標(biāo) | |--iconPath |string |未選中圖標(biāo) | |--color |string |未選中文字顏色 | |--selectColor |string |選中文字顏色 | |recharge_status |int |充值入口配置:0-關(guān)閉;1-開啟 | |map_key |string |騰訊地圖秘鑰 |