From d77e006ffa14f076be9df4c5b77cf12ee6735434 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期三, 01 十一月 2023 18:53:23 +0800
Subject: [PATCH] 公海客户和我的客户 类型更换

---
 src/api/common/payment.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/api/common/payment.js b/src/api/common/payment.js
index e81d8e1..9950a40 100644
--- a/src/api/common/payment.js
+++ b/src/api/common/payment.js
@@ -120,7 +120,7 @@
 // 鑾峰彇鏀粯鏂瑰紡鍒楄〃
 export const getPaymentTypeList = async (data) => {
   return await request({
-    url: "/api/paymentType/list",
+    url: "/api/refundType/list",
     method: "get",
     params: data
   })

--
Gitblit v1.8.0