wlzboy
3 天以前 40a8157440e3b906da8f52e07d939d78c3f4c313
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  // 合并配置
  })
}