wesmiler 2 سال پیش
والد
کامیت
0a50102f19
1فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  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);
     }