Commit 4b9de891 authored by  林继鑫's avatar 林继鑫

Merge branch 'develop' of http://git.huaperfect.com/without_auth/meibuyu-rpc into develop

parents a55631cf 9174fef2
<?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