This commit is contained in:
aozhiwei 2023-08-25 12:52:19 +08:00
parent 88b9f2dfba
commit 017db6c828

View File

@ -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'];