wlzboy
6 天以前 cfe0b79fbea0fb1d7a5a796e71ada7d3b7812046
ruoyi-ui/src/api/system/callbacklog.js
@@ -44,9 +44,10 @@
}
// 重试回调
export function retryCallbacklog(ids) {
export function retryCallbacklog(ids, config = {}) {
  return request({
    url: '/system/callbacklog/retry/' + ids,
    method: 'post'
    method: 'post',
    ...config  // 合并配置
  })
}