|
@@ -29,7 +29,7 @@ import java.util.stream.Collectors;
|
|
|
public class HaixinServiceImpl implements IHaixinService {
|
|
|
|
|
|
private static final String API_FDFS_UPLOAD = "/fdfs/api/file/upload";
|
|
|
- private static final String API_SUBMIT_RENDER_RESULT = "/ecs/api/panoramicImageService/submitRenderResult";
|
|
|
+ private static final String API_SUBMIT_FLOORPLAN = "/ecs/api/panoramicImageService/submitFloorPlan";
|
|
|
|
|
|
@Value("${haixin.host}")
|
|
|
private String haixinHost;
|
|
@@ -100,7 +100,7 @@ public class HaixinServiceImpl implements IHaixinService {
|
|
|
|
|
|
@Override
|
|
|
public void sendResult(String taskId, String packetPath){
|
|
|
- String url = haixinHost.concat(API_SUBMIT_RENDER_RESULT);
|
|
|
+ String url = haixinHost.concat(API_SUBMIT_FLOORPLAN);
|
|
|
Map<String, String> params = new HashMap<>();
|
|
|
params.put("vendor","A0BF");
|
|
|
params.put("projectId", taskId);
|