3 Star 0 Fork 0

商城项目 / doc.weecot.com

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
shop-config.md 3.14 KB
一键复制 编辑 原始数据 按行查看 历史
Jade 提交于 2021-03-01 10:25 . first commit

网店配置

接口描述:

  • 网店配置(shop/config)

接口版本:

版本号 制定人 制定日期 修订日期
1.4.1 wanganlin 2017-03-20 2019-11-12

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明
Content-Type String 请求类型: application/json
token String 请求内容签名

请求参数:

参数名 是否必须 默认值 类型 说明

返回示例:

正确时返回:

{
    "status": "success",
    "data": {
        "shop_name": "大商创",
        "shop_title": "购物上大商创X",
        "shop_desc": "大商创是由商创网络(模板堂)推出的免费B2B2C商城系统,支持多店铺入驻,包含多城市多仓库等众多功能,能帮助企业及个人快速搭建多商户电商系统,并减少二次开发带来的成本",
        "shop_keywords": "大商创 免费商城系统 免费B2B2C 免费多商户系统  多店铺商城系统 企业级电商系统  ecsho",
        "shop_logo": "http://www.hbf.dscmall.zhuo/storage/themes/ecmoban_dsc2017/images/logo.gif",
        "shop_reg_closed": "0",
        "lang": "zh-CN",
        "stats_code": "1",
        "currency_format": "¥%s",
        "search_keywords": "周大福,内衣,Five Plus,手机",
        "wap_logo": "http://www.hbf.dscmall.zhuo/storage/images/wap_logo.jpg",
        "register_article_id": "64",
        "buyer_cash": "70",
        "buyer_recharge": "0",
        "privacy": "",
        "bonus_ad": {
            "ad_link": "index.php?m=bonus",
            "popup_ads": "http://www.hbf.dscmall.zhuo/storage/data/afficheimg/1551821580359511015.png",
            "open": 1
        },
        "mp_checked": true
    },
    "time": 1578633730
}

错误时返回:

{
    "status": 'failed',
    "errors": {
        "code": 404,
        "message": "message"
    },
    "time": 1553515084
}

返回参数说明:

参数名 类型 说明
shop_name String 商店名称
shop_title String 商店标题
shop_desc String 商店描述
shop_keywords String 商店关键字
shop_logo String 商店 Logo
shop_reg_closed String 是否关闭注册
lang String 系统语言
stats_code String 统计代码
currency_format String 货币格式
search_keywords String 首页搜索的关键字
wap_logo String 微信自定义分享LOGO图片
register_article_id String 会员注册协议文章ID
buyer_cash String 买家提现最低金额
buyer_recharge String 买家充值最低金额
privacy String
bonus_ad List[]
├─ ad_link String
├─ popup_ads String
├─ open Number
mp_checked Bool

备注:

  • 更多返回错误代码请看首页的错误代码描述
其他
1
https://gitee.com/dscmall_test/doc.weecot.com.git
git@gitee.com:dscmall_test/doc.weecot.com.git
dscmall_test
doc.weecot.com
doc.weecot.com
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891