var CommonFunc = { CheckMobileLogin:function(validCode,userName,passWord,callback,context){return new ajax_request(this.url + '?_method=CheckMobileLogin&_session=rw','validCode=' + enc(validCode)+ '\r\nuserName=' + enc(userName)+ '\r\npassWord=' + enc(passWord),callback, context);}, CheckLogin:function(validCode,userName,passWord,setCookies,callback,context){return new ajax_request(this.url + '?_method=CheckLogin&_session=rw','validCode=' + enc(validCode)+ '\r\nuserName=' + enc(userName)+ '\r\npassWord=' + enc(passWord)+ '\r\nsetCookies=' + enc(setCookies),callback, context);}, CheckUserName:function(userName,callback,context){return new ajax_request(this.url + '?_method=CheckUserName&_session=r','userName=' + enc(userName),callback, context);}, CheckCode:function(code,callback,context){return new ajax_request(this.url + '?_method=CheckCode&_session=r','code=' + enc(code),callback, context);}, CheckmobCode:function(mobCode,callback,context){return new ajax_request(this.url + '?_method=CheckmobCode&_session=r','mobCode=' + enc(mobCode),callback, context);}, CheckEmail:function(email,callback,context){return new ajax_request(this.url + '?_method=CheckEmail&_session=r','email=' + enc(email),callback, context);}, CheckMobliePhone:function(MobliePhone,callback,context){return new ajax_request(this.url + '?_method=CheckMobliePhone&_session=r','MobliePhone=' + enc(MobliePhone),callback, context);}, AddClientUserAndCompany:function(userName,nickname,sex,password,mobilePhone,secCode,safecode,mobCode,callback,context){return new ajax_request(this.url + '?_method=AddClientUserAndCompany&_session=rw','userName=' + enc(userName)+ '\r\nnickname=' + enc(nickname)+ '\r\nsex=' + enc(sex)+ '\r\npassword=' + enc(password)+ '\r\nmobilePhone=' + enc(mobilePhone)+ '\r\nsecCode=' + enc(secCode)+ '\r\nsafecode=' + enc(safecode)+ '\r\nmobCode=' + enc(mobCode),callback, context);}, GetSecCode:function(callback,context){return new ajax_request(this.url + '?_method=GetSecCode&_session=rw','',callback, context);}, GetCity:function(proId,callback,context){return new ajax_request(this.url + '?_method=GetCity&_session=r','proId=' + enc(proId),callback, context);}, GetModCode:function(ActionPhon,userName,safecode,callback,context){return new ajax_request(this.url + '?_method=GetModCode&_session=rw','ActionPhon=' + enc(ActionPhon)+ '\r\nuserName=' + enc(userName)+ '\r\nsafecode=' + enc(safecode),callback, context);}, IsLogin:function(callback,context){return new ajax_request(this.url + '?_method=IsLogin&_session=rw','',callback, context);}, GetCookiesUserName:function(callback,context){return new ajax_request(this.url + '?_method=GetCookiesUserName&_session=r','',callback, context);}, url:'/ajax/PaymentPlatformManager.CommonFunc,PaymentPlatformManager.ashx' }