Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/366.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/91.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在Javascript中解析JSON对象有困难_Javascript_Html_Json_Jsp_Parsing - Fatal编程技术网

在Javascript中解析JSON对象有困难

在Javascript中解析JSON对象有困难,javascript,html,json,jsp,parsing,Javascript,Html,Json,Jsp,Parsing,我有一个JSON对象,其子部分如下。我需要解析它并使用逻辑操作的值。我可以获得“成功”等值,但子表中的值,我很难访问它们 { "successful": true, "code": null, "message": null, "validationErrors": [], "protocol": "PROTOCOL_JSON", "orderSROList": [{ "id": 117520218, "addressDetail": { "id": 115385

我有一个JSON对象,其子部分如下。我需要解析它并使用逻辑操作的值。我可以获得“成功”等值,但子表中的值,我很难访问它们

{
"successful": true,
"code": null,
"message": null,
"validationErrors": [],
"protocol": "PROTOCOL_JSON",
"orderSROList": [{
    "id": 117520218,
    "addressDetail": {
        "id": 115385630,
        "name": "Aakash",
        "addressLine1": "Krishna Toli Road No.4 Brahmpura Muzaffarpur",
        "addressLine2": " Near Brajbihari Lane",
        "city": "Muzaffarpur",
        "state": "Bihar",
        "pincode": "842003",
        "mobile": "6571216894",
        "landline": null,
        "recipient_name": "Aakash",
        "recipient_mobile": "6571216894",
        "addressTag": null,
        "defaultAddress": false,
        "addressStatus": null,
        "addressId": null,
        "dndActive": false
    },
    "zoneId": 28,
    "code": "11762002180",
    "orderStatus": {
        "id": 2,
        "code": "CTD",
        "value": "Completed",
        "description": "Completed"
    },
    "customerName": "Aakash",
    "userId": 151708376,
    "email": "aa11h112190936@gmail.com",
    "mobile": "6571216894",
    "price": 117,
    "sellingPrice": 117,
    "paidAmount": 117,
    "sdCash": 0,
    "promoValue": 0,
    "refundAmount": 0,
    "shippingCharges": 0,
    "shippingMethodCharges": 0,
    "retry": false,
    "orderSummaryLink": "http://www.snapdeal.com//orderSummary?code=dc282e3690af61023f82f2828db0dabf&order=11762002180",
    "channelCode": "wap",
    "partnerTransactionCode": null,
    "affiliateId": null,
    "created": 1455468157000,
    "updated": 1455468158000,
    "latitude": null,
    "longitude": null,
    "orderTransactions": [],
    "suborders": [{
        "id": 148094186,
        "zoneId": 28,
        "suborderStatus": {
            "id": 3,
            "code": "DEL",
            "value": "Delivered",
            "description": "Delivered",
            "microDescription": null,
            "macroDescription": null,
            "cancellable": true
        },
        "orderId": 117520218,
        "orderCode": "11762002180",
        "catalogId": -238646479,
        "code": "14819491863",
        "catalogType": "product",
        "price": 117,
        "sellingPrice": 117,
        "paidAmount": 117,
        "sdCash": 0,
        "promoValue": 0,
        "refundAmount": 0,
        "shippingCharges": 0,
        "shippingMethodCharges": 0,
        "created": 1455468157000,
        "updated": 1456047593000,
        "deliveryDate": 1456047474000,
        "sdCashCredited": 0,
        "orderEmail": "aa11h112190936@gmail.com",
        "orderMobile": "6571216894",
        "orderAddressDetail": {
            "id": 115385630,
            "name": "Aakash",
            "addressLine1": "Krishna Toli Road No.4 Brahmpura Muzaffarpur",
            "addressLine2": " Near Brajbihari Lane",
            "city": "Muzaffarpur",
            "state": "Bihar",
            "pincode": "842003",
            "mobile": "6571216894",
            "landline": null,
            "recipient_name": "Aakash",
            "recipient_mobile": "6571216894",
            "addressTag": null,
            "defaultAddress": false,
            "addressStatus": null,
            "addressId": null,
            "dndActive": false
        },
        "customerName": "Aakash",
        "zonePageUrl": "delhi",
        "orderViewSource": null,
        "suborderType": {
            "id": 1,
            "code": "REG",
            "value": "Regular"
        },
        "offerPrice": 117,
        "offerDiscount": 0,
        "verifiedDate": 1455468158000,
        "inventoryTxnCode": "AK6EKRR4LO",
        "shippingMethodCode": "COD",
        "vendorCode": "58f3d6",
        "supcCode": "SDL106176684",
        "internalCashbackValue": 0,
        "externalCashbackValue": 0,
        "emiCharges": 0,
        "catalogIdL": 652596382513,
        "promoCode": null,
        "expressDeliveryCharges": 0,
        "expressDeliveryType": "STANDARD",
        "promisedDeliveryDate": 1456245758000,
        "giftWrapCharges": 0,
        "giftWrap": false,
        "deliveryDateRange": {
            "start": 1455900158000,
            "end": 1456245758000
        },
        "shipDateRange": {
            "start": 1455468158000,
            "end": 1455640958000
        },
        "earnedSdPoints": 0,
        "storeFront": "SDL",
        "subStoreFront": null,
        "sku": null,
        "fulfillmentModel": null,
        "deliveryType": null,
        "storeCode": null,
        "suborderTransactionSROs": null,
        "suborderHistorySROs": null,
        "additionalSuborderDetailsSRO": null,
        "productFlowType": "PRODUCT",
        "paymentModeCharges": 0,
        "vendorServiceFinancialSRO": {
            "suborderCode": "14819491863",
            "vendorPrice": 106,
            "merchantCut": null,
            "vendorSponsoredExternalCashback": 0.0,
            "vendorSponsoredInternalCashback": 0.0,
            "vendorSponsoredEmiCharge": 0.0,
            "snapdealSponsoreEmiCharge": 0.0,
            "sdCommission": 7.94,
            "serviceTax": 1.35,
            "courierCost": 103,
            "fulfillmentFees": 0.0,
            "waiverAmount": 0.0,
            "sellingPrice": 117,
            "id": 137026068,
            "created": 1455468157000,
            "updated": 1455468158000,
            "cashbackAdjustment": null
        },
        "additionalOfferDetailsSROList": [],
        "deliverySource": "COURIER",
        "stateTax": 0,
        "shipFarCharges": 0,
        "suborderFreebieMapping": null,
        "parentSuborderId": null,
        "bundleCode": null,
        "bundleType": null,
        "childSuborders": null,
        "policyID": null,
        "experimentId": null,
        "vendorPrice": 0,
        "instantBankPromoValue": 0,
        "sellingPriceExcludingCashbacks": 117,
        "instantBankPromoCode": null,
        "instantBankPromoSourceName": null,
        "instantBankPromoSourceType": null,
        "instantBankPromoSdSponsoredValue": 0,
        "instantBankPromoSourceSponsoredValue": 0,
        "deliveryCharges": 0,
        "totalWalletCashbackValue": 0,
        "walletCashbackStatus": null,
        "deliveryUpgraded": false
    }],
    "orderRefunds": [],
    "orderType": null,
    "internalCashbackValue": 0,
    "externalCashbackValue": 0,
    "expressDeliveryCharges": 0,
    "giftWrapCharges": 0,
    "affiliateIdStr": null,
    "deviceType": "WAP",
    "cartId": "a265562c-2531-48f3-a719-9d1b70dfc670",
    "storeDetailSRO": null,
    "deliveryType": null,
    "imsUserId": "VjAxI2IzOTNiOTA3LWExMDQtNGQwZS05ZDU3LTIxNmY2Zjk1Y2ZkOQ",
    "instantBankPromoValue": 0,
    "language": "en",
    "experimentId": null,
    "panCard": null,
    "catalogIdtoQuantityMap": {
        "-238646479": 1
    },
    "orderItemToSuborderList": [{
        "quantity": null,
        "catalogId": null,
        "vendorCode": "58f3d6",
        "suborders": [{
            "id": 148094186,
            "zoneId": 28,
            "suborderStatus": {
                "id": 3,
                "code": "DEL",
                "value": "Delivered",
                "description": "Delivered",
                "microDescription": null,
                "macroDescription": null,
                "cancellable": true
            },
            "orderId": 117520218,
            "orderCode": "11762002180",
            "catalogId": -238646479,
            "code": "14819491863",
            "catalogType": "product",
            "price": 117,
            "sellingPrice": 117,
            "paidAmount": 117,
            "sdCash": 0,
            "promoValue": 0,
            "refundAmount": 0,
            "shippingCharges": 0,
            "shippingMethodCharges": 0,
            "created": 1455468157000,
            "updated": 1456047593000,
            "deliveryDate": 1456047474000,
            "sdCashCredited": 0,
            "orderEmail": "aa11h112190936@gmail.com",
            "orderMobile": "6571216894",
            "orderAddressDetail": {
                "id": 115385630,
                "name": "Aakash",
                "addressLine1": "Krishna Toli Road No.4 Brahmpura Muzaffarpur",
                "addressLine2": " Near Brajbihari Lane",
                "city": "Muzaffarpur",
                "state": "Bihar",
                "pincode": "842003",
                "mobile": "6571216894",
                "landline": null,
                "recipient_name": "Aakash",
                "recipient_mobile": "6571216894",
                "addressTag": null,
                "defaultAddress": false,
                "addressStatus": null,
                "addressId": null,
                "dndActive": false
            },
            "customerName": "Aakash",
            "zonePageUrl": "delhi",
            "orderViewSource": null,
            "suborderType": {
                "id": 1,
                "code": "REG",
                "value": "Regular"
            },
            "offerPrice": 117,
            "offerDiscount": 0,
            "verifiedDate": 1455468158000,
            "inventoryTxnCode": "AK6EKRR4LO",
            "shippingMethodCode": "COD",
            "vendorCode": "58f3d6",
            "supcCode": "SDL106176684",
            "internalCashbackValue": 0,
            "externalCashbackValue": 0,
            "emiCharges": 0,
            "catalogIdL": 652596382513,
            "promoCode": null,
            "expressDeliveryCharges": 0,
            "expressDeliveryType": "STANDARD",
            "promisedDeliveryDate": 1456245758000,
            "giftWrapCharges": 0,
            "giftWrap": false,
            "deliveryDateRange": {
                "start": 1455900158000,
                "end": 1456245758000
            },
            "shipDateRange": {
                "start": 1455468158000,
                "end": 1455640958000
            },
            "earnedSdPoints": 0,
            "storeFront": "SDL",
            "subStoreFront": null,
            "sku": null,
            "fulfillmentModel": null,
            "deliveryType": null,
            "storeCode": null,
            "suborderTransactionSROs": null,
            "suborderHistorySROs": null,
            "additionalSuborderDetailsSRO": null,
            "productFlowType": "PRODUCT",
            "paymentModeCharges": 0,
            "vendorServiceFinancialSRO": {
                "suborderCode": "14819491863",
                "vendorPrice": 106,
                "merchantCut": null,
                "vendorSponsoredExternalCashback": 0.0,
                "vendorSponsoredInternalCashback": 0.0,
                "vendorSponsoredEmiCharge": 0.0,
                "snapdealSponsoreEmiCharge": 0.0,
                "sdCommission": 7.94,
                "serviceTax": 1.35,
                "courierCost": 103,
                "fulfillmentFees": 0.0,
                "waiverAmount": 0.0,
                "sellingPrice": 117,
                "id": 137026068,
                "created": 1455468157000,
                "updated": 1455468158000,
                "cashbackAdjustment": null
            },
            "additionalOfferDetailsSROList": [],
            "deliverySource": "COURIER",
            "stateTax": 0,
            "shipFarCharges": 0,
            "suborderFreebieMapping": null,
            "parentSuborderId": null,
            "bundleCode": null,
            "bundleType": null,
            "childSuborders": null,
            "policyID": null,
            "experimentId": null,
            "vendorPrice": 0,
            "instantBankPromoValue": 0,
            "sellingPriceExcludingCashbacks": 117,
            "instantBankPromoCode": null,
            "instantBankPromoSourceName": null,
            "instantBankPromoSourceType": null,
            "instantBankPromoSdSponsoredValue": 0,
            "instantBankPromoSourceSponsoredValue": 0,
            "deliveryCharges": 0,
            "totalWalletCashbackValue": 0,
            "walletCashbackStatus": null,
            "deliveryUpgraded": false
        }],
        "catalogIdL": 652596382513
    }],
    "totalEmiCharges": 0,
    "catalogToSuborderMap": {
        "-238646479": [{
            "id": 148094186,
            "zoneId": 28,
            "suborderStatus": {
                "id": 3,
                "code": "DEL",
                "value": "Delivered",
                "description": "Delivered",
                "microDescription": null,
                "macroDescription": null,
                "cancellable": true
            },
            "orderId": 117520218,
            "orderCode": "11762002180",
            "catalogId": -238646479,
            "code": "14819491863",
            "catalogType": "product",
            "price": 117,
            "sellingPrice": 117,
            "paidAmount": 117,
            "sdCash": 0,
            "promoValue": 0,
            "refundAmount": 0,
            "shippingCharges": 0,
            "shippingMethodCharges": 0,
            "created": 1455468157000,
            "updated": 1456047593000,
            "deliveryDate": 1456047474000,
            "sdCashCredited": 0,
            "orderEmail": "aa11h112190936@gmail.com",
            "orderMobile": "6571216894",
            "orderAddressDetail": {
                "id": 115385630,
                "name": "Aakash",
                "addressLine1": "Krishna Toli Road No.4 Brahmpura Muzaffarpur",
                "addressLine2": " Near Brajbihari Lane",
                "city": "Muzaffarpur",
                "state": "Bihar",
                "pincode": "842003",
                "mobile": "6571216894",
                "landline": null,
                "recipient_name": "Aakash",
                "recipient_mobile": "6571216894",
                "addressTag": null,
                "defaultAddress": false,
                "addressStatus": null,
                "addressId": null,
                "dndActive": false
            },
            "customerName": "Aakash",
            "zonePageUrl": "delhi",
            "orderViewSource": null,
            "suborderType": {
                "id": 1,
                "code": "REG",
                "value": "Regular"
            },
            "offerPrice": 117,
            "offerDiscount": 0,
            "verifiedDate": 1455468158000,
            "inventoryTxnCode": "AK6EKRR4LO",
            "shippingMethodCode": "COD",
            "vendorCode": "58f3d6",
            "supcCode": "SDL106176684",
            "internalCashbackValue": 0,
            "externalCashbackValue": 0,
            "emiCharges": 0,
            "catalogIdL": 652596382513,
            "promoCode": null,
            "expressDeliveryCharges": 0,
            "expressDeliveryType": "STANDARD",
            "promisedDeliveryDate": 1456245758000,
            "giftWrapCharges": 0,
            "giftWrap": false,
            "deliveryDateRange": {
                "start": 1455900158000,
                "end": 1456245758000
            },
            "shipDateRange": {
                "start": 1455468158000,
                "end": 1455640958000
            },
            "earnedSdPoints": 0,
            "storeFront": "SDL",
            "subStoreFront": null,
            "sku": null,
            "fulfillmentModel": null,
            "deliveryType": null,
            "storeCode": null,
            "suborderTransactionSROs": null,
            "suborderHistorySROs": null,
            "additionalSuborderDetailsSRO": null,
            "productFlowType": "PRODUCT",
            "paymentModeCharges": 0,
            "vendorServiceFinancialSRO": {
                "suborderCode": "14819491863",
                "vendorPrice": 106,
                "merchantCut": null,
                "vendorSponsoredExternalCashback": 0.0,
                "vendorSponsoredInternalCashback": 0.0,
                "vendorSponsoredEmiCharge": 0.0,
                "snapdealSponsoreEmiCharge": 0.0,
                "sdCommission": 7.94,
                "serviceTax": 1.35,
                "courierCost": 103,
                "fulfillmentFees": 0.0,
                "waiverAmount": 0.0,
                "sellingPrice": 117,
                "id": 137026068,
                "created": 1455468157000,
                "updated": 1455468158000,
                "cashbackAdjustment": null
            },
            "additionalOfferDetailsSROList": [],
            "deliverySource": "COURIER",
            "stateTax": 0,
            "shipFarCharges": 0,
            "suborderFreebieMapping": null,
            "parentSuborderId": null,
            "bundleCode": null,
            "bundleType": null,
            "childSuborders": null,
            "policyID": null,
            "experimentId": null,
            "vendorPrice": 0,
            "instantBankPromoValue": 0,
            "sellingPriceExcludingCashbacks": 117,
            "instantBankPromoCode": null,
            "instantBankPromoSourceName": null,
            "instantBankPromoSourceType": null,
            "instantBankPromoSdSponsoredValue": 0,
            "instantBankPromoSourceSponsoredValue": 0,
            "deliveryCharges": 0,
            "totalWalletCashbackValue": 0,
            "walletCashbackStatus": null,
            "deliveryUpgraded": false
        }]
    },
    "catalogToSuborderMapL": {
        "652596382513": [{
            "id": 148094186,
            "zoneId": 28,
            "suborderStatus": {
                "id": 3,
                "code": "DEL",
                "value": "Delivered",
                "description": "Delivered",
                "microDescription": null,
                "macroDescription": null,
                "cancellable": true
            },
            "orderId": 117520218,
            "orderCode": "11762002180",
            "catalogId": -238646479,
            "code": "14819491863",
            "catalogType": "product",
            "price": 117,
            "sellingPrice": 117,
            "paidAmount": 117,
            "sdCash": 0,
            "promoValue": 0,
            "refundAmount": 0,
            "shippingCharges": 0,
            "shippingMethodCharges": 0,
            "created": 1455468157000,
            "updated": 1456047593000,
            "deliveryDate": 1456047474000,
            "sdCashCredited": 0,
            "orderEmail": "aa11h112190936@gmail.com",
            "orderMobile": "6571216894",
            "orderAddressDetail": {
                "id": 115385630,
                "name": "Aakash",
                "addressLine1": "Krishna Toli Road No.4 Brahmpura Muzaffarpur",
                "addressLine2": " Near Brajbihari Lane",
                "city": "Muzaffarpur",
                "state": "Bihar",
                "pincode": "842003",
                "mobile": "6571216894",
                "landline": null,
                "recipient_name": "Aakash",
                "recipient_mobile": "6571216894",
                "addressTag": null,
                "defaultAddress": false,
                "addressStatus": null,
                "addressId": null,
                "dndActive": false
            },
            "customerName": "Aakash",
            "zonePageUrl": "delhi",
            "orderViewSource": null,
            "suborderType": {
                "id": 1,
                "code": "REG",
                "value": "Regular"
            },
            "offerPrice": 117,
            "offerDiscount": 0,
            "verifiedDate": 1455468158000,
            "inventoryTxnCode": "AK6EKRR4LO",
            "shippingMethodCode": "COD",
            "vendorCode": "58f3d6",
            "supcCode": "SDL106176684",
            "internalCashbackValue": 0,
            "externalCashbackValue": 0,
            "emiCharges": 0,
            "catalogIdL": 652596382513,
            "promoCode": null,
            "expressDeliveryCharges": 0,
            "expressDeliveryType": "STANDARD",
            "promisedDeliveryDate": 1456245758000,
            "giftWrapCharges": 0,
            "giftWrap": false,
            "deliveryDateRange": {
                "start": 1455900158000,
                "end": 1456245758000
            },
            "shipDateRange": {
                "start": 1455468158000,
                "end": 1455640958000
            },
            "earnedSdPoints": 0,
            "storeFront": "SDL",
            "subStoreFront": null,
            "sku": null,
            "fulfillmentModel": null,
            "deliveryType": null,
            "storeCode": null,
            "suborderTransactionSROs": null,
            "suborderHistorySROs": null,
            "additionalSuborderDetailsSRO": null,
            "productFlowType": "PRODUCT",
            "paymentModeCharges": 0,
            "vendorServiceFinancialSRO": {
                "suborderCode": "14819491863",
                "vendorPrice": 106,
                "merchantCut": null,
                "vendorSponsoredExternalCashback": 0.0,
                "vendorSponsoredInternalCashback": 0.0,
                "vendorSponsoredEmiCharge": 0.0,
                "snapdealSponsoreEmiCharge": 0.0,
                "sdCommission": 7.94,
                "serviceTax": 1.35,
                "courierCost": 103,
                "fulfillmentFees": 0.0,
                "waiverAmount": 0.0,
                "sellingPrice": 117,
                "id": 137026068,
                "created": 1455468157000,
                "updated": 1455468158000,
                "cashbackAdjustment": null
            },
            "additionalOfferDetailsSROList": [],
            "deliverySource": "COURIER",
            "stateTax": 0,
            "shipFarCharges": 0,
            "suborderFreebieMapping": null,
            "parentSuborderId": null ,
            "bundleCode": null,
            "bundleType": null,
            "childSuborders": null,
            "policyID": null,
            "experimentId": null,
            "vendorPrice": 0,
            "instantBankPromoValue": 0,
            "sellingPriceExcludingCashbacks": 117,
            "instantBankPromoCode": null,
            "instantBankPromoSourceName": null,
            "instantBankPromoSourceType": null,
            "instantBankPromoSdSponsoredValue": 0,
            "instantBankPromoSourceSponsoredValue": 0,
            "deliveryCharges": 0,
            "totalWalletCashbackValue": 0,
            "walletCashbackStatus": null,
            "deliveryUpgraded": false
        }]
    },
    "catalogIdtoQuantityMapL": {
        "652596382513": 1
    }
}] }

如何在Javascrpit中解析并使用该值?

使用方法
.toJSON()
将序列化的JSON反序列化为JSON对象

例如:

var serialized_json = "{'a': '1', 'b': '2'}";


只需按如下键名访问它们

json.orderSROList

json.successful
var json={
“成功”:没错,
“代码”:空,
“消息”:空,
“验证错误”:[],
“协议”:“协议”,
“ordersolist”:[{
“id”:117520218,
“地址详情”:{
“id”:115385630,
“名称”:“Aakash”,
“地址线1”:“布拉姆普拉-穆扎法布尔4号克里希纳-托利路”,
“地址线2”:“靠近Brajbihari巷”,
“城市”:“Muzaffarpur”,
“国家”:“比哈尔邦”,
“pincode”:“842003”,
“手机”:“6571216894”,
“固定电话”:空,
“收件人姓名”:“Aakash”,
“收件人”手机:“6571216894”,
“addressTag”:空,
“defaultAddress”:false,
“addressStatus”:空,
“addressId”:空,
“dndActive”:false
},
“地带”:28,
“代码”:“11762002180”,
“订单状态”:{
“id”:2,
“代码”:“CTD”,
“值”:“已完成”,
“说明”:“已完成”
},
“客户名称”:“Aakash”,
“用户ID”:151708376,
“电子邮件”:aa11h112190936@gmail.com",
“手机”:“6571216894”,
“价格”:117,
“销售价格”:117,
“paidAmount”:117,
“sdCash”:0,
“promoValue”:0,
“退款金额”:0,
“运费”:0,
“shippingMethodCharges”:0,
“重试”:false,
“orderSummaryLink”:http://www.snapdeal.com//orderSummary?code=dc282e3690af61023f82f2828db0dabf&order=11762002180",
“频道代码”:“wap”,
“partnerTransactionCode”:空,
“Affiliated”:无效,
“已创建”:1455468157000,
“更新”:1455468158000,
“纬度”:空,
“经度”:空,
“订单交易”:[],
“亚目”:[{
“id”:148094186,
“地带”:28,
“亚目状态”:{
“id”:3,
“代码”:“DEL”,
“价值”:“已交付”,
“说明”:“已交付”,
“微描述”:空,
“宏描述”:空,
“可取消”:真
},
“订单ID”:117520218,
“订单代码”:“11762002180”,
“catalogId”:-238646479,
“代码”:“14819491863”,
“目录类型”:“产品”,
“价格”:117,
“销售价格”:117,
“paidAmount”:117,
“sdCash”:0,
“promoValue”:0,
“退款金额”:0,
“运费”:0,
“shippingMethodCharges”:0,
“已创建”:1455468157000,
“更新”:1456047593000,
“交货日期”:14560474000,
“sdCashCredited”:0,
“订单电子邮件”:aa11h112190936@gmail.com",
“orderMobile”:“6571216894”,
“orderAddressDetail”:{
“id”:115385630,
“名称”:“Aakash”,
“地址线1”:“布拉姆普拉-穆扎法布尔4号克里希纳-托利路”,
“地址线2”:“靠近Brajbihari巷”,
“城市”:“Muzaffarpur”,
“国家”:“比哈尔邦”,
“pincode”:“842003”,
“手机”:“6571216894”,
“固定电话”:空,
“收件人姓名”:“Aakash”,
“收件人”手机:“6571216894”,
“addressTag”:空,
“defaultAddress”:false,
“addressStatus”:空,
“addressId”:空,
“dndActive”:false
},
“客户名称”:“Aakash”,
“zonePageUrl”:“德里”,
“orderViewSource”:空,
“子订单类型”:{
“id”:1,
“代码”:“注册”,
“值”:“常规”
},
“报价”:117,
“OfferDiscont”:0,
“验证日期”:1455468158000,
“inventoryTxnCode”:“AK6EKRR4LO”,
“shippingMethodCode”:“COD”,
“卖方代码”:“58f3d6”,
“supcCode”:“SDL106176684”,
“internalCashbackValue”:0,
“externalCashbackValue”:0,
“电子电荷”:0,
“catalogIdL”:652596382513,
“promoCode”:空,
“expressDeliveryCharges”:0,
“expressDeliveryType”:“标准”,
“承诺交付日期”:1456245758000,
“GiftRapCharges”:0,
“giftWrap”:假,
“deliveryDateRange”:{
“开始”:1455900158000,
“结束”:1456245758000
},
“发货日期范围”:{
“开始”:1455468158000,
“结束”:1455640958000
},
“获得的分数”:0,
“店面”:“SDL”,
“subStoreFront”:空,
“sku”:空,
“fulfillmentModel”:空,
“deliveryType”:空,
“storeCode”:空,
“suborderTransactionSROs”:空,
“子订单”:空,
“AdditionalSuborderTailSSRO”:空,
“productFlowType”:“产品”,
“paymentModeCharges”:0,
“vendorServiceFinancialSRO”:{
“子订单代码”:“14819491863”,
“卖方价格”:106,
“merchantCut”:空,
“卖方赞助的外部信用证”:0.0,
“卖方发起的内部回购”:0.0,
“卖方发起的免责声明”:0.0,
“snapdeassponsoreemicharge”:0.0,
“可持续发展委员会”:7.94,
“服务税”:1.35,
“快递费用”:103,
“履行义务”:0.0,
“豁免金额”:0.0,
“销售价格”:117,
“id”:137026068,
“已创建”:1455468157000,
“更新”:1455468158000,
“现金返还调整”:空
},
“额外报价明细明细表”:[],
“deliverySource”:“快递员”,
“州税”:0,
“运费”:0,
“SuborderForebieMapping”:null,
“parentSuborderId”:空,
“bundleCode”:空,
“bundleType”:null,
“子订单”:空,
“policyID”:null,
“实验ID”:空,
“卖方价格”:0,
“instantBankPromoValue”:0,
“不包括现金在内的销售价格”:117,
“instantBankPromoCode”:空,
“instantBankPromoSourceName”:空,
“instantBankPromoSourceType”:null,
“InstantBankPromotoseSponsoredValue”:0,
“instantBankPromoSourceSponsoredValue”:0,
“交付费用”:0,
“totalWalletCashbackValue”:0,
“walletCashbackStatus”:空,
“deliveryUpgraded”:false
}],
“订单退款”:[],
“orderType”:空,
“internalCashbackValue”:0,
“externalCashbackValue”:0,
“expressDeliveryCharges”:0,
“GiftRapCharges”:0,
“担保人”:无效,
“设备类型”:“WAP”,
“cartId”:“a265562c-2531-48f3-a719-9d1b70dfc670”,
“storeDetailSRO”:空,
“deliveryType”:空,
“imsUserId”:“VjAxI2IzOTNiOTA3
json.orderSROList

json.successful