澜东科技解决方案配置指南
接口文档
访问接口文档:https://bgs.doersoft.com/LdAcademy/StandardApi
注意事项:以下是适配器
示例方案: https://pro.qliang.cloud/strategy/detail/53a7fb6c-921b-3254-806d-9e781dbdf9c7
方案配置指南
查询适配器路径:\Adapter\LanDong\LanDongQueryAdapter
写入适配器路径:\Adapter\LanDong\LanDongExecuteAdapter
请求参数设置
在otherRequest参数中,需要指定Content-Type类型,默认为application/json
请求调度者配置:

示例参数:
{
  "BeginTime": "2020-01-01",
  "EndTime": "2024-04-01",
  "PageIndex": "1",
  "PageSize": "2",
  "Content-Type": "application/json"
}
写入调度者配置:

{
  "OrganizationCode": "LD",
  "OrganizationName": "澜东科技",
  "Enabled": true,
  "Content-Type": "application/json"
}