force-app/main/default/classes/AWSServiceTool.cls | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
force-app/main/default/classes/NFMUtil.cls | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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 } force-app/main/default/classes/NFMUtil.cls
@@ -59,7 +59,7 @@ webservice String Text; } //add for pipl sushanhu 20220311 start public static response sendToPiAWS(String rowDataStr, String endpoint,String awsToken) { /*public static response sendToPiAWS(String rowDataStr, String endpoint,String awsToken) { Http http = new Http(); HttpRequest req = new HttpRequest(); @@ -89,7 +89,7 @@ this.status = status; this.responseBody = responseBody; } } }*/ //add for pipl sushanhu 20220311 end /** * @return yyyyMMdd の日付文字列 @@ -346,7 +346,7 @@ return result; } //add for pipl sushanhu 20220311 start global class NFMResponse{ /*global class NFMResponse{ public Boolean SFStatus; public String SFMessage; public StaticResponse staticResponse; @@ -364,7 +364,7 @@ result.staticResponse =new StaticResponse(); return result; } }*/ //add for pipl sushanhu 20220311 end public static Boolean EscapeSBG001TriggerHandler = false;