From 02bd5982028af6e791dd0857f535a41aaf74679e Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期一, 10 二月 2025 13:14:32 +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