积分商城修改

This commit is contained in:
2025-12-11 11:34:06 +08:00
parent 87f2ee8c3d
commit bb2830730d
6 changed files with 372 additions and 170 deletions

View File

@@ -55,4 +55,12 @@ export const recordPage = (data) => {
method: 'get',
data: data
})
}
export const recordOne = (data) => {
return request({
url: url + '/user/pointGoods/record/one',
method: 'get',
data: data
})
}