Update API request and styling

This commit is contained in:
wangqiao
2025-08-26 20:32:31 +08:00
parent 4263a0a235
commit bfa0f5e6bd
3 changed files with 17 additions and 16 deletions

View File

@ -92,7 +92,7 @@ export const signIn = () => {
* 获得用户积分记录分页
*/
export const getUserPointPage = (params: { pageNo: number; pageSize: number }) => {
return useFetchRequest.get<IResponse<PageResultMemberPointRecordRespVO>>('/prod-api/app-api/member/point/record/page', {query:params})
return useDollarFetchRequest.get<IResponse<PageResultMemberPointRecordRespVO>>('/prod-api/app-api/member/point/record/page', {query:params})
}
/**
* 近期收益和近期活跃