|
@@ -23,6 +23,7 @@ public class FodderServiceImpl implements FodderService {
|
|
|
public String getTourXmlScene(String code) {
|
|
|
log.info("处理tour.xml");
|
|
|
String tourPath = configConstant.serverBasePath + code + "/vtour/tour.xml";
|
|
|
+ log.info("tourPath: {}", tourPath);
|
|
|
BaseRuntimeException.isTrue(FileUtil.isFile(tourPath), null, code + "_tour.xml文件不存在");
|
|
|
|
|
|
String tour = FileUtil.readString(tourPath, "utf-8");
|