shish 2 months ago
parent
commit
da758cca2b
1 changed files with 10 additions and 10 deletions
  1. 10 10
      app-ghs/controllers/TestController.php

+ 10 - 10
app-ghs/controllers/TestController.php

@@ -50,16 +50,16 @@ class TestController extends BaseController
     // ./yii test/rabbit 0
     public function actionRabbit()
     {
-        $data = [
-            "type" => 'limit_buy_clear',
-            "ptType" => 'ghs',
-            "productId" => 27285,
-            "clearAt" => 1778126400,
-            "recurring" => 1,
-            "intervalDays" => 1,
-            "clearHour" => 12
-        ];
-        stockConsumer::clearOrderItemLimitBuy($data);
+//        $data = [
+//            "type" => 'limit_buy_clear',
+//            "ptType" => 'ghs',
+//            "productId" => 27285,
+//            "clearAt" => 1778126400,
+//            "recurring" => 1,
+//            "intervalDays" => 1,
+//            "clearHour" => 12
+//        ];
+//        stockConsumer::clearOrderItemLimitBuy($data);
     }
 
     public function actionFx()