<?php
/**
 * wxz_eat熊掌号接口定义
 *
 * @author vipl520
 * @url 
 */
defined('IN_IA') or exit('Access Denied');

class Wxz_eatModuleXzapp extends WeModuleXzapp {
	public function doPageTest(){
		global $_GPC, $_W;
		// 此处开发者自行处理
		include $this->template('test');
	}

}