简要描述:

请求域名:

  • http://xx.com

请求URL:

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

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "",
    "data": {
        "enter_time_limit": 0,
        "enter_time_limit_order_status": 0,
        "goods_id": "1153",
        "goods": {
            "id": 1153,
            "title": "测试云仓",
            "thumb": "http://cc.com/attachment/images/3/2019/10/dwA5Q3Z35OI9O31xy1QxYwoAQ7zwac.png"
        },
        "buy_goods_validity": 365,
        "agreement": "<p style=\"white-space: normal; text-align: center;\"><img src=\"http://test-1251768088.cosgz.myqcloud.com/images/3/2018/02/eBUbqq2wWq08qT88WVT9wsu8u999W8.png\" width=\"100%\" alt=\"330414069910676978.png\"/></p><p style=\"white-space: normal; text-align: center;\"><img src=\"http://test-1251768088.cosgz.myqcloud.com/images/3/2018/02/eBUbqq2wWq08qT88WVT9wsu8u999W8.png\" width=\"100%\" alt=\"330414069910676978.png\"/></p><p style=\"white-space: normal;\"><br/><span hiragino=\"\" sans=\"\" microsoft=\"\" font-size:=\"\" text-align:=\"\" background-color:=\"\" style=\"color: rgb(67, 63, 63);\"></span></p>",
        "signature": "<p>123132</p>",
        "enter_notice_day": "",
        "enter_notice": "",
        "temp_list": [
            {
                "id": 4,
                "title": "业务处理通知"
            }
        ]
    }
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
enter_time_limit string 商家入驻时间限制,1开启 0关闭
enter_time_limit_order_status string 商家入驻时间限制 1完成后,0付款后
goods_id string 商品id
goods array 商品信息
buy_goods_validity string 购买商品增加有效期
agreement string 申请协议
signature string 入驻说明
enter_notice_day string 门店入驻到期前XX天发送通知
enter_notice int 门店入驻到期通知
temp_list array 所有通知模板

备注:

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