こんにちは私はオブジェクトで作成されたkeyIndex配列を更新していますが、URLに配列を追加していますが機能しません:
私のコード:
var dataObject = {
Indices: {
subIndex: {
keyIndex: [], //this is not updating in baseURL 'keyIndex'
method: 'GetCCINationalIndicesData',
baseURL: 'http://107.20.173.235/BlufinAPI/Service/ConsumerConfidenceIndex.svc/GetCCINationalIndicesData?InputJSON={"IndexID":"' + keyIndex + '","FromMonth":"10","FromYear":"2011","ToMonth":"3","ToYear":"2012"}'
}
},
Geography: {
0: '1',
tiers: {
method: 'GetCCITierIndicesData'
},
regions: {
method: 'GetCCIRegionIndicesData'
},
city: {
method: 'GetCCICityIndicesData'
}
},
Demographics: {}
}
何か問題がありますか?