From 1dc088650dce12f187c5e99718a7499ca7ff5f43 Mon Sep 17 00:00:00 2001 From: lazhen <17772815105@139.com> Date: 星期四, 07 十一月 2024 17:16:44 +0800 Subject: [PATCH] 数据中台接口info --- _Main/BL/Type_InterfaceLoginfo/StaticMethod_CallInterfaceForDataCenter.qbl | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/_Main/BL/Type_InterfaceLoginfo/StaticMethod_CallInterfaceForDataCenter.qbl b/_Main/BL/Type_InterfaceLoginfo/StaticMethod_CallInterfaceForDataCenter.qbl index 923a893..3a3414a 100644 --- a/_Main/BL/Type_InterfaceLoginfo/StaticMethod_CallInterfaceForDataCenter.qbl +++ b/_Main/BL/Type_InterfaceLoginfo/StaticMethod_CallInterfaceForDataCenter.qbl @@ -18,10 +18,14 @@ try{ if( loginfo.Name() = Translations::InterfaceDataset_CustomerDemandPPAIDS_Name() ){//瀹㈡埛闇�姹� httpinterface.URL( Translations::InterfaceDataset_CustomerDemandPPAIDS_URL() ); - } else if( loginfo.Name() = Translations::InterfaceDataset_AssemblyOnlinePlanPPPSPush_Name() ){//瑁呴厤涓婄嚎璁″垝 + } else if( loginfo.Name() = Translations::InterfaceDataset_AssemblyOnlinePlanPPPsPush_Name() ){//瑁呴厤涓婄嚎璁″垝 httpinterface.URL( Translations::InterfaceDataset_AssemblyOnlinePlanPPPSPush_URL() ); - } else if( loginfo.Name() = Translations::InterfaceDataset_CustomerDemandPPAIDS_Name() ){//瀹㈡埛闇�姹� - httpinterface.URL( Translations::InterfaceDataset_CustomerDemandPPAIDS_URL() ); + } else if( loginfo.Name() = Translations::InterfaceDataset_InventoryPlanPPPSPush_Name() ){//璁″垝搴撳瓨 + httpinterface.URL( Translations::InterfaceDataset_InventoryPlanPPPSPush_URL() ); + } else if( loginfo.Name() = Translations::InterfaceDataset_ShiftPlanPPPSPush_Name() ){//鐝璁″垝 + httpinterface.URL( Translations::InterfaceDataset_ShiftPlanPPPSPush_URL() ); + } else if( loginfo.Name() = Translations::InterfaceDataset_ProductionPlaningPPPSPush_Name() ){//鐢熶骇鎺掍骇璁″垝 + httpinterface.URL( Translations::InterfaceDataset_ProductionPlaningPPPSPush_URL() ); } httpinterface.Call( loginfo.RequestBody() ); result := httpinterface.Result(); -- Gitblit v1.9.3