wzp
2025-05-09 ae8a948289175ee300414901075fd24e6fb9ba97
ruoyi-ui/src/api/system/callbacklog.js
@@ -42,3 +42,11 @@
    method: 'delete'
  })
}
// 重试回调
export function retryCallbacklog(ids) {
  return request({
    url: '/system/callbacklog/retry/' + ids,
    method: 'post'
  })
}