优化新版积分

This commit is contained in:
gyq
2025-12-23 13:48:55 +08:00
parent 492b3a45d5
commit cf2f61c240
3 changed files with 17090 additions and 46 deletions

View File

@@ -367,7 +367,7 @@ export function findCoupon(params) {
export function calcUsablePoints(params) {
return request({
method: "get",
url: "/account/admin/points/memberPoints/calcUsablePoints",
url: "/market/admin/points/userPoints",
params,
});
}