opt:焊接线请求取放API
This commit is contained in:
@@ -39,8 +39,8 @@ public class AcsToHJXServiceImpl implements AcsToHJXService {
|
|||||||
HttpResponse execute = null;
|
HttpResponse execute = null;
|
||||||
try {
|
try {
|
||||||
String wmsurl = jsonObject.getString("url");
|
String wmsurl = jsonObject.getString("url");
|
||||||
// AddressDto addressDto = addressService.findByCode("actionRequest");
|
AddressDto addressDto = addressService.findByCode("actionRequest");
|
||||||
// String url = wmsurl + addressDto.getMethods_url();
|
String url = wmsurl + addressDto.getMethods_url();
|
||||||
try {
|
try {
|
||||||
execute = HttpRequest.post(wmsurl)
|
execute = HttpRequest.post(wmsurl)
|
||||||
.header(Header.USER_AGENT, "Hutool http")
|
.header(Header.USER_AGENT, "Hutool http")
|
||||||
|
|||||||
Reference in New Issue
Block a user