wesmiler il y a 2 ans
Parent
commit
0a50102f19
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  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);
     }