if(typeof PointsChina == "undefined") PointsChina={};
if(typeof PointsChina.Web == "undefined") PointsChina.Web={};
if(typeof PointsChina.Web.PointsContribute == "undefined") PointsChina.Web.PointsContribute={};
if(typeof PointsChina.Web.PointsContribute.ContributeDefult == "undefined") PointsChina.Web.PointsContribute.ContributeDefult={};
PointsChina.Web.PointsContribute.ContributeDefult_class = function() {};
Object.extend(PointsChina.Web.PointsContribute.ContributeDefult_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	isLogin: function() {
		return this.invoke("isLogin", {}, this.isLogin.getArguments().slice(0));
	},
	confirmPwd: function(pwd) {
		return this.invoke("confirmPwd", {"pwd":pwd}, this.confirmPwd.getArguments().slice(1));
	},
	insertLog: function(points) {
		return this.invoke("insertLog", {"points":points}, this.insertLog.getArguments().slice(1));
	},
	inserMessage: function(userName, text) {
		return this.invoke("inserMessage", {"userName":userName, "text":text}, this.inserMessage.getArguments().slice(2));
	},
	loginJifen: function(strEmail, strPassword) {
		return this.invoke("loginJifen", {"strEmail":strEmail, "strPassword":strPassword}, this.loginJifen.getArguments().slice(2));
	},
	Redirectloginurl: function() {
		return this.invoke("Redirectloginurl", {}, this.Redirectloginurl.getArguments().slice(0));
	},
	checkDate: function() {
		return this.invoke("checkDate", {}, this.checkDate.getArguments().slice(0));
	},
	getCode: function() {
		return this.invoke("getCode", {}, this.getCode.getArguments().slice(0));
	},
	url: '/ajaxpro/PointsChina.Web.PointsContribute.ContributeDefult,PointsChina.Web.ashx'
}));
PointsChina.Web.PointsContribute.ContributeDefult = new PointsChina.Web.PointsContribute.ContributeDefult_class();


