From 102f2220365de7cd04d7cd07d8ff8ef03ca2c460 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期三, 19 二月 2025 08:49:38 +0800
Subject: [PATCH] 修改跳转和双向绑定

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

diff --git a/src/api/specialOperationsPay/coalPay.js b/src/api/specialOperationsPay/coalPay.js
index b7be4c3..3cef0f0 100644
--- a/src/api/specialOperationsPay/coalPay.js
+++ b/src/api/specialOperationsPay/coalPay.js
@@ -141,3 +141,19 @@
     params: query
   })
 }
+
+export function coalTeamPay(data) {
+  return request({
+    url: '/pay/coalPay/teamPay',
+    method: 'post',
+    data: data
+  })
+}
+
+export function coalPersonPay(query) {
+  return request({
+    url: '/pay/coalPay/personPay',
+    method: 'get',
+    params: query
+  })
+}

--
Gitblit v1.9.2