<?php /** * 编辑部门接口 * */ namespace Apicp\Controller\Contact; class EditDpController extends AbstractController { public function Index() { return $this->_result = array(); } public function Test() { return $this->_result = array(); } }