|
@@ -34,7 +34,7 @@ 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";
|
|
|
|
|
|
- @Value("${haixin.host}")
|
|
|
+ @Value("${haixin.host:#{null}}")
|
|
|
private String haixinHost;
|
|
|
|
|
|
@Autowired
|