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