We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e42113 commit c5d9d1bCopy full SHA for c5d9d1b
1 file changed
README.md
@@ -117,10 +117,12 @@ APIJSON是一种专为API而生的 JSON网络传输协议 以及 基于这套协
117
118
### 常见问题
119
#### 1.如何定制业务逻辑?
120
-远程函数 https://github.com/APIJSON/APIJSON/issues/101
+在后端编写 远程函数,可以拿到 session, version, 当前 JSONObject,参数名称 等值,然后对查到的数据自定义处理
121
+https://github.com/APIJSON/APIJSON/issues/101
122
123
#### 2.如何校验参数?
-Request 表配置 structure
124
+Request 表配置校验规则 structure,提供通用校验方法,还支持调用 远程函数 来完全自定义
125
+https://github.com/APIJSON/APIJSON/wiki#%E5%AE%9E%E7%8E%B0%E5%8E%9F%E7%90%86
126
127
### 快速上手
128
0 commit comments