This commit is contained in:
aozhiwei 2023-08-29 11:18:28 +08:00
parent 134bed843d
commit 00c6c95eef

View File

@ -99,7 +99,7 @@ class StakingController extends BaseAuthedController {
$rows = Staking::all(myself()->_getAddress());
foreach ($rows as $row) {
if ($row['status'] == Staking::REDEEM_STATUS) {
array_push($items, Staking::toDto($info));
array_push($items, Staking::toDto($row));
}
}
myself()->_rspData(array(