From a2704917e53918213ce91390d14a98960fdd5bab Mon Sep 17 00:00:00 2001
From: wzp <2040239371@qq.com>
Date: 星期二, 13 五月 2025 14:07:25 +0800
Subject: [PATCH] fix:历史订单可以查询
---
ruoyi-ui/src/api/system/callbacklog.js | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/ruoyi-ui/src/api/system/callbacklog.js b/ruoyi-ui/src/api/system/callbacklog.js
index 97e4921..19a7b0f 100644
--- a/ruoyi-ui/src/api/system/callbacklog.js
+++ b/ruoyi-ui/src/api/system/callbacklog.js
@@ -42,3 +42,12 @@
method: 'delete'
})
}
+
+// 閲嶈瘯鍥炶皟
+export function retryCallbacklog(ids, config = {}) {
+ return request({
+ url: '/system/callbacklog/retry/' + ids,
+ method: 'post',
+ ...config // 鍚堝苟閰嶇疆
+ })
+}
--
Gitblit v1.9.1