Commit b43edcad authored by Liu lu's avatar Liu lu

数据权限rpc

parent 8ba7fc14
...@@ -46,4 +46,14 @@ interface AuthenticationInterface ...@@ -46,4 +46,14 @@ interface AuthenticationInterface
* @return array * @return array
*/ */
public function getAppBtnAccess($appName, $userId, $buttonCodes = []): array; public function getAppBtnAccess($appName, $userId, $buttonCodes = []): array;
/**
* 获取指定用户数据权限
* @param $uid 用户id
* @param $code
* @param $appName 应用名称
*/
public function getUserDataAuth($uid,$code,$appName);
} }
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