wesmiler před 2 roky
rodič
revize
0a50102f19
1 změnil soubory, kde provedl 5 přidání a 5 odebrání
  1. 5 5
      app/Http/Controllers/Api/v1/TestController.php

+ 5 - 5
app/Http/Controllers/Api/v1/TestController.php

@@ -17,11 +17,11 @@ class TestController extends webApp
 
     public function check()
     {
-        $result = GoodsService::make()->updateGoodsSku();
-        var_dump($result);
-        $result = GoodsService::make()->updateGoodsCategory();
-        var_dump($result);
-//        $result = WalletService::make()->getBianRatePrice();
+//        $result = GoodsService::make()->updateGoodsSku();
+//        var_dump($result);
+//        $result = GoodsService::make()->updateGoodsCategory();
+//        var_dump($result);
+        $result = WalletService::make()->getBianRatePrice();
 //        $result = SupplyService::make()->getApiData('getGoodsCategory');
         return showJson('获取结果',true, $result);
     }