Fix(分销详情):[#1738]分销详情的说明文本对接

This commit is contained in:
lifizer
2024-06-16 14:09:21 +08:00
parent 2f217e8dc1
commit 4e6d5598b7
2 changed files with 38 additions and 22 deletions
+7
View File
@@ -554,3 +554,10 @@ export function getUserPointInfo(param) {
export function getUserPointBill(param) {
return request.get('/user/points/bill', param, { login: true })
}
/*
* 用户分销说明
*/
export function getUserSpreadRule(param) {
return request.get('/userSpreadRule', param, { login: false })
}