mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
docs: api 适配器补充 data 的说明
This commit is contained in:
parent
3d5fd97c71
commit
19fdaae177
@ -680,6 +680,7 @@ const schema = {
|
||||
|
||||
- **payload**:当前请求的响应 payload,即 response.data
|
||||
- **response**:当前请求的原始响应
|
||||
- **api**:api 上的配置项,还可以通过 `api.data` 获得数据域里的内容
|
||||
|
||||
##### 字符串形式
|
||||
|
||||
@ -688,7 +689,7 @@ const schema = {
|
||||
字符串形式实际上可以认为是外层包裹了一层函数,你需要补充内部的函数实现,并将修改好的 `payload` 对象 `return` 出去:
|
||||
|
||||
```js
|
||||
function (payload, response) {
|
||||
function (payload, response, api) {
|
||||
// 你的适配器代码
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user