我想发送此动态内容:
<div id="map">
</div>
<script>
window.initMap = function() {
var map = new google.maps.Map(document.getElementById('map'), {
center: new google.maps.LatLng(47.037596, 8.303537),
zoom: 13,
});
}
</script>
<script type="text/javascript" async="" defer="" src="//maps.googleapis.com/maps/api/js?key=AIzaSyCkUOdZ5y7hMm0yrcCQoCvLwzdM6M8s5qk&libraries=places&callback=initMap"></script>
从Azure数据工厂中的Web活动到逻辑应用。
但是在执行此步骤后,出现此错误:
content:@concat(formatDateTime(adddays(utcnow(),-1),'mm'),formatDateTime(adddays(utcnow(),-1),'dd'))
我该如何解决这个问题?
答案 0 :(得分:1)
添加
$.ajax({
url: "/invoices/vindication_filter/",
data: {
vindication_type: vindication_type,
},
type: "POST",
success: function(response) {
//response['results'] is your invoices_all_data
}
});
在请求标头中。
答案 1 :(得分:0)