UserStatusController.class.php
322 Bytes
<?php
/**
* 人员禁用-启用状态更新接口
*
*/
namespace Apicp\Controller\Contact;
class UserStatusController extends AbstractController
{
public function Index()
{
return $this->_result = array();
}
public function Test()
{
return $this->_result = array();
}
}