Browse Source

会员升级

Kirin 7 months ago
parent
commit
bd51ce5a5c
1 changed files with 4 additions and 4 deletions
  1. 4 4
      app/controller/api/v1/PublicController.php

+ 4 - 4
app/controller/api/v1/PublicController.php

@@ -73,10 +73,10 @@ class PublicController extends BaseController
     public function test()
     {
         $service = app()->make(AwardIntegralServices::class);
-        $main_orders = $service->getIntegralList(['uid' => 1, 'link_id' => 0, 'order_price_elt' => 2500, 'valid' => 2]);//满足复投条件的主单
-        var_dump($main_orders);
-        var_dump(AwardIntegral::getLastSql());
-//        $service->daySend(true);
+//        $main_orders = $service->getIntegralList(['uid' => 1, 'link_id' => 0, 'order_price_elt' => 2500, 'valid' => 2]);//满足复投条件的主单
+//        var_dump($main_orders);
+//        var_dump(AwardIntegral::getLastSql());
+        $service->daySend(true);
 
     }