InviteController.class.php
298 Bytes
<?php
/**
* 邀请关注接口
*
*/
namespace Apicp\Controller\Contact;
class InviteController extends AbstractController
{
public function Index()
{
return $this->_result = array();
}
public function Test()
{
return $this->_result = array();
}
}