buli
2022-05-13 08a21f49f2eaf9cfc19ceb67b196cc36ba689305
force-app/main/default/classes/AWSServiceTool.cls
@@ -82,8 +82,8 @@
            }
        }
    }
         //add for pipl sushanhu 20220311 start
   public static response sendToPiAWS(String rowDataStr, String endpoint,String awsToken) {
 //add for pipl sushanhu 20220311 start
 public static response sendToPiAWS(String rowDataStr, String endpoint,String awsToken) {
    Http http = new Http();
    HttpRequest req = new HttpRequest();
@@ -131,7 +131,7 @@
        return result;
        
    }
//add for pipl sushanhu 20220311 end
//add for pipl sushanhu 20220311 en
   
//add for pipl sushanhu 20220311 end
}