This commit is contained in:
aozhiwei 2023-08-26 11:35:10 +08:00
parent 5722c46f54
commit b96080626b

View File

@ -37,8 +37,9 @@ class StackingController extends BaseAuthedController {
myself()->_rspData($info);
}
private function fillStackingInfo(&$info, $rows)
private function fillStackingInfo(&$info, $fieldName, $rows)
{
$stackingInfo = $info[$fieldName];
$stackingInfo['staked_quant'] = 0;
$stackingInfo['claim_rewards'] = 0;
$stackingInfo['daily_rewards'] = 0;