1
This commit is contained in:
parent
3565943aca
commit
cf8b3a45cf
@ -107,6 +107,11 @@ class StakingController extends BaseAuthedController {
|
|||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function redeemPreview()
|
||||||
|
{
|
||||||
|
$transId = getReqVal('trans_id', 0);
|
||||||
|
}
|
||||||
|
|
||||||
private function isTypeNft($type, $dbInfo)
|
private function isTypeNft($type, $dbInfo)
|
||||||
{
|
{
|
||||||
switch ($type) {
|
switch ($type) {
|
||||||
|
@ -183,6 +183,7 @@ class Staking extends BaseModel {
|
|||||||
{
|
{
|
||||||
$stakingMeta = mt\Staking::get($row['item_id']);
|
$stakingMeta = mt\Staking::get($row['item_id']);
|
||||||
$dto = array(
|
$dto = array(
|
||||||
|
'trans_id' => $row['idx'],
|
||||||
'token_id' => $row['token_id'],
|
'token_id' => $row['token_id'],
|
||||||
'token_type' => $row['token_type'],
|
'token_type' => $row['token_type'],
|
||||||
'contract_address' => $row['contract_address'],
|
'contract_address' => $row['contract_address'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user