ระบบฝาก-ถอน ออโต้ ใช้ง่าย
ไม่ต้องส่งสลิป ไม่ต้องทำรายการ
//แก้ตรงนี้เท่านั้น ใส่ Agent ID var agent_id = 'QWxBrYek';
/**** ส่วนนี้ห้ามแก้ไข ****/ document.querySelector('#register_form input#agent').value = agent_id;
var checkMobile = function (e) { var mobile = document.querySelector('#register_form input#mobile_no'); var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function () { if (this.readyState == 4 && this.status == 200) { var res = JSON.parse(this.responseText); if (res.success) document.register_form.submit(); else { alert(res.message); return false; } } };
xhttp.open("POST", "https://mgwin88.app/member/api/validate_mobile", true); xhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); xhttp.send("agent_id=" + agent_id + "&mobile_no=" + mobile.value); return false; }