root 2 yıl önce
ebeveyn
işleme
be83261b5b
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      app/Http/Controllers/Api/TestController.php

+ 1 - 1
app/Http/Controllers/Api/TestController.php

@@ -955,7 +955,7 @@ public function testaa(Request $request){
         CURLOPT_FOLLOWLOCATION => true,
         CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
         CURLOPT_CUSTOMREQUEST => 'POST',
-        CURLOPT_POSTFIELDS => json_encode($post),
+        CURLOPT_POSTFIELDS => str_replace('"workflowSearchBean":{}','"workflowSearchBean":[]',json_encode($post)),
         CURLOPT_HTTPHEADER => $header,
     ));
     $response = curl_exec($curl);