vali 6 жил өмнө
parent
commit
d31435f0f8

+ 4 - 1
app/Logic/UnSettmatchLogic.php

@@ -202,13 +202,16 @@ class UnSettmatchLogic
             'settype' => 2,
             'bettype' => 2,
             'change_status' => 0,
+            'order_ids'=>'',
         ];
         $url = 'http://127.0.0.1:9094/Settelement';
+        post_curls($url, $dataArr);
+        /*
         foreach ($strOrders as $item) {
-
             $dataArr['order_ids'] = $item->order_id;
             post_curls($url, $dataArr);
         }
+        */
         return;
     }