wlzboy
7 天以前 09e6dc3fb7266620fafb5e341808a8eb36e080a1
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  // 合并配置
  })
}