wesmiler 2 years ago
parent
commit
d565727ade
1 changed files with 1 additions and 2 deletions
  1. 1 2
      app/Http/Controllers/Api/v1/TestController.php

+ 1 - 2
app/Http/Controllers/Api/v1/TestController.php

@@ -21,8 +21,7 @@ class TestController extends webApp
         var_dump($result);
         $result = GoodsService::make()->updateGoodsCategory();
         var_dump($result);
-        $result = WalletService::make()->getBianRatePrice();
-        $result = WalletService::make()->getBianRatePrice();
+//        $result = WalletService::make()->getBianRatePrice();
 //        $result = SupplyService::make()->getApiData('getGoodsCategory');
         return showJson('获取结果',true, $result);
     }