if(typeof PointsChina == "undefined") PointsChina={};
if(typeof PointsChina.Web == "undefined") PointsChina.Web={};
if(typeof PointsChina.Web.cosumepoint == "undefined") PointsChina.Web.cosumepoint={};
if(typeof PointsChina.Web.cosumepoint.exchangeMoney == "undefined") PointsChina.Web.cosumepoint.exchangeMoney={};
PointsChina.Web.cosumepoint.exchangeMoney_class = function() {};
Object.extend(PointsChina.Web.cosumepoint.exchangeMoney_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getCachePoints: function() {
		return this.invoke("getCachePoints", {}, this.getCachePoints.getArguments().slice(0));
	},
	isCheckPwe: function(strName, passWord, moneyVale, productID, accountID, mobile, id) {
		return this.invoke("isCheckPwe", {"strName":strName, "passWord":passWord, "moneyVale":moneyVale, "productID":productID, "accountID":accountID, "mobile":mobile, "id":id}, this.isCheckPwe.getArguments().slice(7));
	},
	getExchangeMoneyCount: function() {
		return this.invoke("getExchangeMoneyCount", {}, this.getExchangeMoneyCount.getArguments().slice(0));
	},
	Redirectloginurl: function() {
		return this.invoke("Redirectloginurl", {}, this.Redirectloginurl.getArguments().slice(0));
	},
	url: '/ajaxpro/PointsChina.Web.cosumepoint.exchangeMoney,PointsChina.Web.ashx'
}));
PointsChina.Web.cosumepoint.exchangeMoney = new PointsChina.Web.cosumepoint.exchangeMoney_class();


