FriendsController.php
292 字节
<?php
/**
* Created by PhpStorm.
* auther: sgj
* Date: 2018/12/20
* Time: 16:55
*/
namespace app\portal\controller;
use cmf\controller\WeChatBaseController;
class FriendsController extends WeChatBaseController
{
public function index(){
return $this->fetch();
}
}