Skip to content

Commit 73ae60d

Browse files
authored
Update README.md
1 parent 180c332 commit 73ae60d

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,12 @@ APIJSON是一种专为API而生的 JSON网络传输协议 以及 基于这套协
120120
在后端编写 远程函数,可以拿到 session, version, 当前 JSONObject, 参数名称 等,然后对查到的数据自定义处理
121121
https://github.com/APIJSON/APIJSON/issues/101
122122

123-
#### 2.如何校验参数?
124-
Request 表配置校验规则 structure,提供 NECESSARY, TYPE, VERIFY 通用校验方法,还通过 远程函数 来完全自定义
123+
#### 2.如何校验权限?
124+
在 Request 表配置校验规则
125+
https://github.com/APIJSON/APIJSON/wiki#%E5%AE%9E%E7%8E%B0%E5%8E%9F%E7%90%86
126+
127+
#### 3.如何校验参数?
128+
在 Request 表配置校验规则 structure,提供 NECESSARY, TYPE, VERIFY 通用校验方法,还通过 远程函数 来完全自定义
125129
https://github.com/APIJSON/APIJSON/wiki#%E5%AE%9E%E7%8E%B0%E5%8E%9F%E7%90%86
126130

127131
<br />

0 commit comments

Comments
 (0)