|
|
|
@ -90,7 +90,7 @@ public class RedServiceImpl implements RedService { |
|
|
|
String body = JSON.toJSONString(java.util.Map.of("jwcode", jwcode)); |
|
|
|
|
|
|
|
HttpRequest request = HttpRequest.newBuilder() |
|
|
|
.uri(URI.create(BASE_URLDev + PATH)) //URL记得换 |
|
|
|
.uri(URI.create(BASE_URLProd + PATH)) //URL记得换 |
|
|
|
.header("Content-Type", "application/json") |
|
|
|
.POST(HttpRequest.BodyPublishers.ofString(body)) |
|
|
|
.build(); |
|
|
|
|