DelMemController.class.php
299 Bytes
<?php
/**
* 删除人员接口
*
*/
namespace Apicp\Controller\Contact;
class DelMemController extends AbstractController
{
public function Index()
{
return $this->_result = array();
}
public function Test()
{
return $this->_result = array();
}
}