shish 2 달 전
부모
커밋
da758cca2b
1개의 변경된 파일10개의 추가작업 그리고 10개의 파일을 삭제
  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
     // ./yii test/rabbit 0
     public function actionRabbit()
     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()
     public function actionFx()