|
|
@@ -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()
|