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