From 12ec49170b977ff789b7632e0081153f92ecca95 Mon Sep 17 00:00:00 2001 From: lazhen <17772815105@139.com> Date: 星期三, 27 十一月 2024 12:06:57 +0800 Subject: [PATCH] 装配上线计划Sap同步传参修改 --- _Main/BL/Type_InterfaceLoginfo/StaticMethod_CallInterfaceForSAPGet.qbl | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_Main/BL/Type_InterfaceLoginfo/StaticMethod_CallInterfaceForSAPGet.qbl b/_Main/BL/Type_InterfaceLoginfo/StaticMethod_CallInterfaceForSAPGet.qbl index 284443c..abf4b39 100644 --- a/_Main/BL/Type_InterfaceLoginfo/StaticMethod_CallInterfaceForSAPGet.qbl +++ b/_Main/BL/Type_InterfaceLoginfo/StaticMethod_CallInterfaceForSAPGet.qbl @@ -10,8 +10,8 @@ [* // 鐢勫叞楦� Jul-22-2024 (created) address := Translations::InterfaceDataset_SAP_Address(); - httpinterface := HTTPInterface::Create( address,8080); - httpinterface.PostMethod( false ); + httpinterface := HTTPInterface::Create( address,80); + httpinterface.PostMethod( true ); ; httpinterface.MediaType( Translations::InterfaceDataset_ContentType() ); try{ if( loginfo.Name() = Translations::InterfaceDataset_AOnlineAndMOfflinePlanPIR_Name() ){//瑁呴厤涓婄嚎璁″垝PIR @@ -20,7 +20,7 @@ if( loginfo.Name() = Translations::InterfaceDataset_AOnlineAndMOfflinePlanMS64_Name() ){//瑁呴厤涓婄嚎璁″垝MS64 httpinterface.URL( Translations::InterfaceDataset_AOnlineAndMOfflinePlanMS64_URL() ); } - httpinterface.Call(); + httpinterface.Call( loginfo.RequestBody() ); result := httpinterface.Result(); loginfo.Response( result ); loginfo.Success( true ); -- Gitblit v1.9.3