添加跳转路径
This commit is contained in:
@@ -221,6 +221,7 @@ public class SendEventUtils {
|
|||||||
connection.setDoOutput(true);
|
connection.setDoOutput(true);
|
||||||
// 将JSON数据写入输出流
|
// 将JSON数据写入输出流
|
||||||
OutputStream outputStream = connection.getOutputStream();
|
OutputStream outputStream = connection.getOutputStream();
|
||||||
|
log.info(new Gson().toJson(noticeUserDto));
|
||||||
outputStream.write(new Gson().toJson(noticeUserDto).getBytes(StandardCharsets.UTF_8));
|
outputStream.write(new Gson().toJson(noticeUserDto).getBytes(StandardCharsets.UTF_8));
|
||||||
outputStream.flush();
|
outputStream.flush();
|
||||||
outputStream.close();
|
outputStream.close();
|
||||||
@@ -283,4 +284,5 @@ public class SendEventUtils {
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user