Commit 1cf4e6e3 authored by ZhuChunYang's avatar ZhuChunYang

update

parent 30f490ed
......@@ -26,7 +26,6 @@ class Chain33Business
{
$service = new Chain33Service();
$result = $service->getAccountTokenAssets($address, $token);
//var_dump($result);
if ($result['code'] == 0) {
$result = $result['result'];
$result = array_column($result, null, 'addr');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment