路径更换线上

This commit is contained in:
2026-04-16 11:29:51 +08:00
parent 853a9135c8
commit 2523899ec4

View File

@@ -127,8 +127,10 @@ public class NativeMapView implements PlatformView, LocationSource, AMapLocation
private String token; private String token;
private String plateNumber; private String plateNumber;
private String mDebugUrl = "https://beta-esg.api.lnh2e.com/appointment/"; // private String mDebugUrl = "https://beta-esg.api.lnh2e.com/appointment/";
private String mReleaseUrl = "";
private String mDebugUrl = "http://47.101.201.13:8443/api/";
private String mReleaseUrl = "http://47.101.201.13:8443/api/";
// 存储货车路线算法接口返回的数据 // 存储货车路线算法接口返回的数据
private TruckRouteData truckRouteData; private TruckRouteData truckRouteData;