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 // 合并配置 }) }