wesmiler %!s(int64=2) %!d(string=hai) anos
pai
achega
0a50102f19
Modificáronse 1 ficheiros con 5 adicións e 5 borrados
  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);
     }