From a1d7e81859f554f3a53680cc35f0f49bf1f77098 Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期四, 14 五月 2026 14:37:02 +0800
Subject: [PATCH] 导入项目
---
src/api/pay/notify/index.ts | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/src/api/pay/notify/index.ts b/src/api/pay/notify/index.ts
new file mode 100644
index 0000000..dc8bd88
--- /dev/null
+++ b/src/api/pay/notify/index.ts
@@ -0,0 +1,16 @@
+import request from '@/config/axios'
+
+// 鑾峰緱鏀粯閫氱煡鏄庣粏
+export const getNotifyTaskDetail = (id) => {
+ return request.get({
+ url: '/pay/notify/get-detail?id=' + id
+ })
+}
+
+// 鑾峰緱鏀粯閫氱煡鍒嗛〉
+export const getNotifyTaskPage = (query) => {
+ return request.get({
+ url: '/pay/notify/page',
+ params: query
+ })
+}
--
Gitblit v1.8.0