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 }