This commit is contained in:
gongfuxiang
2026-06-02 16:12:10 +08:00
parent aad87b5874
commit f3213d7f1b
315 changed files with 5157 additions and 1915 deletions

View File

@ -75,6 +75,11 @@ class UserIntegral extends Common
'page_total' => $page_total,
'data' => $data['data'],
];
if($this->page == 1)
{
$result['user_integral_header'] = IntegralService::UserIntegralPageHeader($this->user['id']);
}
return ApiService::ApiDataReturn(SystemBaseService::DataReturn($result));
}
}