wangyong hace 2 meses
padre
commit
12f151bcf7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/api/path/flowPool.api.js

+ 1 - 1
src/api/path/flowPool.api.js

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