Commit 51d2ca3f authored by 符运喃's avatar 符运喃

提交用户rpc 接口问题

parent 3de71789
......@@ -79,10 +79,11 @@ interface UserServiceInterface
/**
* 获取当前数据权限的配置
* @example store_warehouse_index(store_模块的名称,warehouse_ 控制器 index 方法)
* @param string $dataPerm
* @return array
*/
public function checkDataPerm(string $dataPerm):array ;
public function checkDataPerm(string $dataPerm): array;
/**
* 获取用户拥有某个应用的所有权限
......
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