简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2020-08-14

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明

请求参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": {
        "custom_collection_type": "2",
        "one_price": "0.00",
        "custom_background": "http://unionshop.com:82/uploads/custom/2020-08-14/5f36663ceb489.jpg",
        "customize_page_button_jump": "pages/newsDetails/newsDetails",
        "is_open_bank": "2",
        "bank_name": "中国民生银行",
        "bank_branch": "中国民生银行股份有限公司深圳南山支行",
        "bank_card_no": "6227001214151412144""contract_receive_username": "向春菊",
        "contract_receive_phone": "13417374363",
        "contract_receive_address": "广东省深圳市龙岗区油田路启梦智慧园B5栋2楼"
    },
    "other": []
}

错误时返回:

{
    "status": 0,
    "msg": "token过期",
    "data": []
}

返回参数说明:

参数名 类型 说明
custom_collection_type int 定制收款类型【1=全款,2=定金】
one_price int 第一笔货款
custom_background string 定制背景路径
customize_page_button_jump string 定制页按钮跳转新闻
is_open_bank string 是否开启银行卡支付【1=开启,2=关闭】
bank_name string 银行名称
bank_branch string 开户支行
bank_card_no string 银行卡号码

备注:

文档更新时间: 2020-11-13 12:55   作者:admin