// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (bindMemberService == null) var bindMemberService = {}; bindMemberService._path = '/dwr'; bindMemberService.register = function(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, callback) { dwr.engine._execute(bindMemberService._path, 'bindMemberService', 'register', false, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, callback); } bindMemberService.bind = function(p1, p2, p3, p4, p5, p6, p7, p8, callback) { dwr.engine._execute(bindMemberService._path, 'bindMemberService', 'bind', false, p1, p2, p3, p4, p5, p6, p7, p8, callback); } bindMemberService.unbind = function(p1, p2, p3, p4, callback) { dwr.engine._execute(bindMemberService._path, 'bindMemberService', 'unbind', false, p1, p2, p3, p4, callback); } bindMemberService.login = function(p1, p2, p3, callback) { dwr.engine._execute(bindMemberService._path, 'bindMemberService', 'login', false, p1, p2, p3, callback); } bindMemberService.getMemberNo = function(p1, p2, p3, callback) { dwr.engine._execute(bindMemberService._path, 'bindMemberService', 'getMemberNo', false, p1, p2, p3, callback); } bindMemberService.addMemberSore = function(p1, p2, p3, callback) { dwr.engine._execute(bindMemberService._path, 'bindMemberService', 'addMemberSore', false, p1, p2, p3, callback); } bindMemberService.checkLoginMsg = function(p1, p2, p3, p4, callback) { dwr.engine._execute(bindMemberService._path, 'bindMemberService', 'checkLoginMsg', false, p1, p2, p3, p4, callback); } bindMemberService.loginSelect = function(p1, p2, p3, p4, p5, p6, p7, callback) { dwr.engine._execute(bindMemberService._path, 'bindMemberService', 'loginSelect', false, p1, p2, p3, p4, p5, p6, p7, callback); } bindMemberService.checkMobile = function(p1, p2, p3, callback) { dwr.engine._execute(bindMemberService._path, 'bindMemberService', 'checkMobile', false, p1, p2, p3, callback); } bindMemberService.getOldPwd = function(p1, callback) { dwr.engine._execute(bindMemberService._path, 'bindMemberService', 'getOldPwd', false, p1, callback); } bindMemberService.compareOldPwd = function(p1, p2, p3, callback) { dwr.engine._execute(bindMemberService._path, 'bindMemberService', 'compareOldPwd', false, p1, p2, p3, callback); } bindMemberService.saveMemberInfo = function(p1, p2, p3, p4, p5, p6, p7, p8, p9, callback) { dwr.engine._execute(bindMemberService._path, 'bindMemberService', 'saveMemberInfo', false, p1, p2, p3, p4, p5, p6, p7, p8, p9, callback); } bindMemberService.sendActiveEmail = function(p1, p2, p3, p4, p5, callback) { dwr.engine._execute(bindMemberService._path, 'bindMemberService', 'sendActiveEmail', false, p1, p2, p3, p4, p5, callback); } bindMemberService.bindByMemberNo = function(p1, p2, p3, p4, p5, p6, p7, p8, callback) { dwr.engine._execute(bindMemberService._path, 'bindMemberService', 'bindByMemberNo', false, p1, p2, p3, p4, p5, p6, p7, p8, callback); } bindMemberService.bindByMemberAccount = function(p1, p2, p3, p4, p5, p6, p7, p8, callback) { dwr.engine._execute(bindMemberService._path, 'bindMemberService', 'bindByMemberAccount', false, p1, p2, p3, p4, p5, p6, p7, p8, callback); } bindMemberService.encryPassword = function(p0, callback) { dwr.engine._execute(bindMemberService._path, 'bindMemberService', 'encryPassword', p0, callback); }