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