From 102f2220365de7cd04d7cd07d8ff8ef03ca2c460 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Wed, 19 Feb 2025 08:49:38 +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