From db905ecd14f63dba9337b4f4715584ef2d7e8c7e Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期五, 07 三月 2025 14:45:00 +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