完成中通百世对接

This commit is contained in:
2025-07-23 09:18:18 +08:00
parent b1914b7edc
commit fd85236a97
7 changed files with 314 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
package com.ruoyi.oa.controller;
import java.io.IOException;
import java.util.List;
import java.util.Arrays;
import java.util.concurrent.TimeUnit;
@@ -101,7 +102,7 @@ public class OaExpressController extends BaseController {
@GetMapping("/refresh/{expressIds}")
public R<Void> getRefreshExpress(@PathVariable Long[] expressIds) {
public R<Void> getRefreshExpress(@PathVariable Long[] expressIds) throws IOException {
return toAjax(iOaExpressService.getRefreshExpress(Arrays.asList(expressIds)));
}
}