This commit is contained in:
aozhiwei 2024-08-06 15:20:21 +08:00
parent bff4607081
commit 587b4c2c53

View File

@ -354,7 +354,7 @@ class TempToolsController extends BaseController {
public function exportStaking()
{
$userHash = Stacking::exportStatData();
$userHash = Staking::exportStatData();
foreach ($userHash as $key => $val) {
echo $key . ',' . $val . "\n";
}