var UserRegister = { CheckLoginCode:function(code,callback,context){return new ajax_request(this.url + '?_method=CheckLoginCode&_session=rw','code=' + enc(code),callback, context);}, CheckPwd:function(pwd,Vpwd,callback,context){return new ajax_request(this.url + '?_method=CheckPwd&_session=rw','pwd=' + enc(pwd)+ '\r\nVpwd=' + enc(Vpwd),callback, context);}, url:'/ajax/CST.App.FinancePlatForm.UI.UserRegister,CST.PlatForm.UI.ashx' }