dongzou7134 2016-09-22 13:09
浏览 54
已采纳

too long

I want to send whole json array on a link so i have to send whole json array on right move ? because in it's format they give us a json_array format. Below is the json array of rightmove,

Json Array ,

{
    "network":{
        "network_id": 5
    },
    "branch":{
        "branch_id": 1566,
        "channel": 1,
        "overseas": false
    },
    "property":{
        "agent_ref": "02072013_0406",
        "published": true,
        "property_type": 2,
        "status": 1,
        "new_home": false,
        "student_property": false,
        "create_date": "02-07-2013 00:00:00",
        "update_date": "02-07-2013 00:00:00",
        "date_available": "02-07-2013 00:00:00",
        "contract_months": 12,
        "minimum_term": 12,
        "let_type": 1,
        "address":{
            "house_name_number": "33",
            "address_2": "Rightmove",
            "address_3": "4th Floor",
            "address_4": "Soho Square",
            "town": "London",
            "postcode_1": "W1D",
            "postcode_2": "3QU",
            "display_address": "Soho Square",
            "latitude": 51.514899,
            "longitude": -0.132587,
            "pov_latitude": 51.51482,
            "pov_longitude": -0.13249,
            "pov_pitch": -16.78,
            "pov_heading": 235.75,
            "pov_zoom": 0
        },
        "price_information":{
            "price": 1500,
            "price_qualifier": 0,
            "deposit": 1000,
            "administration_fee": "100",
            "rent_frequency": 1,
            "tenure_type": 1,
            "auction": false,
            "tenure_unexpired_years": 999,
            "price_per_unit_area": 10
        },
        "details":{
            "summary": "Rightmove Test Property",
            "description": "Testing full property schema with all the fields in the call for JSON",
            "features": [
                "Has own Drive",
                "Garage included",
                "Double Glazed"
            ],
            "bedrooms": 2,
            "bathrooms": 2,
            "reception_rooms": 1,
            "parking": [13],
            "outside_space": [29],
            "year_built": 999,
            "internal_area": 100,
            "internal_area_unit": 1,
            "land_area": 100,
            "land_area_unit": 1,
            "floors": 5,
            "entrance_floor": 1,
            "condition": 1,
            "accessibility": [42],
            "heating": [1],
            "furnished_type": 0,
            "pets_allowed": true,
            "smokers_considered": true,
            "housing_benefit_considered": true,
            "sharers_considered": true,
            "burglar_alarm": true,
            "washing_machine": true,
            "dishwasher": true,
            "all_bills_inc": true,
            "water_bill_inc": true,
            "gas_bill_inc": true,
            "electricity_bill_inc": true,
            "tv_licence_inc": true,
            "sat_cable_tv_bill_inc": true,
            "internet_bill_inc": true,
            "business_for_sale": true,
            "comm_use_class":[1,4],
            "rooms": [ {
                "room_name": "room1",
                "room_description": "room1" ,
                "room_length": 10.10,
                "room_width": 20.20,
                "room_dimension_unit": 5,
                "room_photo_urls": ["http://www.rightmove.com/image1.JPG"]
            } ]
        },
        "media": [ {
            "media_type":1,
            "media_url":"www.rightmove.com/image1.JPG",
            "caption":"This is an image",
            "sort_order":1,
            "media_update_date": "02-07-2013 12:12:12"
        } ],
        "principal": {
            "principal_email_address": "principal@rightmove.co.uk",
            "auto_email_when_live": true,
            "auto_email_updates": true
        }
    }
}

I got every thing each and every parameter of it. Now, rightmove api use post method and url is, https://adfapi.rightmove.co.uk/v1/property/sendpropertydetails So i'm trying to send json data to rightmove but it's showing me error. I have stored whole json Array in to $json_array.

 jQuery.ajax({
                        url: 'https://adfapi.rightmove.co.uk/v1/property/sendpropertydetails/',           
                        type : "POST",
                        crossDomain: true,
                        dataType: "jsonp",
                        data: {data : <?php echo $json_array; ?>},
                        success: function(data) {
                              alert(data);
                        }
            });
        });

I have also added in header but it shows me 403 error.

EDIT with error : it showing failure in response but in localhost i got response in local file so i think ajax call is working properly.

  • 写回答

2条回答 默认 最新

  • doubi9999 2016-09-23 10:05
    关注

    I am assuming your javascript is generated each time in your PHP script as you dynamically build the webpage!

    If your $json_array variable is already a JSON String, like the JOSNString you show above this is wrong

    data : {data :<?php print_r($json_array); ?> },
    

    and should be

    data : {data :<?php echo $json_array; ?> },
    

    If the data is held in a php array i.e. not already a JSONString then you should do

    data : {data :<?php json_encode($json_array); ?> },
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器