Neuvition 公司

4655 Old Ironsides Dr.,Suite 290,圣克拉拉,CA 95054

苏州纽威讯科技有限公司

86-0512 63259560

吴江市汾湖路2号科技创新园6号楼558层

纽威讯科技(厦门)有限公司

86-0512 63259560

厦门市厦门软件园二期望海路2号16楼

联系我们

如果您有任何疑问或建议,请留言,我们将在24小时内与您联系!

电话:+1 888-487-8667

电子邮件:jian.lin@neuvition.com

企业愿景:更美好愿景 更智慧未来
🇧🇷
// 提交订阅 $("#btn-subscribe").click(function () { let email = $("#email").val(); if (email == '') { alert('此邮箱为必填项'); return false } $.ajax({ type: 'post', url: 'https://system.neuvition.cn/api/customer/en', data: { company: '订阅客户', email: email, json: jsonStr, message: '订阅消息', }, cache: false, dataType: 'json', success: function (result) { alert('订阅成功!'); }, error: function (data) { console.log("err"); } }); console.log(email) })