This commit is contained in:
aozhiwei 2023-08-28 16:59:11 +08:00
parent ae0789a253
commit ae7161dba0

View File

@ -153,6 +153,10 @@ class StakingController extends BaseAuthedController {
}
}
}
if (count($checkList) != count($confirmedNfts)) {
myself()->_rspErr(3, 'paramater error');
return;
}
}
private function isTypeNft($type, $dbInfo)