From c622702a7b9357a45df08361dfab4dcc690fc95c Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期一, 29 九月 2025 08:43:50 +0800
Subject: [PATCH] fix:优化index.vue支持 selected

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