用户积分修改,修改分销员筛选,修改超级会员订单列表检索

This commit is contained in:
2026-01-13 14:52:10 +08:00
parent 63896046a8
commit 0990e08201
11 changed files with 2416 additions and 2014 deletions

View File

@@ -188,4 +188,13 @@ export function shopUserFlow(data) {
method: 'get',
data
});
}
}
export function getShopUser(data) {
return request({
url: `account/admin/shopUser`,
method: 'get',
data
});
}