通用无鉴权API接口配置文档
示例方案
https://pro.qliang.cloud/strategy/detail/83b84690-90b6-330b-b1c5-b9d308d56599
接口文档示例
https://www.exchangerate-api.com/docs/overview
一、方案配置指南
查询适配器:\Adapter\Common\NoAuthQueryAdapter
二:请求调度配置指南
参数配置表
field | label | value | is_required |
statusKey | 状态码键名 | result | true |
statusValue | 状态码键值(成功状态) | success | true |
dataKey | 数据集键名 | conversion_rates | true |
配置说明
在request中配置相应参数后,系统会自动获取otherRequest数据并进行字段映射匹配。
使用步骤
- 配置查询适配器为NoAuthQueryAdapter
- 在otherResponse中配置状态码键名、成功状态值和数据集键名
- 系统将根据配置自动解析API响应数据