Merge branch 'hjb' of git.kingsome.cn:server/game2006api into hjb
This commit is contained in:
commit
bc1bb1b5be
@ -1185,7 +1185,7 @@ class UserController extends BaseAuthedController {
|
||||
{
|
||||
$userInfo['vip_lv'] = 0;
|
||||
$userInfo['vip_exp'] = 0;
|
||||
$vipInfo = myself()->_callServiceStatic('StakingVipService', 'getDetails');
|
||||
$vipInfo = myself()->_callServiceStatic('StakingVipService', 'getDetails', $userInfo['address']);
|
||||
if ($vipInfo) {
|
||||
$userInfo['vip_lv'] = $vipInfo['lv'];
|
||||
$userInfo['vip_exp'] = $vipInfo['cur'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user