wangyong 3 months ago
parent
commit
f75959a46a
1 changed files with 1 additions and 1 deletions
  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)
 }