feat:PC 下发任务

This commit is contained in:
2026-07-24 16:23:19 +08:00
parent 4805e6482f
commit 62454c77c1
20 changed files with 687 additions and 330 deletions

View File

@@ -34,7 +34,7 @@ public class AcsUtil {
response = HttpUtils.post(url, headers(), JsonUtils.toJsonString(request));
} catch (RuntimeException ex) {
if (isNetworkException(ex)) {
throw new ServerException(500, "ACS服务网络不通");
throw new ServiceException(500, "ACS服务网络不通");
}
throw ex;
}