Commit 8ce6d0b6 authored by 王源's avatar 王源 🎧

添加应用rpc服务接口文件

parent 7c6cf50d
<?php
/**
* Created by PhpStorm.
* User: zero
* Date: 2020/3/27
* Time: 15:03
*/
namespace Meibuyu\Micro\Service\Interfaces;
interface AppServiceInterface
{
/**
* 获取当前用户可访问的应用数组
* @param $user
* @return mixed
*/
public function getAccessApps($user);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment