补充 api 文档

This commit is contained in:
liaoxuezhi 2019-08-01 10:32:58 +08:00
parent 3eae50d4a5
commit 3e049debfe

View File

@ -62,6 +62,7 @@ Api 类型可以是字符串或者对象。API 中可以直接设置数据发送
- `data` 数据体
- `headers` 头部,配置方式和 data 配置一样,下面不详讲。如果要使用,请前往群组系统配置中,添加允许。
- `sendOn` 可以配置发送条件比如: `this.id` 表示当存在 id 值时才发送这个请求。
- `cache` 通过配置此属性开启缓存,单位是 ms比如设置 3000 的话当前接口在3s内请求只要传参一致就会走缓存。
如: