From 71521b48a25f9288b5187b78884feef5d559b2ff Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期四, 06 三月 2025 11:04:24 +0800
Subject: [PATCH] 修改

---
 src/api/specialOperationsPay/notCoalPay.js |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/src/api/specialOperationsPay/notCoalPay.js b/src/api/specialOperationsPay/notCoalPay.js
index 2f258a6..6674ea4 100644
--- a/src/api/specialOperationsPay/notCoalPay.js
+++ b/src/api/specialOperationsPay/notCoalPay.js
@@ -120,3 +120,19 @@
     params: data
   })
 }
+
+export function nonCoalTeamPay(data) {
+  return request({
+    url: '/pay/nonCoalPay/editPayTypeInfo',
+    method: 'post',
+    data: data
+  })
+}
+
+export function nonCoalPersonPay(data) {
+  return request({
+    url: '/pay/nonCoalPay/sendOrder',
+    method: 'post',
+    params: data
+  })
+}

--
Gitblit v1.9.2