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