一:接口文档
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"
}