_Main/BL/Type_InterfaceLoginfo/StaticMethod_CallInterfaceForSAPGet.qbl
@@ -10,7 +10,10 @@ [* // 甄兰鸽 Jul-22-2024 (created) address := Translations::InterfaceDataset_SAP_Address(); httpinterface := HTTPInterface::Create( address,8080); httpinterface := HTTPInterface::Create( address,8080); // 测试 //httpinterface := HTTPInterface::Create( "10.120.76.32",8080); // 生产 httpinterface.PostMethod( true ); ; httpinterface.MediaType( Translations::InterfaceDataset_ContentType() ); try{