L.esri.dynamicMapLayer({
url: 'xxx',
layers:[0],
layerDefs: {0:sql},//重点
opacity: 1,
useCors: false
}).bindPopup(function(err, featureCollection, response){
}
})