docs: autofille 补充个示例不然有人想不到

This commit is contained in:
吴多益 2021-11-15 10:45:27 +08:00 committed by GitHub
parent 01561cecef
commit 3bc918fdf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -229,7 +229,13 @@ app.listen(8080, function () {});
}
```
这样上传成功后,会把接口中的 `url` 变量,赋值给 `myUrl` 变量
这样上传成功后,会把接口中的 `url` 变量,赋值给 `myUrl` 变量,这个里支持表达式,比如在前面加上域名
```json
"autoFill": {
"myUrl": "https://cdn.com/${filename}"
}
```
**多选模式**