뉴비션, Inc.

4655 Old lronsides Dr.,Suite 290,Santa Clara,CA 95054

소주 Neuvition 기술 Co., Ltd.

+ 86 0512-63259560

Wujiang, 2Fenhu Road, Technology and Innovation Park, Building No.6, 558층

Neuvition Technology (Xiamen) Co., Ltd.

+ 86 0512-63259560

2층, 16 Wanghai Road, Xiamen Software Park II, 샤먼

문의하기

문의사항이나 제안사항이 있으신 경우 메시지를 남겨주시면 24시간 이내에 연락드리겠습니다!

전화:+1 888-487-8667

기업 비전: 더 스마트한 미래를 위한 더 나은 비전
✔︎
// 구독 취소 $("#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: 'subscribe customer', email: email, json: jsonStr, message: 'subscribe message', }, cache: false, dataType: 'json', success: function (result) { alert('구독에 성공했습니다!'); }, error: function (data) { console.log("err"); } }); console.log(email) })