后管新增 运营商分润组页面

This commit is contained in:
Lemon
2024-09-18 11:07:47 +08:00
parent 89af8426ab
commit 33c1cc0b70
8 changed files with 178 additions and 57 deletions

View File

@@ -9,6 +9,14 @@ export function listGroup(query) {
})
}
export function getShareprofitGroupList(data) {
return request({
url: '/pile/shareprofitGroup/getShareprofitGroupList',
method: 'post',
data: data
})
}
// 查询运营商分润组详细
export function getGroup(id) {
return request({