|
|
@@ -275,7 +275,8 @@ class MemberService extends BaseService
|
|
|
}
|
|
|
|
|
|
if($address){
|
|
|
- $info['token_amount'] = WalletService::make()->getUsdtBalance($address);
|
|
|
+ $info['address'] = $address;
|
|
|
+ $info['token_amount'] = WalletService::make()->getUsdtBalance($address, true);
|
|
|
}
|
|
|
|
|
|
RedisService::set($cacheKey, $info, rand(5, 10));
|