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);
     }