wesmiler hace 2 años
padre
commit
d565727ade
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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);
     }