cqpCow 1 жил өмнө
parent
commit
b88b0186d2

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

@@ -1322,6 +1322,7 @@ public function testaa(Request $request){
     $curl = curl_init();
     $json = str_replace('"workflowSearchBean":{}','"workflowSearchBean":[]',json_encode($post));
     $json = str_replace('"workflowSearchBean":[]','"workflowSearchBean":{}',json_encode($post));
+    $json = str_replace('"loginBindingParameters":[]','"loginBindingParameters":{}',json_encode($post));
     file_put_contents('1.txt',$json);
     curl_setopt_array($curl, array(
         CURLOPT_URL => $url,