1、订单提交页面 新增字段变动

1) 请求地址

http://m.test.azmks.com/checkout.html

2) 新增响应参数说明

字段名称 字段说明 类型 忽略 备注
inquiry_way string Y 0、智云问诊,1、微问诊
inquiry_user_info string Y 用药人信息里面新增年龄
inquiry_user_id string Y 用药人id,如果null表示没有填写,有值,已经填写

3) 请求返回结果:

{
    "code": 0,
    "data": {
        "hot_user_id": null,
        "inquiry_way": 1,
        "inquiry_type": 1,
        "inquiry_user_info": {
            "inquiry_user": {
                "inquiry_user_id": "3540",
                "name": "张老师",
                "id_card": "500234198906059253",
                "weight": null,
                "relation": null,
                "type": "0",
                "sex": "1",
                "birthday": "1589155200",
                "user_id": "32626",
                "is_default": "1",
                "liver_function": "1",
                "renal_function": "1",
                "is_other_medical_history": "1",
                "illness_ids": "高血压病",
                "native_place": "重庆市彭水苗族土家族自治县",
                "age": 2
            }
        },
        "inquiry_user_id": "3540",
        "address_list_show": true,
        "send_time_list": null,
        "send_time_desc": "送货时间仅供参考,快递公司会尽量满足您的要求",
        "best_time": null,
        "send_time_show": true,
        "cart_info": {
        },
        "shipping_list_show": true,
        "invoice_show": false,
        "invoice_info": [
        ],
        "invoice_desc": [
            "不开发票"
        ],
        "pay_list": [
        ],
        "buy_type": 1,
        "is_exchange": false,
        "is_gift": false,
        "is_virtual": false,
        "shop_id": 0,
        "rc_model": null,
        "show_url": null,
        "user_information": null,
        "check_address": 1,
        "pickup_ids": {
            "18": 0
        },
        "consignee_list": null,
        "consignee": null,
        "multi_store": null,
        "store_list": [
            {
                "controy_area": "直属西北区",
                "company_area": "两江新区",
                "city_area": "两江新区",
                "store_code": "603",
                "store_name": "鑫斛药庄渝北锦天星都店"
            }
        ],
        "balance_enable": "1",
        "balance_first": "0",
        "topay_enable": false,
        "cross_border_identity": "",
        "cs_take_time": null,
        "cs_take_time_format": "1970-01-01",
        "cs_opening_hour_list": null,
        "cs_delivery_enable": null,
        "cs_delivery_fee": null,
        "cs_delivery_fee_format": null,
        "consignee_house": null,
        "arrived_text": "立即配送",
        "first_key": 0,
        "arrived_time": "",
        "best_time1": null,
        "delivery_type": 0,
        "back_url": null,
        "money_pay": 1,
        "hot_user_id": null,
        "inquiry_type": 1,
        "inquiry_type_list": [
            {
                "type": 1,
                "name": "图文问诊",
                "time": {
                    "begin_hour": "7",
                    "begin_minute": "0",
                    "end_hour": "22",
                    "end_minute": "0"
                }
            },
            {
                "type": 2,
                "name": "视频问诊",
                "time": {
                    "begin_hour": "8",
                    "begin_minute": "0",
                    "end_hour": "9",
                    "end_minute": "0"
                }
            }
        ],
        "context": {
            },
            "cart": {
                "goods_count": 1
            },
            "szy_version": "default"
        }
    },
    "message": ""
}
文档更新时间: 2022-07-23 10:37   作者:xieyuhua