🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
**简要描述:** - 获取店铺信息 **请求URL:** - `/adminapi/settings.shop.shop_setting/getShopInfo` **请求方式:** - GET **返回示例** ``` { "code": 1, "show": 0, "msg": "", "data": { "name": "LikeShop单商户前后端分离", "logo": "http://www.likeshopb2cv3.localhost/logo.jpg", "admin_login_image": "http://www.likeshopb2cv3.localhost/admin_login_image.jpg", "login_restrictions": 1, "password_error_times": 5, "limit_login_time": 60, "status": 1, "close_example_image": "http://www.likeshopb2cv3.localhost/image/close_example.jpg", "mall_contact": "LS", "mall_contact_mobile": 18888888888, "return_contact": "LS", "return_contact_mobile": 16666666666, "return_province": 110000, "return_city": 110100, "return_district": 110108, "return_address": "鸟巢方向往左1001米", "address": "北京北京市海淀区鸟巢方向往左1001米" } } ``` **返回参数说明:** |参数名 |类型 |说明 | |:--| |name|string |商城名称 | |logo|string |商城logo | |admin_login_image|string |管理后台登录页图片 | |login_restrictions|integer |管理后台登录限制 0-不限制 1-需要限制 | |password_error_times|integer |限制密码错误次数 | |limit_login_time|integer |限制禁止多少分钟不能登录 | |status|integer |商城状态 0-关闭 1-开启 | |close_example_image|string |商城关闭示例图 | |mall_contact|string |联系人 | |mall_contact_mobile|string |联系人手机号 | |return_contact|string |退货联系人 | |return_contact_mobile|string |退货联系人手机号 | |return_province|integer |退货省份id | |return_city|integer |退货城市id | |return_district|integer |退货区域id | |return_address|string |退货详细地址 | |address|string |完整的退货地址 |