wangyong hace 5 meses
padre
commit
f75959a46a
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.get('/admin/platform/customerTrafficPool',data)
+    return service.post('/admin/platform/customerTrafficPool',data)
 }