|
|
@@ -27,6 +27,7 @@ class TestController extends webApp
|
|
|
|
|
|
public function index()
|
|
|
{
|
|
|
+ phpinfo();
|
|
|
$p = gmp_init('6277101735386680763835789423207666416083908700390324961279', 10);
|
|
|
$b = gmp_init('64210519e59c80e70fa7e9ab72243049feb8deecc146b9b1', 16);
|
|
|
|
|
|
@@ -34,7 +35,7 @@ class TestController extends webApp
|
|
|
|
|
|
var_dump($p);
|
|
|
var_dump($b);
|
|
|
- phpinfo();
|
|
|
+
|
|
|
$result = UsdtWalletService::make()->getTrxAddress();
|
|
|
if(!$result){
|
|
|
return message(UsdtWalletService::make()->getError(), false);
|