1
This commit is contained in:
parent
be38ed2e1b
commit
966678fd56
@ -152,6 +152,16 @@ class Transaction extends BaseModel {
|
||||
);
|
||||
}
|
||||
break;
|
||||
case Nft::EQUIP_CHIP:
|
||||
{
|
||||
$jumpInfo = array(
|
||||
'action' => 3,//武器激活(武器详情)
|
||||
'params' => array(
|
||||
$transDb['token_id']
|
||||
)
|
||||
);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user