buli
2022-05-09 248433c920f935ffcaee52b240f0c162decc1564
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
}