Commit 9174fef2 authored by chentianyu's avatar chentianyu

获取查看权限的站点

parent 521410d8
<?php
declare(strict_types=1);
namespace Meibuyu\Rpc\Service\Interfaces\Order;
/**
* @author chentianyu
*/
interface AuthSiteServiceInterface
{
/**
* 获取查看权限的站点,全部权限返回 ALL,否则返回站点数组
* @param $userId
* @return array|string
* @author chentianyu
*/
public function getAuthSiteViewByUserId($userId);
}
\ No newline at end of file
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