rev:焊接线请求地址

This commit is contained in:
2026-01-09 12:50:50 +08:00
parent fc5171c5e1
commit 513a5466c3

View File

@@ -39,10 +39,10 @@ public class AcsToHJXServiceImpl implements AcsToHJXService {
HttpResponse execute = null;
try {
String wmsurl = jsonObject.getString("url");
AddressDto addressDto = addressService.findByCode("actionRequest");
String url = wmsurl + addressDto.getMethods_url();
// AddressDto addressDto = addressService.findByCode("actionRequest");
// String url = wmsurl + addressDto.getMethods_url();
try {
execute = HttpRequest.post(url)
execute = HttpRequest.post(wmsurl)
.header(Header.USER_AGENT, "Hutool http")
.header("Authorization", token)
.body(String.valueOf(jsonObject))