From c48683d52511648af2f249ee0a240613e34ce0ad Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 20 二月 2025 18:23:51 +0800
Subject: [PATCH] feat: 我的

---
 packages/services/api/ThirdPartCallBack.ts |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/packages/services/api/ThirdPartCallBack.ts b/packages/services/api/ThirdPartCallBack.ts
index 4b2dc02..8ac59e8 100644
--- a/packages/services/api/ThirdPartCallBack.ts
+++ b/packages/services/api/ThirdPartCallBack.ts
@@ -24,3 +24,11 @@
     ...(options || {}),
   });
 }
+
+/** 淇′换绛惧紓姝ラ�氱煡 POST /api/ThirdPartCallBack/SignorderNotify */
+export async function signorderNotify(options?: API.RequestConfig) {
+  return request<any>('/api/ThirdPartCallBack/SignorderNotify', {
+    method: 'POST',
+    ...(options || {}),
+  });
+}

--
Gitblit v1.9.1