
/**
 * 顺网util的js，返回业务数据
 */
var IspUtil={
	getBusinessHeadTopic:function(){
		return Action.getData("../customerService_all.do?schType=1&schIsShow=true&rp=0");
	},
	getTechniqueHeadTopic:function(){
		return Action.getData("../customerService_all.do?schType=2&schIsShow=true&rp=0");
	},
	getGameHeadTopic:function(){
		return Action.getData("../customerService_all.do?schType=3&schIsShow=true&rp=0");
	},
	getBusinessTopics:function(){
		return Action.getData("../customerService_all.do?schType=1&rp=0");
	},
	getTechniqueTopics:function(){
		return Action.getData("../customerService_all.do?schType=2&rp=0");
	},
	getGameTopics:function(){
		return Action.getData("../customerService_all.do?schType=3&rp=0");
	},
	getClientSerSysUrl:function(){
		return Action.getObjByUrl("findClientSerSysUser_all.do").clientSerSysUrl;
	},
	getLoginKfUrl:function(){
		return Action.getObjByUrl("getloginKFURLAction_all.do").clientSerSysUrl;
	}
}
