Skip to content

Commit c5d9d1b

Browse files
authored
Update README.md
1 parent 3e42113 commit c5d9d1b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,12 @@ APIJSON是一种专为API而生的 JSON网络传输协议 以及 基于这套协
117117

118118
### 常见问题
119119
#### 1.如何定制业务逻辑?
120-
远程函数 https://github.com/APIJSON/APIJSON/issues/101
120+
在后端编写 远程函数,可以拿到 session, version, 当前 JSONObject,参数名称 等值,然后对查到的数据自定义处理
121+
https://github.com/APIJSON/APIJSON/issues/101
121122

122123
#### 2.如何校验参数?
123-
Request 表配置 structure
124+
Request 表配置校验规则 structure,提供通用校验方法,还支持调用 远程函数 来完全自定义
125+
https://github.com/APIJSON/APIJSON/wiki#%E5%AE%9E%E7%8E%B0%E5%8E%9F%E7%90%86
124126

125127
### 快速上手
126128

0 commit comments

Comments
 (0)