wesmiler 2 سال پیش
والد
کامیت
ba582dd76a
1فایلهای تغییر یافته به همراه1 افزوده شده و 3 حذف شده
  1. 1 3
      app/Http/Controllers/Api/v1/TestController.php

+ 1 - 3
app/Http/Controllers/Api/v1/TestController.php

@@ -16,9 +16,7 @@ class TestController extends webApp
 
     public function check()
     {
-        $result = WalletService::make()->checkAddress('TSNAmNyXkCKvBR5YLSVSUD3rg1ghaWFbes');
-        $result1 = WalletService::make()->checkAddress('5555');
-        var_dump($result1);
+        $result = WalletService::make()->getBianRatePrice();
 //        $result = SupplyService::make()->getApiData('getGoodsCategory');
         return showJson('获取结果',true, $result);
     }