From 7a4ff8881c150f910540f1ac270e090695ce460c Mon Sep 17 00:00:00 2001
From: gaosp <gaosp>
Date: 星期五, 12 一月 2024 22:42:54 +0800
Subject: [PATCH] update

---
 src/api/Api.js |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/api/Api.js b/src/api/Api.js
index 92bde69..7025fd6 100644
--- a/src/api/Api.js
+++ b/src/api/Api.js
@@ -1,7 +1,7 @@
 /*
  * @Date: 2024-01-10 20:37:45
  * @LastEditors: Sneed
- * @LastEditTime: 2024-01-10 22:47:45
+ * @LastEditTime: 2024-01-12 21:14:57
  * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/api/Api.js
  */
 import ajax from '@/utils/ajax'
@@ -18,8 +18,8 @@
 }
 const getFnObj = {
     accountQuery: {
-        url: '/account/pageQuery',
-        method: 'POST'
+        url: '/account/remainings',
+        method: 'GET'
     }
 }
 // 姝e紡鐜閰嶇疆鍦板潃
@@ -67,11 +67,11 @@
 }
 // 
 export function getWsl(params) {
-    return sendRequest(HttpConstants.getWsl, params)
+    return getData(HttpConstants.getWsl, params)
 }
 
 export function getPcl(params) {
-    return sendRequest(HttpConstants.getPcl, params)
+    return getData(HttpConstants.getPcl, params)
 }
 
 export function getRequest (key,params) {

--
Gitblit v1.9.3