|
@@ -51,5 +51,5 @@ export function updateFlowPoolData(data){
|
|
|
|
|
|
// 客户端流量池
|
|
// 客户端流量池
|
|
export function updateUserFloter(data){
|
|
export function updateUserFloter(data){
|
|
- return service.post('/admin/platform/customerTrafficPool',data)
|
|
|
|
|
|
+ return service.post('/admin/platform/trafficPoolList',data)
|
|
}
|
|
}
|