We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e32009d commit 886bc90Copy full SHA for 886bc90
README.md
@@ -123,7 +123,7 @@ APIJSON是一种专为API而生的 JSON网络传输协议 以及 基于这套协
123
在后端编写 远程函数,可以拿到 session、version、当前 JSON 对象、参数名称 等,然后对查到的数据自定义处理 <br />
124
https://github.com/APIJSON/APIJSON/issues/101
125
126
-#### 2.如何校验权限?
+#### 2.如何控制权限?
127
在 Access 表配置校验规则,默认不允许访问,需要对 每张表、每种角色、每种操作 做相应的配置,粒度细分到 Row 级 <br />
128
https://github.com/APIJSON/APIJSON/issues/12
129
0 commit comments