feat:PC 下发任务
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user