代码:
$.ajax({
type:'POST',
data:JSON.stringify(strpic2),
contentType :'application/json',
dataType:'json',
url :'https://result.eolinker.com/M94gSj9163463e3f775ddb1904934e5283fad543d8f9f7f?uri=/src/components/bussiness/temperatureDistribution',
success :function(data) {
alert("OK");
},
error :function(e) {
alert("error");
}})