From 017db6c828a3bed06e83e152d833569c7e708c15 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 25 Aug 2023 12:52:19 +0800 Subject: [PATCH] 1 --- webapp/models/Staking.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/webapp/models/Staking.php b/webapp/models/Staking.php index cd167e56..7b0af405 100644 --- a/webapp/models/Staking.php +++ b/webapp/models/Staking.php @@ -52,6 +52,12 @@ class Staking extends BaseModel { } } + public static function repair721NftInfo($tokenId, $contractAddress, $netId, $startTime, + &$itemId, &$tokenType) + { + + } + public static function redeem721($data, $netId, $unstakeTime) { $address = $data['address'];