var MemberManage = { CheckPwd:function(strPwd,callback,context){return new ajax_request(this.url + '?_method=CheckPwd&_session=rw','strPwd=' + enc(strPwd),callback, context);}, Update_Control:function(oldPassword,newPassword,callback,context){return new ajax_request(this.url + '?_method=Update_Control&_session=rw','oldPassword=' + enc(oldPassword)+ '\r\nnewPassword=' + enc(newPassword),callback, context);}, GetModifyPwdCode:function(ActionPhon,callback,context){return new ajax_request(this.url + '?_method=GetModifyPwdCode&_session=rw','ActionPhon=' + enc(ActionPhon),callback, context);}, UpdatePwdByMobile:function(ActionPhon,ActionCode,newPassword,callback,context){return new ajax_request(this.url + '?_method=UpdatePwdByMobile&_session=rw','ActionPhon=' + enc(ActionPhon)+ '\r\nActionCode=' + enc(ActionCode)+ '\r\nnewPassword=' + enc(newPassword),callback, context);}, bindEmail:function(email,code,callback,context){return new ajax_request(this.url + '?_method=bindEmail&_session=r','email=' + enc(email)+ '\r\ncode=' + enc(code),callback, context);}, bindApp:function(txtAppId,callback,context){return new ajax_request(this.url + '?_method=bindApp&_session=r','txtAppId=' + enc(txtAppId),callback, context);}, GetModCode:function(oldmobile,ActionPhon,callback,context){return new ajax_request(this.url + '?_method=GetModCode&_session=rw','oldmobile=' + enc(oldmobile)+ '\r\nActionPhon=' + enc(ActionPhon),callback, context);}, GetMobileCode:function(ActionPhon,callback,context){return new ajax_request(this.url + '?_method=GetMobileCode&_session=rw','ActionPhon=' + enc(ActionPhon),callback, context);}, CheckMobileStep1Code:function(code,callback,context){return new ajax_request(this.url + '?_method=CheckMobileStep1Code&_session=rw','code=' + enc(code),callback, context);}, bindMobile:function(oldmobile,newmobile,code,callback,context){return new ajax_request(this.url + '?_method=bindMobile&_session=r','oldmobile=' + enc(oldmobile)+ '\r\nnewmobile=' + enc(newmobile)+ '\r\ncode=' + enc(code),callback, context);}, SenToEmail:function(toemail,method,callback,context){return new ajax_request(this.url + '?_method=SenToEmail&_session=rw','toemail=' + enc(toemail)+ '\r\nmethod=' + enc(method),callback, context);}, UpdateUserinfo:function(nickName,trueName,sex,qq,email,companyName,posts,mobilePhone,headimgdomian,headimg,idcard,selprovinces,selcity,IndustryType,callback,context){return new ajax_request(this.url + '?_method=UpdateUserinfo&_session=rw','nickName=' + enc(nickName)+ '\r\ntrueName=' + enc(trueName)+ '\r\nsex=' + enc(sex)+ '\r\nqq=' + enc(qq)+ '\r\nemail=' + enc(email)+ '\r\ncompanyName=' + enc(companyName)+ '\r\nposts=' + enc(posts)+ '\r\nmobilePhone=' + enc(mobilePhone)+ '\r\nheadimgdomian=' + enc(headimgdomian)+ '\r\nheadimg=' + enc(headimg)+ '\r\nidcard=' + enc(idcard)+ '\r\nselprovinces=' + enc(selprovinces)+ '\r\nselcity=' + enc(selcity)+ '\r\nIndustryType=' + enc(IndustryType),callback, context);}, UpdateNewUserinfo:function(nickName,trueName,sex,qq,email,companyName,posts,mobilePhone,headimgdomian,headimg,idcard,Introduction,address,callback,context){return new ajax_request(this.url + '?_method=UpdateNewUserinfo&_session=rw','nickName=' + enc(nickName)+ '\r\ntrueName=' + enc(trueName)+ '\r\nsex=' + enc(sex)+ '\r\nqq=' + enc(qq)+ '\r\nemail=' + enc(email)+ '\r\ncompanyName=' + enc(companyName)+ '\r\nposts=' + enc(posts)+ '\r\nmobilePhone=' + enc(mobilePhone)+ '\r\nheadimgdomian=' + enc(headimgdomian)+ '\r\nheadimg=' + enc(headimg)+ '\r\nidcard=' + enc(idcard)+ '\r\nIntroduction=' + enc(Introduction)+ '\r\naddress=' + enc(address),callback, context);}, AddTeacherInfo:function(headImgDomain,headImg,trueName,sex,idCard,intro,teachExperience,teachResult,IdentityPic,IdentityPicDomain,type,pic,picdomain,remark,companyname,posts,callback,context){return new ajax_request(this.url + '?_method=AddTeacherInfo&_session=rw','headImgDomain=' + enc(headImgDomain)+ '\r\nheadImg=' + enc(headImg)+ '\r\ntrueName=' + enc(trueName)+ '\r\nsex=' + enc(sex)+ '\r\nidCard=' + enc(idCard)+ '\r\nintro=' + enc(intro)+ '\r\nteachExperience=' + enc(teachExperience)+ '\r\nteachResult=' + enc(teachResult)+ '\r\nIdentityPic=' + enc(IdentityPic)+ '\r\nIdentityPicDomain=' + enc(IdentityPicDomain)+ '\r\ntype=' + enc(type)+ '\r\npic=' + enc(pic)+ '\r\npicdomain=' + enc(picdomain)+ '\r\nremark=' + enc(remark)+ '\r\ncompanyname=' + enc(companyname)+ '\r\nposts=' + enc(posts),callback, context);}, UpdateTeacherInfo:function(NickName,trueName,sex,qq,CompanyName,posts,headImgDomain,headImg,intro,idCard,appId,teachExperience,teachResult,selprovinces,selcity,IndustryType,callback,context){return new ajax_request(this.url + '?_method=UpdateTeacherInfo&_session=rw','NickName=' + enc(NickName)+ '\r\ntrueName=' + enc(trueName)+ '\r\nsex=' + enc(sex)+ '\r\nqq=' + enc(qq)+ '\r\nCompanyName=' + enc(CompanyName)+ '\r\nposts=' + enc(posts)+ '\r\nheadImgDomain=' + enc(headImgDomain)+ '\r\nheadImg=' + enc(headImg)+ '\r\nintro=' + enc(intro)+ '\r\nidCard=' + enc(idCard)+ '\r\nappId=' + enc(appId)+ '\r\nteachExperience=' + enc(teachExperience)+ '\r\nteachResult=' + enc(teachResult)+ '\r\nselprovinces=' + enc(selprovinces)+ '\r\nselcity=' + enc(selcity)+ '\r\nIndustryType=' + enc(IndustryType),callback, context);}, BindPaymentUserinfo:function(username,userpassword,callback,context){return new ajax_request(this.url + '?_method=BindPaymentUserinfo&_session=rw','username=' + enc(username)+ '\r\nuserpassword=' + enc(userpassword),callback, context);}, RemoveBound:function(username,userpassword,callback,context){return new ajax_request(this.url + '?_method=RemoveBound&_session=r','username=' + enc(username)+ '\r\nuserpassword=' + enc(userpassword),callback, context);}, RemoveApp:function(callback,context){return new ajax_request(this.url + '?_method=RemoveApp&_session=r','',callback, context);}, BindTeacherAccount:function(mobile,code,banktruename,bankname,bankaccount,aliaccount,callback,context){return new ajax_request(this.url + '?_method=BindTeacherAccount&_session=r','mobile=' + enc(mobile)+ '\r\ncode=' + enc(code)+ '\r\nbanktruename=' + enc(banktruename)+ '\r\nbankname=' + enc(bankname)+ '\r\nbankaccount=' + enc(bankaccount)+ '\r\naliaccount=' + enc(aliaccount),callback, context);}, ReCollectList:function(pageSize,pageIndex,Keys,IsShow,oparetetype,groupid,callback,context){return new ajax_request(this.url + '?_method=ReCollectList&_session=rw','pageSize=' + enc(pageSize)+ '\r\npageIndex=' + enc(pageIndex)+ '\r\nKeys=' + enc(Keys)+ '\r\nIsShow=' + enc(IsShow)+ '\r\noparetetype=' + enc(oparetetype)+ '\r\ngroupid=' + enc(groupid),callback, context);}, UpdateCollectIsShow:function(id,isshow,callback,context){return new ajax_request(this.url + '?_method=UpdateCollectIsShow&_session=r','id=' + enc(id)+ '\r\nisshow=' + enc(isshow),callback, context);}, GetObjectArrTypeInfoByIDS:function(inputStr,callback,context){return new ajax_request(this.url + '?_method=GetObjectArrTypeInfoByIDS&_session=rw','inputStr=' + enc(inputStr),callback, context);}, ReHistroyList:function(pageSize,pageIndex,Keys,IsShow,callback,context){return new ajax_request(this.url + '?_method=ReHistroyList&_session=rw','pageSize=' + enc(pageSize)+ '\r\npageIndex=' + enc(pageIndex)+ '\r\nKeys=' + enc(Keys)+ '\r\nIsShow=' + enc(IsShow),callback, context);}, UpdateHistroyIsShow:function(id,callback,context){return new ajax_request(this.url + '?_method=UpdateHistroyIsShow&_session=r','id=' + enc(id),callback, context);}, DelAllHistory:function(callback,context){return new ajax_request(this.url + '?_method=DelAllHistory&_session=r','',callback, context);}, url:'/ajax/VideoManage.MemberManage,VideoManage.ashx' }