mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
docs: typo
This commit is contained in:
parent
82f6e8a2cb
commit
9e85490ce9
@ -624,7 +624,7 @@ const schema = {
|
||||
字符串形式实际上可以认为是外层包裹了一层函数,你需要补充内部的函数实现,并将修改好的 `payload` 对象 `return` 出去:
|
||||
|
||||
```js
|
||||
function (payload, responsee) {
|
||||
function (payload, response) {
|
||||
// 你的适配器代码
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user