Commit 14427164 authored by Mac's avatar Mac

修改下生日聚会的接口

parent 02f4f3ae
...@@ -43,11 +43,15 @@ ...@@ -43,11 +43,15 @@
<script src="../../js/layer/layer.js"></script> <script src="../../js/layer/layer.js"></script>
<script> <script>
let href = window.location.href;
// let href = 'https://activity.oytour.com/html/shortLinks/BirthdayLetter.html?Id=12';
let Id = href.split('?')[1].split('=')[1]
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: `http://192.168.2.65/api/SellEventIM/GetActivitydetails`, url: `http://crm.oytour.com/api/SellEventIM/GetActivitydetails`,
contentType: "application/json", contentType: "application/json",
data: JSON.stringify( {'msg':{'Id':12}}), data: JSON.stringify( {'msg':{'Id':Id}}),
async: false, async: false,
success: function(res) { success: function(res) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment