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