Browse Source

会员升级

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

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

@@ -73,7 +73,7 @@ class PublicController extends BaseController
 
     public function test()
     {
-        (new IntegralJob)->dealOrderIntegral(StoreOrder::find(2529));
+//        (new IntegralJob)->dealOrderIntegral(StoreOrder::find(2529));
     }