源系统平台:金蝶云星空
源系统接口: 银行查询executeBillQuery
目标系统平台: 轻易云集成平台
目标系统接口: 写入空操作写入空操作
源平台元数据配置:
{
"id": "FBillNo",
"api": "/api/kingdee/autoStock",
"type": "QUERY",
"method": "GET",
"number": "FBillNo",
"idCheck": false,
"request": [
{
"id": "update_time",
"type": "string",
"field": "update_time",
"label": "update_time",
"value": "{{LAST_SYNC_TIME|datetime}}",
"parent": null
}
],
"response": [
{
"type": "string",
"field": "F_TJCK",
"label": "F_TJCK",
"value": null,
"describe": "_autoFillResponse"
},
{
"type": "string",
"field": "F_SJ_JINGDU",
"label": "F_SJ_JINGDU",
"value": null,
"describe": "_autoFillResponse"
},
{
"type": "string",
"field": "F_SJ_WEIDU",
"label": "F_SJ_WEIDU",
"value": null,
"describe": "_autoFillResponse"
},
{
"type": "string",
"field": "FID",
"label": "FID",
"value": null,
"describe": "_autoFillResponse"
},
{
"type": "string",
"field": "FBillNo",
"label": "FBillNo",
"value": null,
"describe": "_autoFillResponse"
},
{
"type": "string",
"field": "FMATERIALID",
"label": "FMATERIALID",
"value": null,
"describe": "_autoFillResponse"
},
{
"type": "string",
"field": "FNUMBER",
"label": "FNUMBER",
"value": null,
"describe": "_autoFillResponse"
}
],
"pagination": {
"pageSize": 10
},
"otherRequest": [],
"otherResponse": [],
"omissionRemedy": {
"crontab": "2 */2 * * *",
"takeOverRequest": [
{
"type": "string",
"field": "update_time",
"label": "update_time",
"value": "{{DAYS_AGO_2|datetime}}",
"describe": null,
"is_required": true
}
]
}
}
目标平台元数据配置:
{
"id": null,
"api": "空操作",
"type": "EXECUTE",
"method": "POST",
"number": null,
"idCheck": true,
"request": [],
"response": [],
"otherRequest": [],
"otherResponse": []
}