mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
后管新增 运营商分润组页面
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user