From 0ee3f667110b0d9b77fb35238b2db565578a4213 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 13 三月 2025 15:44:12 +0800
Subject: [PATCH] release: @life-payment/components v0.0.13

---
 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