WebClient JSON 요청 수정

master
mjkhan21 1 year ago
parent c5d43f9756
commit 41a82f7579

@ -211,9 +211,9 @@ public class EmailResultBean extends FileJobBean {
new WebClient().post(req -> new WebClient().post(req ->
req.uri(alert) req.uri(alert)
.contentType(WebClient.Request.ContentType.JSON)
.data("procID", procID) .data("procID", procID)
.data("infoCount", results.size()) .data("infoCount", results.size())
.json(true)
.async(true) .async(true)
); );
} }

Loading…
Cancel
Save