简要描述:

请求域名:

  • http://xx.com

请求URL:

GET/plugin.store-cashier.admin.store-basic.basic

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "",
    "data": {
        "aggregation": "http://cc.com/addons/yun_shop/?menu#/o2o/home?i=3",
        "goods_audit": 0,
        "position_shop_show": 0,
        "my_shop_show": 0,
        "top_thumb": "",
        "is_business_license": 1,
        "publish_coupon": 0,
        "withdraw_mode": 0,
        "audio_appid": "",
        "audio_key": "",
        "push_price": 0,
        "zkc_pay": 0,
        "temp_list": [
            {
                "id": 4,
                "title": "业务处理通知"
            }
        ],
        "store_pay": null,
        "become_store": null,
        "reject_store": null,
        "stock_warning_store": null
    }
}

错误时返回:

  {
    "result": 0,
    "msg": "",
    "data": []
}

返回参数说明:

参数名 类型 说明
aggregation string 门店聚合页
goods_audit string 商品审核,1开启,0关闭
position_shop_show string 聚合页未定位时是否显示门店,1开启,0关闭
my_shop_show string 门店中心是否显示我的门店,1开启,0关闭
top_thumb string 门店申请页面顶部图片
is_business_license string 门店申请页面营业执照,1开启,0关闭
publish_coupon string 是否允许门店发布优惠券,1开启,0关闭
withdraw_mode string 提成结算方式选择(门店与收银台),0订单商品价格, 1订单实际支付金额, 2订单实际支付金额 - 分销佣金 - 经销商提成 - 区域分红,3商品成本价 + 运费 [收银台默认按照第一种方式结算]
audio_appid string 讯飞应用--APPID
audio_key string 讯飞应用--APIKEY
push_price string 语音播报,0实付金额 ,1商品小计
zkc_pay string ZKC扫码支付,1开启,0关闭
temp_list array 所有通知模板
store_pay array 订单支付通知
become_store array 审核通过通知
reject_store array 审核驳回通知
stock_warning_store array 商品库存不足通知

备注:

  • 更多返回错误代码请看首页的错误代码描述